DBA Data[Home] [Help]

APPS.INL_MATCH_GRP dependencies on RCV_TRANSACTIONS

Line 329: FROM rcv_transactions rt,

325: decode(l.line_type_lookup_code, 'TAX', 'N', NULL) tax_amt_included_flag,
326: d.accounting_date accounting_date, -- LCM-OPM Integration Send to OPM as transaction date
327: NVL(d.reversal_flag,'N') reversal_flag, --Bug#14604983
328: count(*) over () count_recs --Bug#14604983
329: FROM rcv_transactions rt,
330: ap_invoice_distributions d,
331: ap_invoices i,
332: ap_invoice_lines l,
333: mtl_units_of_measure muom

Line 454: l_matches_int_tbl(i).to_parent_table_name := 'RCV_TRANSACTIONS';

450: p_procedure_name => l_api_name,
451: p_debug_info => l_debug_info
452: );
453:
454: l_matches_int_tbl(i).to_parent_table_name := 'RCV_TRANSACTIONS';
455: l_matches_int_tbl(i).to_parent_table_id := c_distr_rec.rcv_transaction_id;
456:
457: END IF;
458: