Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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.

Value set table result empty but not the SQL statement

edited May 27, 2024 8:37AM in Human Capital Management 3 comments

Summary:

Hi All,

In fast formula for compensation, we calling a value set by using GET_VALUE_SET function, but it is not returning any data.

When I execute the SQL statement from the value set, I get some data :
VALUE SET NAME : TEST_VS
Select asg.****_ATTRIBUTE6
From PER_ALL_ASSIGNMENTS_M ASG
Where ASG.ASSIGNMENT_ID = '300000035948702'
AND ASG.assignment_type = 'E'
and asg.person_ID='300000030509268'
AND to_date('2023/12/31','YYYY/MM/DD') between ASG.EFFECTIVE_START_DATE and ASG.EFFECTIVE_END_DATE

When I try to test my value set with the following statement, it doesn't work :

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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