DBA Data[Home] [Help]

APPS.AME_POSITION_LEVEL_HANDLER dependencies on AME_APPROVER_DEVIATION_PKG

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

413: origSystemIdIn => tempApprover.orig_system_id,
414: nameOut => tempApprover.name,
415: displayNameOut => tempApprover.display_name);
416: if firstAuthInsExists then
417: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.firstauthHandlerInsReason,null);
418: end if;
419: if coaInsAuthForward then
420: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.forwarHandlerAuthInsReason,null);
421: end if;

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

416: if firstAuthInsExists then
417: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.firstauthHandlerInsReason,null);
418: end if;
419: if coaInsAuthForward then
420: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.forwarHandlerAuthInsReason,null);
421: end if;
422: tempApprover.api_insertion := ame_util.oamGenerated;
423: end loop;
424: exception