DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on PO_CORE_S

Line 2123: po_core_s.get_product_install_status('ICX') = 'I') THEN

2119: -- The support for icx 3.0 is removed.
2120:
2121: IF (fnd_profile.value('POR_SSP4_INSTALLED') = 'Y' AND
2122: l_document_type = 'REQUISITION' and
2123: po_core_s.get_product_install_status('ICX') = 'I') THEN
2124:
2125: --Bug#3147435
2126: --Set the values for workflow attribute
2127: --VIEW_REQ_DTLS_URL and EDIT_REQ_URL

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,

Line 6555: IF NOT (PO_CORE_S.is_encumbrance_on(

6551: END IF;
6552:
6553: -- Check if encumbrance is on
6554:
6555: IF NOT (PO_CORE_S.is_encumbrance_on(
6556: p_doc_type => p_doc_type,
6557: p_org_id => NULL))
6558: THEN
6559: l_progress := '010';