DBA Data[Home] [Help]

APPS.PO_POAPPROVAL_INIT1 dependencies on PO_CORE_S

Line 854: l_currency_code := PO_CORE_S2.get_base_currency;

850: where po_header_id = l_doc_id
851: and draft_id = l_draft_id;
852:
853: -- total funded amount must be displayed in functional currency
854: l_currency_code := PO_CORE_S2.get_base_currency;
855:
856: l_total_funded_amount_disp := TO_CHAR(l_total_funded_amount,FND_CURRENCY.GET_FORMAT_MASK(
857: l_currency_code,30));
858: