DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on CST_ORGANIZATION_DEFINITIONS

Line 17182: l_functional_currency cst_organization_definitions.currency_code%type;

17178: x_currency_code rcv_transactions.currency_code%type;
17179: x_currency_conversion_type rcv_transactions.currency_conversion_type%type;
17180: x_currency_conversion_rate NUMBER;
17181: -- Bug 10357707
17182: l_functional_currency cst_organization_definitions.currency_code%type;
17183: l_po_currency po_headers_all.currency_code%type;
17184:
17185: BEGIN
17186: IF (g_asn_debug = 'Y') THEN

Line 17373: FROM cst_organization_definitions cod,

17369:
17370: -- Bug 10357707: Start
17371: SELECT cod.currency_code, poh.currency_code
17372: INTO l_functional_currency, l_po_currency
17373: FROM cst_organization_definitions cod,
17374: po_headers_all poh
17375: WHERE cod.operating_unit = poh.org_id
17376: AND cod.organization_id = x_cascaded_table(n).to_organization_id
17377: AND poh.po_header_id = x_cascaded_table(n).po_header_id;