DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on RCV_QUANTITIES_S

Line 965: l_debug_info := 'Call RCV_QUANTITIES_S.get_available_quantity - PLL';

961: p_procedure_name => l_api_name,
962: p_var_name => 'l_receipt_source_code',
963: p_var_value => l_receipt_source_code) ;
964:
965: l_debug_info := 'Call RCV_QUANTITIES_S.get_available_quantity - PLL';
966: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
967: p_procedure_name => l_api_name,
968: p_debug_info => l_debug_info);
969:

Line 971: RCV_QUANTITIES_S.get_available_quantity ( p_transaction_type => l_transaction_type,

967: p_procedure_name => l_api_name,
968: p_debug_info => l_debug_info);
969:
970: -- This call will return the available qty not considering qty on RSL.
971: RCV_QUANTITIES_S.get_available_quantity ( p_transaction_type => l_transaction_type,
972: p_parent_id => p_parent_id,
973: p_receipt_source_code => l_receipt_source_code,
974: p_parent_transaction_type => NULL,
975: p_grand_parent_id => NULL,

Line 994: l_debug_info := 'Call RCV_QUANTITIES_S.get_available_quantity - RSL';

990:
991: -- Iterate through all RCV Shipment Lines based on a given PLL.
992: FOR l_rcv_shipmt_lines IN c_rcv_shipmt_lines
993: LOOP
994: l_debug_info := 'Call RCV_QUANTITIES_S.get_available_quantity - RSL';
995: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
996: p_procedure_name => l_api_name,
997: p_debug_info => l_debug_info);
998:

Line 1000: RCV_QUANTITIES_S.get_available_quantity(p_transaction_type => 'RECEIVE',

996: p_procedure_name => l_api_name,
997: p_debug_info => l_debug_info);
998:
999: -- This call will return the quantity on RSL that should be deducted from the available quantity.
1000: RCV_QUANTITIES_S.get_available_quantity(p_transaction_type => 'RECEIVE',
1001: p_parent_id => l_rcv_shipmt_lines.shipment_line_id,
1002: p_receipt_source_code => 'INVENTORY',
1003: p_parent_transaction_type => NULL,
1004: p_grand_parent_id => NULL,

Line 1257: -- In Receiving (RCV_QUANTITIES_S) the rcv_exception_code is checked FOR POs only.

1253: -- Location Id) or as a single Shipment Line
1254: IF (p_sum_primary_qty > p_primary_qty) THEN
1255: l_shipln_duplicated := TRUE;
1256: END IF;
1257: -- In Receiving (RCV_QUANTITIES_S) the rcv_exception_code is checked FOR POs only.
1258: IF p_ship_line_src_type_code = 'PO' THEN
1259: l_debug_info := 'Verify in po_line_locations_all the Over-Receipt Quantity Control Action';
1260: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1261: p_procedure_name => l_proc_name,