DBA Data[Home] [Help]

APPS.PO_POAPPROVAL_INIT1 dependencies on PO_NOTIFICATIONS_SV3

Line 697: l_po_amount := po_notifications_sv3.get_doc_total(l_doc_subtype, l_doc_id);

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:
700:
701: --bug 12396408

Line 1098: l_po_amount := po_notifications_sv3.get_doc_total('RELEASE', l_doc_id);

1094: l_doc_id := wf_engine.GetItemAttrNumber (itemtype => itemtype,
1095: itemkey => itemkey,
1096: aname => 'DOCUMENT_ID');
1097:
1098: l_po_amount := po_notifications_sv3.get_doc_total('RELEASE', l_doc_id);
1099:
1100: l_po_amount_disp := TO_CHAR(l_po_amount,FND_CURRENCY.GET_FORMAT_MASK(
1101: RelHdr_rec.currency_code,30));
1102: