DBA Data[Home] [Help]

APPS.AME_ABSOLUTE_JOB_LEVEL_HANDLER dependencies on AME_APPROVER_DEVIATION_PKG

Line 534: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.firstauthHandlerInsReason,null);

530: At this point finalAuthorityFound implies includeAllJobLevelApprovers, so the following if
531: doesn't need to check includeAllJobLevelApprovers. But it's implicit in the if statement.
532: */
533: if firstAuthInsExists then
534: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.firstauthHandlerInsReason,null);
535: end if;
536: if coaInsAuthForward then
537: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.forwarHandlerAuthInsReason,null);
538: end if;

Line 537: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.forwarHandlerAuthInsReason,null);

533: if firstAuthInsExists then
534: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.firstauthHandlerInsReason,null);
535: end if;
536: if coaInsAuthForward then
537: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.forwarHandlerAuthInsReason,null);
538: end if;
539: if(finalAuthorityFound and
540: tempOldJobLevel <> tempJobLevel) then
541: exit;