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.
Calling Value set from Fast Formula with Date Parameter
Summary:
CALLING VALUE SET WITH DATE PARAMETER IN FAST FORMULA
Content (please ensure you mask any confidential information):
Dear All,
I have a requirement to check whether any accrual adjustment exist for employee or not within Accrual Fast Formula.
In order to get the existing of adjustment record, I have defined Table Based value set as per following query:
SELECT 'Y'
FROM ANC_PER_ACRL_ENTRY_DTLS DT, ANC_ABSENCE_PLANS_F_TL PL
WHERE
DT.PERSON_ID = :{PARAMETER.PERSONID}
AND DT.ADJUSTMENT_REASON = 'CP'
AND DT.PL_ID = PL.ABSENCE_PLAN_ID
AND PL.ABSENCE_PLAN_ID = '300000013350596'
Tagged:
0