Where to get attestation fields in BIP — Cloud Customer Connect
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 with Redwood: Oracle Cloud SCM and Purchasing

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'

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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