DBA Data[Home] [Help]

APPS.ZX_CORE_REP_EXTRACT_PKG dependencies on ZX_RATES_B

Line 238: zx_rates_b rates,

234: zx_rep_trx_detail_t dtl,
235: fnd_currencies_vl fcv,
236: ap_invoices_all ai,
237: ap_batches_all ab,
238: zx_rates_b rates,
239: zx_accounts acc
240: WHERE
241: dtl.request_id = p_request_id
242: AND dtl.trx_currency_code = fcv.currency_code

Line 622: zx_rates_b zx_rate

618: INTO p_adj_tax_code_tbl(i)
619: FROM zx_reporting_types_b rep_type,
620: zx_reporting_codes_b rep_code,
621: zx_report_codes_assoc rep_ass,
622: zx_rates_b zx_rate
623: WHERE rep_type.reporting_type_id = rep_code.reporting_type_id
624: AND rep_type.reporting_type_code = 'ZX_ADJ_TAX_CLASSIF_CODE'
625: AND rep_code.reporting_code_id = rep_ass.reporting_code_id
626: AND rep_ass.entity_code = 'ZX_RATES'