DBA Data[Home] [Help]

APPS.AME_POSITION_LEVEL_HANDLER dependencies on AME_APPROVER_DEVIATION_PKG

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

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

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

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