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.
Not able to retrieve value from table value set.
Summary:
I have a query which fetches value which input parameters are hard code. But i'm not able to get the value using table value set.
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
SELECT AATV.NAME
FROM ANC_PER_ABS_ENTRIES APBE,
ANC_ABSENCE_TYPES_VL AATV,
PER_ALL_PEOPLE_F PAPF
WHERE 1=1
AND APBE.PERSON_ID=PAPF.PERSON_ID
AND APBE.ABSENCE_TYPE_ID=AATV.ABSENCE_TYPE_ID
and APBE.ABSENCE_STATUS_CD in ('SUBMITTED','ORA_WITHDRAWN')
and APBE.APPROVAL_STATUS_CD in ('APPROVED','AWAITING')
Tagged:
0