DBA Data[Home] [Help]

APPS.PO_POAPPROVAL_INIT1 dependencies on PO_NOTIFICATIONS_SV3

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

584: END IF;
585:
586: /* Bug 979454 */
587:
588: l_po_amount := po_notifications_sv3.get_doc_total(l_doc_subtype, l_doc_id);
589:
590: l_po_amount_disp := TO_CHAR(l_po_amount,FND_CURRENCY.GET_FORMAT_MASK(
591: POHdr_rec.currency_code,30));
592:

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

882: l_doc_id := wf_engine.GetItemAttrNumber (itemtype => itemtype,
883: itemkey => itemkey,
884: aname => 'DOCUMENT_ID');
885:
886: l_po_amount := po_notifications_sv3.get_doc_total('RELEASE', l_doc_id);
887:
888: l_po_amount_disp := TO_CHAR(l_po_amount,FND_CURRENCY.GET_FORMAT_MASK(
889: RelHdr_rec.currency_code,30));
890: