Where to get attestation fields in BIP
Summary:
Client would like to pull in BIP report the Attestation fields found in Offering Level of HCM UI. Attached are the fields needed by client:
I already have 2 out of the 6 fields here. May I ask for help on where to find the others?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
SELECT ATTN.NAME AS ATTESTATION_TITLE
,(SELECT MEANING
FROM FND_LOOKUP_VALUES
WHERE 1=1
AND LOOKUP_TYPE IN ('ORA_WLF_ACTIVITY_COMPLETION')
AND LANGUAGE = USERENV('LANG')
AND ENABLED_FLAG = 'Y'
Tagged:
0