DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_GA_PVT

Line 1757: l_current_org_id := PO_GA_PVT.get_current_org;

1753: x_progress := '001';
1754:
1755: -- The original query has been moved to the declare section as a cursor.
1756: l_base_currency := PO_CORE_S2.get_base_currency;
1757: l_current_org_id := PO_GA_PVT.get_current_org;
1758:
1759: OPEN c_contract_currency;
1760:
1761: -- Only take the first contract

Line 1803: PO_GA_PVT.get_currency_info

1799: -- having the same currency, we need to derive the rate information
1800: -- if the global contract is using a foreign currency. Contract
1801: -- reference is not allowed if currency rate is not defined.
1802:
1803: PO_GA_PVT.get_currency_info
1804: ( p_po_header_id => x_contract_id,
1805: x_currency_code => l_currency,
1806: x_rate_type => l_rate_type,
1807: x_rate_date => l_rate_date,