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 for Oracle Cloud HCM   Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.

For more information, please refer to this announcement explaining best practices for getting answers to questions.

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 2 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!