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