DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on PO_CORE_S2

Line 5475: ** as the call to PO_CORE_S2.get_base_currency would

5471: l_amount_for_tax varchar2(400);
5472:
5473: /* Bug# 1162252: Amitabh
5474: ** Desc: Changed the length of l_currency_code from 8 to 30
5475: ** as the call to PO_CORE_S2.get_base_currency would
5476: ** return varchar2(30).
5477: */
5478:
5479: l_currency_code varchar2(30);

Line 5710: l_currency_code := PO_CORE_S2.get_base_currency;

5706: l_doc_id := wf_engine.GetItemAttrNumber (itemtype => itemtype,
5707: itemkey => itemkey,
5708: aname => 'DOCUMENT_ID');
5709:
5710: l_currency_code := PO_CORE_S2.get_base_currency;
5711: /*Start Bug#3406460 - call to fnd function to get precision */
5712: fnd_currency.get_info(l_currency_code,
5713: l_precision,
5714: l_ext_precision,