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.
Statutory Payment Split - formula using niable_pay
We are making the changes for statutory payment split and want to use niable_pay.
We get a value returned for ORA_HRX_GB_ABS_CASE_BD_TU_AMOUNT but, nothing in the GB_NIABLE dbi's.
Any idea what is wrong in this formula please?
Thanks,
Gavin.
STATUTORY_MATERNITY_ABSENCE_ENTITLEMENT_RESULT
DEFAULT FOR ORA_HRX_GB_ABS_CASE_BD_TU_AMOUNT is -999
DEFAULT FOR GB_NIABLE_PAY_REL_PTD is -999
DEFAULT FOR GB_NIABLE_PAY_ASG_PTD is -999
CHANGE_CONTEXTS(EFFECTIVE_DATE = l_abs_comp_date)
(
IF ORA_HRX_GB_ABS_CASE_BD_TU_AMOUNT WAS NOT DEFAULTED THEN
Tagged:
0