DBA Data[Home] [Help]

APPS.PO_POAPPROVAL_INIT1 dependencies on PO_AME_SETUP_PVT

Line 695: l_po_amount := po_ame_setup_pvt.get_modification_amount(l_ame_approval_id);

691:
692: /* Bug 979454 */
693: -- CLM Apprvl..For modification document the changed amount only needs to be displayed
694: if l_draft_id <> -1 then
695: l_po_amount := po_ame_setup_pvt.get_modification_amount(l_ame_approval_id);
696: else
697: l_po_amount := po_notifications_sv3.get_doc_total(l_doc_subtype, l_doc_id);
698: end if;
699: