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.
sql statement to get the performance document current task
Summary:
sql statement to get the performance document current task
Content (please ensure you mask any confidential information):
Hi Team,
I need these below two columns data in the bi report.
- Document Status
- Current Task
I am fallow this below query but I am not getting as expected. I am getting extra columns because of process flow id.
And which code do I need to take for "STEP_CODE"
Select
pn.DISPLAY_NAME Employee_Name,
tp.CUSTOMARY_NAME PD_Name,
trl.MGR_TASK_NAME,
trl.WKR_TASK_NAME,
REPLACE(REPLACE(REPLACE (REPLACE (STEP_STATUS,'COMP','Completed'),'NOTSTR','Not Started'),'INPROG','In Progress'),'READY','Ready') Task_Status,
Tagged:
0