DBA Data[Home] [Help]

APPS.AME_SUPERVISORY_HANDLER dependencies on AME_APPROVER_DEVIATION_PKG

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

395: nameOut => tempApprover.name,
396: displayNameOut => tempApprover.display_name);
397: /*if the next approver because of first auth insertion the populate the date and reason*/
398: if firstAuthInsExists then
399: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.firstauthHandlerInsReason,null);
400: end if;
401: if coaInsAuthForward then
402: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.forwarHandlerAuthInsReason,null);
403: end if;

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

398: if firstAuthInsExists then
399: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.firstauthHandlerInsReason,null);
400: end if;
401: if coaInsAuthForward then
402: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.forwarHandlerAuthInsReason,null);
403: end if;
404: tempApprover.api_insertion := ame_util.oamGenerated;
405: end loop;
406: exception