DBA Data[Home] [Help]

APPS.AME_POSITION_HANDLER dependencies on AME_APPROVER_DEVIATION_PKG

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

316: origSystemIdIn => tempApprover.orig_system_id,
317: nameOut => tempApprover.name,
318: displayNameOut => tempApprover.display_name);
319: if firstAuthInsExists then
320: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.firstauthHandlerInsReason,null);
321: end if;
322: if coaInsAuthForward then
323: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.forwarHandlerAuthInsReason,null);
324: end if;

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

319: if firstAuthInsExists then
320: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.firstauthHandlerInsReason,null);
321: end if;
322: if coaInsAuthForward then
323: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.forwarHandlerAuthInsReason,null);
324: end if;
325: tempApprover.api_insertion := ame_util.oamGenerated;
326: end loop;
327: exception