DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_GA_PVT

Line 1540: l_current_org_id := PO_GA_PVT.get_current_org;

1536: x_progress := '001';
1537:
1538: -- The original query has been moved to the declare section as a cursor.
1539: l_base_currency := PO_CORE_S2.get_base_currency;
1540: l_current_org_id := PO_GA_PVT.get_current_org;
1541:
1542: OPEN c_contract_currency;
1543:
1544: -- Only take the first contract

Line 1586: PO_GA_PVT.get_currency_info

1582: -- having the same currency, we need to derive the rate information
1583: -- if the global contract is using a foreign currency. Contract
1584: -- reference is not allowed if currency rate is not defined.
1585:
1586: PO_GA_PVT.get_currency_info
1587: ( p_po_header_id => x_contract_id,
1588: x_currency_code => l_currency,
1589: x_rate_type => l_rate_type,
1590: x_rate_date => l_rate_date,