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

How to pass a date from a HCM Fast Formula to a table validated valueset using GET_VALUE_SET

edited Sep 5, 2020 12:10AM in Benefits 3 comments

Summary

How to pass a date from a HCM Fast Formula to a table validated valueset using GET_VALUE_SET

Content

Hi,

I need to pass the effective date from a fast formula to a table validated value-set.

It is part of an extract rule. My valueset (table validated) has the following query.

Valueset query :

prgf.time_card_req  =
(
SELECT prgf1.time_card_req
FROM pay_rel_groups_dn    prgd
    ,pay_rel_groups_f    prgf1
WHERE
1 = 1
AND     prgd.assignment_id = TO_NUMBER(:{PARAMETER.P_ASSIGNMENT_ID})
AND     prgd.group_type    = 'A'
AND     prgd.relationship_group_id  = prgf1.relationship_group_id

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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