DBA Data[Home] [Help]

APPS.AME_RELATIVE_JOB_LEVEL_HANDLER dependencies on AME_APPROVER_DEVIATION_PKG

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

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

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

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