DBA Data[Home] [Help]

APPS.AME_RELATIVE_JOB_LEVEL_HANDLER dependencies on AME_APPROVER_DEVIATION_PKG

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

474: origSystemIdIn =>tempApprover.orig_system_id,
475: nameOut => tempApprover.name,
476: displayNameOut => tempApprover.display_name);
477: if firstAuthInsExists then
478: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.firstauthHandlerInsReason,null);
479: end if;
480: if coaInsAuthForward then
481: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.forwarHandlerAuthInsReason,null);
482: end if;

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

477: if firstAuthInsExists then
478: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.firstauthHandlerInsReason,null);
479: end if;
480: if coaInsAuthForward then
481: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.forwarHandlerAuthInsReason,null);
482: end if;
483: end loop;
484: exception
485: when noSupervisorException then