Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
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.
Unable to use "Date_earned" context in Global Absence Accrual Matrix fast formula
Summary:
We need to read a particular element entry inside the global absence accrual matrix fast formula and hence I need to use a context statement to read it.
Local_variable= GET_CONTEXT(DATE_EARNED, '4712/12/31 00:00:00' (date))
l_light_duty = HG_PR_LIGHT_DUTY_HOURS_ASG_ENTRY_VALUE
Tried with below statements and it does not fetch any data
change_contexts(DATE_EARNED=stop_date)
l_light_duty = HG_PR_LIGHT_DUTY_HOURS_ASG_ENTRY_VALUE
Content (please ensure you mask any confidential information):
Formula compiles but I get an error while running the absence accrual. It seems the formula keeps throwing me error to set the context even though I have already set. Any suggestion to get past it
Tagged:
1