Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to fetch a value from HCM Extract using Fast Formula(i.e. Attribute Type = Rule)

Sudheer DsvJul 31 2018 — edited Aug 8 2018

Requirement: Need to pull UDT values through extract using fast formal(GET_TABLE_VALUE)

We used GET_TABLE_VALUE(WORK_COMP_CODE,CA,JOB_1234) to pull data but the extract generated with blank values.

We also tried to pull hard coded string using below fast formula.(FF Type : Extract Rule)

Job_Code = '1234'

RETURN Job_Code

The formula compiled successfully and also extract submitted successfully. After generating XML file from globalReportsDataModel there is no data is displaying.

Please can any one help us how to return a value from fast formula.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 5 2018
Added on Jul 31 2018
3 comments
799 views