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.
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