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.
Compensation Default and override Fast Formula to get Input Value of Element Entry - Error
Summary
Compilation Error in Fast Formula for Input Value of Element EntryContent
Got this code from Oracle support Page. But it is not working. I'm getting the below error
Can someone please help? Thanks.
DEFAULT FOR VARIABLE_COMP_AMOUNT_ASG_ENTRY_VALUE IS 0
INPUTS ARE CMP_IV_PLAN_ID (number),
CMP_IV_PERIOD_ID (number),
CMP_IV_COMPONENT_ID (number),
CMP_IV_ITEM_NAME (text),
CMP_IV_PLAN_START_DATE (date),
CMP_IV_PLAN_END_DATE (date)
L_DATA_TYPE = 'NUMBER'
l_bonus_amount = 0
l_eff_date = TO_DATE('06/10/2021','MM/DD/YYYY')
CHANGE_CONTEXTS(DATE_EARNED = TO_DATE('06/10/2021','MM/DD/YYYY'))
Tagged:
0