DBA Data[Home] [Help]

APPS.AME_MANAGER_FINAL_HANDLER dependencies on AME_APPROVER_DEVIATION_PKG

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

588: end if;
589: ame_util.copyApproverRecord2(approverRecord2In => tempApprover,
590: approverRecord2Out => prevApprover);
591: if firstAuthInsExists then
592: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.firstauthHandlerInsReason,null);
593: end if;
594: if coaInsAuthForward then
595: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.forwarHandlerAuthInsReason,null);
596: end if;

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

591: if firstAuthInsExists then
592: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.firstauthHandlerInsReason,null);
593: end if;
594: if coaInsAuthForward then
595: ame_engine.setDeviationReasonDate(ame_approver_deviation_pkg.forwarHandlerAuthInsReason,null);
596: end if;
597: end loop;
598: /* Check to make sure that final approver was inserted. */
599: if checkForInsertee then