DBA Data[Home] [Help]

APPS.PO_PA_INTEGRATION_GRP dependencies on PO_CORE_S2

Line 520: l_base_currency_code := PO_CORE_S2.get_base_currency;

516:
517: x_po_rate := l_price;
518:
519: -- get the functional currency
520: l_base_currency_code := PO_CORE_S2.get_base_currency;
521:
522: -- Get the PO header id to derive the currency info
523: Begin
524:

Line 545: PO_CORE_S2.get_po_currency_info(p_po_header_id => l_po_header_id,

541: return;
542: End;
543:
544: -- Get the currency Info from the PO
545: PO_CORE_S2.get_po_currency_info(p_po_header_id => l_po_header_id,
546: x_currency_code => x_currency_code,
547: x_curr_rate_type => x_curr_rate_type,
548: x_curr_rate_date => x_curr_rate_date,
549: x_currency_rate => x_currency_rate);