DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on PO_CORE_S2

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

4620: ---------------------------------------------------------------------------
4621: -- Added by Eric Ma for IL PO Notification on Apr-13,2009 ,End
4622: /* Bug# 1162252: Amitabh
4623: ** Desc: Changed the length of l_currency_code from 8 to 30
4624: ** as the call to PO_CORE_S2.get_base_currency would
4625: ** return varchar2(30).
4626: */
4627: l_currency_code VARCHAR2(30);
4628: l_doc_id NUMBER;

Line 4821: l_currency_code := PO_CORE_S2.get_base_currency;

4817: aname => 'DOCUMENT_SUBTYPE_DISP',
4818: avalue => l_doc_subtype_disp);
4819: */
4820: l_doc_id := wf_engine.GetItemAttrNumber (itemtype => itemtype, itemkey => itemkey, aname => 'DOCUMENT_ID');
4821: l_currency_code := PO_CORE_S2.get_base_currency;
4822: /*Start Bug#3406460 - call to fnd function to get precision */
4823: fnd_currency.get_info(l_currency_code, l_precision, l_ext_precision, l_min_acct_unit);
4824: /* End Bug#3406460*/
4825: OPEN req_total_csr(l_doc_id,l_precision); --Bug#3406460 added parameter X_precision