DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on RCV_SHIPMENT_LINES

Line 971: FROM rcv_shipment_lines rsl,

967: CURSOR c_rcv_shipmt_lines IS
968: SELECT rsl.shipment_line_id,
969: rsl.item_id,
970: pll.unit_meas_lookup_code
971: FROM rcv_shipment_lines rsl,
972: po_line_locations_all pll
973: WHERE rsl.lcm_shipment_line_id IS NOT NULL
974: AND pll.line_location_id = rsl.po_line_location_id
975: AND rsl.po_line_location_id = p_parent_id

Line 1068: -- Iterate through all RCV Shipment Lines based on a given PLL.

1064: p_module_name => g_module_name,
1065: p_procedure_name => l_api_name,
1066: p_var_name => 'p_tolerable_quantity',
1067: p_var_value => p_tolerable_quantity);
1068: -- Iterate through all RCV Shipment Lines based on a given PLL.
1069: FOR l_rcv_shipmt_lines IN c_rcv_shipmt_lines
1070: LOOP
1071: l_debug_info := 'Call RCV_QUANTITIES_S.get_available_quantity - RSL';
1072: INL_LOGGING_PVT.Log_Statement (