DBA Data[Home] [Help]

APPS.INL_MATCH_GRP dependencies on RCV_TRANSACTIONS

Line 562: FROM rcv_transactions rt,

558: l.cost_factor_id cost_factor_id,
559: l.tax tax_code,
560: decode(l.line_type_lookup_code, 'TAX', decode(d.tax_recoverable_flag,'Y',0,d.amount), NULL) nrec_tax_amt,
561: decode(l.line_type_lookup_code, 'TAX', 'N', NULL) tax_amt_included_flag
562: FROM rcv_transactions rt,
563: ap_invoice_distributions d,
564: ap_invoices i,
565: ap_invoice_lines l,
566: mtl_units_of_measure muom

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

665: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
666: p_procedure_name => l_api_name,
667: p_debug_info => l_debug_info);
668:
669: l_matches_int_tbl(i).to_parent_table_name := 'RCV_TRANSACTIONS';
670: l_matches_int_tbl(i).to_parent_table_id := c_distr_rec.rcv_transaction_id;
671: END IF;
672:
673: IF c_distr_rec.line_type = 'ITEM' OR c_distr_rec.correction_type = 'ITEM' THEN