DBA Data[Home] [Help]

APPS.AME_SUPERVISORY_HANDLER dependencies on AME_APPROVER_DEVIATION_PKG

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

417: nameOut => tempApprover.name,
418: displayNameOut => tempApprover.display_name);
419: /*if the next approver because of first auth insertion the populate the date and reason*/
420: if firstAuthInsExists then
421: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.firstauthHandlerInsReason,null);
422: end if;
423: if coaInsAuthForward then
424: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.forwarHandlerAuthInsReason,null);
425: end if;

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

420: if firstAuthInsExists then
421: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.firstauthHandlerInsReason,null);
422: end if;
423: if coaInsAuthForward then
424: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.forwarHandlerAuthInsReason,null);
425: end if;
426: tempApprover.api_insertion := ame_util.oamGenerated;
427: end loop;
428: exception