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.
Learning assignment SQL query for OLC
Summary
Query of learning assignmentContent
Hi Eveyrone,
Is anyone provide me the query fOR Learning assignment.
Please find below query which i used but getting duplicate data:
SELECT
DISTINCT
WEL.NAME NAME
,WEAF.COMMENTS WITH_THIS_NOTE
,WEA.ASSIGNMENT_RECORD_NUMBER ASSIGNMENT_PROFILE_NUMBER
,WEL.DESCRIPTION
,NVL(TO_CHAR(WEA.EFFECTIVE_START_DATE, 'MM/DD/YYYY'), ' ') START_DATE
,NVL(TO_CHAR(WEA.WITHDRAWN_DATE, 'MM/DD/YYYY'), ' ') WITHDRAWN_DATE
,NVL(TO_CHAR(WEA.EFFECTIVE_END_DATE, 'MM/DD/YYYY'), ' ') INITIATIVE_END_DATE
,WAR.NAME ASSIGN
,(SELECT NVL(FLVV.MEANING,' ')
FROM FND_LOOKUP_VALUES_VL FLVV
Tagged:
1