DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on RCV_QUANTITIES_S

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

1037: p_module_name => g_module_name,
1038: p_procedure_name => l_api_name,
1039: p_var_name => 'l_receipt_source_code',
1040: p_var_value => l_receipt_source_code) ;
1041: l_debug_info := 'Call RCV_QUANTITIES_S.get_available_quantity - PLL';
1042: INL_LOGGING_PVT.Log_Statement (
1043: p_module_name => g_module_name,
1044: p_procedure_name => l_api_name,
1045: p_debug_info => l_debug_info);

Line 1047: RCV_QUANTITIES_S.get_available_quantity (

1043: p_module_name => g_module_name,
1044: p_procedure_name => l_api_name,
1045: p_debug_info => l_debug_info);
1046: -- This call will return the available qty not considering qty on RSL.
1047: RCV_QUANTITIES_S.get_available_quantity (
1048: p_transaction_type => l_transaction_type,
1049: p_parent_id => p_parent_id,
1050: p_receipt_source_code => l_receipt_source_code,
1051: p_parent_transaction_type => NULL,

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

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 (
1073: p_module_name => g_module_name,
1074: p_procedure_name => l_api_name,
1075: p_debug_info => l_debug_info);

Line 1077: RCV_QUANTITIES_S.get_available_quantity(

1073: p_module_name => g_module_name,
1074: p_procedure_name => l_api_name,
1075: p_debug_info => l_debug_info);
1076: -- This call will return the quantity on RSL that should be deducted from the available quantity.
1077: RCV_QUANTITIES_S.get_available_quantity(
1078: p_transaction_type => 'RECEIVE',
1079: p_parent_id => l_rcv_shipmt_lines.shipment_line_id,
1080: p_receipt_source_code => 'INVENTORY',
1081: p_parent_transaction_type => NULL,

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

1462: -- Location Id) or as a single Shipment Line
1463: IF (p_sum_primary_qty > p_primary_qty) THEN
1464: l_shipln_duplicated := TRUE;
1465: END IF;
1466: -- In Receiving (RCV_QUANTITIES_S) the rcv_exception_code is checked FOR POs only.
1467: IF p_ship_line_src_type_code = 'PO' THEN
1468: l_debug_info := 'Verify in po_line_locations_all the Over-Receipt Quantity Control Action';
1469: INL_LOGGING_PVT.Log_Statement (
1470: p_module_name => g_module_name,