You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

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')

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!