For more information, please refer to this announcement explaining best practices for getting answers to questions.
Approval rule is triggered even though condition is not met
Summary:
Approval rule is triggered even though condition is not met
Content (required):
Hello,
We have an approval rule for Job Requisition set up as follow :
((RequisitionDff.nmrassignmentCategory equalsIgnoreCase "Indirect/MOI") AND (Requisition Fields.result.Business Unit equalsIgnoreCase "Global Operations") AND (Requisition Fields.result.Recruiting Type Code != "NMR_CONFIDENTIAL"))
The issue here is regarding the condition of Recruiting Type Code : even though my job req is of type Confidential, this rule is triggered !
I have checked in Manage Common Lookups > ORA_IRC_RECRUITING_TYPE, and the lookup code (NMR_CONFIDENTIAL) is correct. I've also tried by deleting and recreating that recruiting type, but the issue still happens.