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.
The Leave flag DFF in the absence record has to be fix as 'No' always at the time of first entry.
Summary:
The Open Leave flag DFF in the absence record allows to select 'Yes' or 'No' at the time of leave entry, this has to be fix as 'No' always at the time of first entry. How can this be achieved by query in value set.Employee should not be able to yes during first time entry of leave record.
Content (please ensure you mask any confidential information):
Tried the query Lookup_type='HRC_REJOIN' AND ENABLED_FLAG='Y' and (exists(select 1 from ANC_PER_ABS_ENTRIES where person_id = :{PARAMETER.PERSONID}) or lookup_code='Y') but getting below error
0