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.
Issue with a field in a extract
Summary
Pull up the Action type codeContent
Hi,
I have this fast formula
DEFAULT FOR DATA_ELEMENTS IS EMPTY_TEXT_TEXT
INPUTS ARE DATA_ELEMENTS (TEXT_TEXT)
L_****_ID = DATA_ELEMENTS['ASSIGNMENT_ID']
L_EFF1_DATE = TO_DATE(DATA_ELEMENTS['Effective_Date'],'YYYY/MM/DD')
L_ACTION_REASON_CODE = 'NULL'
L_ACTION_REASON_CODE = GET_VALUE_SET('TEST_GET_ACTION_REASON_CODE_VS'
,'|=P_ASSIGNMENT_ID='''||L_****_ID||''''||'|L_EFF_DT='''||TO_CHAR(L_EFF1_DATE)||''''
)
RULE_VALUE = L_ACTION_REASON_CODE
RETURN RULE_VALUE
that reads this VS
AND pav.action_code = paam.action_code
Tagged:
0