DBA Data[Home] [Help]

APPS.AME_MANAGER_FINAL_HANDLER dependencies on AME_APPROVER_DEVIATION_PKG

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

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

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

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