Termination Alert -
Summary:
After copying the seeded alert and making some changes, I am seeing the following errors. Please let me know what I am missing.
EXISTS (SELECT 'X' FROM PER_PERIODS_OF_SERVICE WHERE (TRUNC(ACTUAL_TERMINATION_DATE) >=TRUNC(SYSDATE-7)) AND (TRUNC(ACTUAL_TERMINATION_DATE) <=TRUNC(SYSDATE+2)) AND PERSON_ID = ${PersonId})
java.lang.Exception: Error in Execution of this -> lopp, resource names and expresssion are mismatched
at oracle.apps.hcm.common.core.alerts.processing.AlertFunctionImpl$LoopImpl.executeLoop(AlertFunctionImpl.java:440)
at oracle.apps.hcm.common.core.alerts.processing.AlertFunctionImpl.loop(AlertFunctionImpl.java:192)
at oracle.apps.hcm.common.core.alerts.AbstractAlertFunctionsImpl.loop(AbstractAlertFunctionsImpl.java:2465)