Using PAY_ASG_TIME_CARD_REQUIRED DBI in absence fast formula
Summary
Using PAY_ASG_TIME_CARD_REQUIRED DBI in absence fast formulaContent
Hi All
We want to use the PAY_ASG_TIME_CARD_REQUIRED in absence accrual matrix formula and we are having difficulty using it.
This DBI has 2 contexts, DATE_EARNED and the PAYROLL_ASSIGNMENT_ID. When we set the contexts as below and run the accrual process, we get an error saying that no data was returned by the DBI.
We are not sure on how to use this DBI in the formula, can anyone help me with it?
========================
CHANGE_CONTEXTS(PAYROLL_ASSIGNMENT_ID = l_hr_assign_id, DATE_EARNED = L_EFF_Date)
0