Get Started with Redwood for Oracle Cloud HCM Begin Now
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Change Personal Information Approval rules issues with state change or address change
Summary:
Issues with approval rules. When rules are tested individual working fine failing combination of all the rules.
Requirement :
Rule 1 : No State Or Name Or Emergency Contact change - > Self Auto Approve
Rule 2: Name Change → Management Hierarchy
Rule 3 : State Change (Me→Contact Info) → Management Hierarchy
Please review the code and advise. Appreciate your help.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Oracle Fusion Cloud Applications25A (11.13.25.01.0)
Code Snippet (add any code snippets that support your topic, if applicable):
No State Or Name Or Emergency Contact change
(
(transactionApprovalRequest.transactionId > 0) AND
(
( (Current Person Address.result.region2 == Proposed Person Address.result.region2) AND (Current Person GlobalName.result.FullName == Proposed Person GlobalName.result.FullName)) OR