DBA Data[Home] [Help]

APPS.ZX_CORE_REP_EXTRACT_PKG dependencies on ZX_RATES_B

Line 345: zx_rates_b rates,

341: zx_rep_trx_detail_t dtl,
342: fnd_currencies_vl fcv,
343: ap_invoices_all ai,
344: ap_batches_all ab,
345: zx_rates_b rates,
346: zx_accounts acc
347: WHERE
348: dtl.request_id = p_request_id
349: AND dtl.trx_currency_code = fcv.currency_code

Line 1130: zx_rates_b zx_rate

1126: INTO p_adj_tax_code_tbl(i)
1127: FROM zx_reporting_types_b rep_type,
1128: zx_reporting_codes_b rep_code,
1129: zx_report_codes_assoc rep_ass,
1130: zx_rates_b zx_rate
1131: WHERE rep_type.reporting_type_id = rep_code.reporting_type_id
1132: AND rep_type.reporting_type_code = 'ZX_ADJ_TAX_CLASSIF_CODE'
1133: AND rep_code.reporting_code_id = rep_ass.reporting_code_id
1134: AND rep_ass.entity_code = 'ZX_RATES'