Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
How to link TM Record Group to Aprvl TM Record Group in SQL
Hello SQL Gurus!
I'm trying to find a way to link to IDs in a single Query.
- When the project time card approval WF fires I have two APRVL_TM_REC_GRP_ID:
- One for the project entry rule set that goes to the PM and that fetches reported time
- One for the timecard approval rule set that goes to the LM and fetches calculated tim
Both APRVL_TM_REC_GRP_ID are pointing to the same TM_REC_GRP_ID based on following query that is used to generate the APproval Notification:
SELECT * FROM TABLE ( hwm_timecard_report.timecard_list(:bindtmrecgrpid1, :bindtmrecgrpid2, :bindtmrecgrpid3, :bindtmrecgrpid4, :bindtmrecgrpid5, :bindaprvtmrecgrpid ))
Tagged:
0