DBA Data[Home] [Help]

APPS.INL_INTERFACE_PVT dependencies on RCV_TRANSACTIONS_INTERFACE

Line 3709: l_debug_info := 'source table is RCV_TRANSACTIONS_INTERFACE';

3705:
3706: -- Bug 11710754
3707: -- x_1ary_unit_price := (l_txn_qty * l_txn_unit_price) / x_1ary_qty;
3708: IF p_interface_source_code = 'RCV' THEN
3709: l_debug_info := 'source table is RCV_TRANSACTIONS_INTERFACE';
3710: INL_LOGGING_PVT.Log_Statement(
3711: p_module_name => g_module_name,
3712: p_procedure_name => l_program_name,
3713: p_debug_info => l_debug_info);

Line 3717: FROM rcv_transactions_interface rti,

3713: p_debug_info => l_debug_info);
3714:
3715: SELECT rti.uom_code, muom.uom_code, pl.unit_price
3716: INTO l_rcv_uom_code, l_po_uom_code, l_po_unit_price
3717: FROM rcv_transactions_interface rti,
3718: po_lines_all pl,
3719: mtl_units_of_measure muom
3720: WHERE muom.unit_of_measure = pl.unit_meas_lookup_code
3721: AND pl.po_line_id = rti.po_line_id

Line 3765: l_debug_info := 'Source is different from RCV_TRANSACTIONS_INTERFACE';

3761: p_procedure_name => l_program_name,
3762: p_debug_info => l_debug_info);
3763:
3764: ELSE
3765: l_debug_info := 'Source is different from RCV_TRANSACTIONS_INTERFACE';
3766: INL_LOGGING_PVT.Log_Statement(
3767: p_module_name => g_module_name,
3768: p_procedure_name => l_program_name,
3769: p_debug_info => l_debug_info);