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.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
To unpost a requsition created a fast formula but issue with value set not returning any value
Summary:
If i run the value set query it working fine but if in include in Fast formula i think it was not returning any value. Checked using the function
SELECT pay_ff_functions.gvs ('Requisition_Unpost_VS','|=P_REQUISITION_ID=300000265383490') value FROM dual
Fast formula:
CONDITION_RESULT = 'N'
REQ_COUNT=0
REQ_ID = GET_CONTEXT(IRC_JOB_REQUISITION_ID,1)
IF (REQ_ID > 1) THEN
(
REQ_COUNT = to_number (GET_VALUE_SET ('Requisition_Unpost_VS','|=P_REQUISITION_ID='''||to_char(REQ_ID)||''''))
IF (to_number (REQ_COUNT) > 0) THEN
(
CONDITION_RESULT = 'Y'
)
)
RETURN CONDITION_RESULT
Value set:
selectirv.NUMBER_TO_HIRE
Tagged:
0