DBA Data[Home] [Help]

APPS.PO_POXRRCVV_XMLP_PKG dependencies on CST_ORGANIZATION_DEFINITIONS

Line 134: FROM cst_organization_definitions cod

130:
131:
132: SELECT currency_code
133: INTO l_fcn_currency
134: FROM cst_organization_definitions cod
135: WHERE cod.organization_id = P_org_id;
136:
137: l_stmt_num := 50;
138: IF L_FCN_CURRENCY = P_CURRENCY_CODE THEN