DBA Data[Home] [Help]

APPS.WMS_XDOCK_PEGGING_PUB dependencies on INV_RESERVATION_AVAIL_PVT

Line 4222: INV_RESERVATION_AVAIL_PVT.Available_demand_to_reserve

4218: -- This API will return quantity in the primary UOM.
4219: IF (l_debug = 1) THEN
4220: print_debug('2.6 - Calculate the ATR qty on the demand line for crossdocking');
4221: END IF;
4222: INV_RESERVATION_AVAIL_PVT.Available_demand_to_reserve
4223: (p_api_version_number => 1.0,
4224: p_init_msg_lst => fnd_api.g_false,
4225: x_return_status => x_return_status,
4226: x_msg_count => x_msg_count,

Line 4810: INV_RESERVATION_AVAIL_PVT.Available_supply_to_reserve

4806: -- This API will return available to reserve quantity in the primary UOM.
4807: IF (l_debug = 1) THEN
4808: print_debug('3.6 - Call the Available_supply_to_reserve API');
4809: END IF;
4810: INV_RESERVATION_AVAIL_PVT.Available_supply_to_reserve
4811: (p_api_version_number => 1.0,
4812: p_init_msg_lst => fnd_api.g_false,
4813: x_return_status => x_return_status,
4814: x_msg_count => x_msg_count,

Line 5312: INV_RESERVATION_AVAIL_PVT.Available_supply_to_reserve

5308: IF (l_shopping_basket_tb(l_supply_index).reservable_quantity IS NULL) THEN
5309: IF (l_debug = 1) THEN
5310: print_debug('4.2 - Call the Available_supply_to_reserve API');
5311: END IF;
5312: INV_RESERVATION_AVAIL_PVT.Available_supply_to_reserve
5313: (p_api_version_number => 1.0,
5314: p_init_msg_lst => fnd_api.g_false,
5315: x_return_status => x_return_status,
5316: x_msg_count => x_msg_count,

Line 8134: INV_RESERVATION_AVAIL_PVT.Available_supply_to_reserve

8130: -- Test getting the available to reserve quantity for the MOL supply for
8131: -- type RCV as well as WIP. }}
8132: IF (l_supply_type_id = 27) THEN
8133: -- RCV MOL
8134: INV_RESERVATION_AVAIL_PVT.Available_supply_to_reserve
8135: (p_api_version_number => 1.0,
8136: p_init_msg_lst => fnd_api.g_false,
8137: x_return_status => x_return_status,
8138: x_msg_count => x_msg_count,

Line 8152: INV_RESERVATION_AVAIL_PVT.Available_supply_to_reserve

8148: x_qty_available_to_reserve => l_supply_atr_prim_qty,
8149: x_qty_available => l_supply_available_qty);
8150: ELSIF (l_wip_entity_type = 1) THEN
8151: -- WIP Discrete Job MOL
8152: INV_RESERVATION_AVAIL_PVT.Available_supply_to_reserve
8153: (p_api_version_number => 1.0,
8154: p_init_msg_lst => fnd_api.g_false,
8155: x_return_status => x_return_status,
8156: x_msg_count => x_msg_count,

Line 8794: INV_RESERVATION_AVAIL_PVT.Available_demand_to_reserve

8790: IF (l_shopping_basket_tb(i).source_type_id <> 5) THEN
8791: IF (l_debug = 1) THEN
8792: print_debug('3.5 - Call the Available_demand_to_reserve API');
8793: END IF;
8794: INV_RESERVATION_AVAIL_PVT.Available_demand_to_reserve
8795: (p_api_version_number => 1.0,
8796: p_init_msg_lst => fnd_api.g_false,
8797: x_return_status => x_return_status,
8798: x_msg_count => x_msg_count,

Line 9119: INV_RESERVATION_AVAIL_PVT.Available_demand_to_reserve

9115: IF (l_demand_type_id <> 5) THEN
9116: IF (l_debug = 1) THEN
9117: print_debug('4.2 - Call the Available_demand_to_reserve API');
9118: END IF;
9119: INV_RESERVATION_AVAIL_PVT.Available_demand_to_reserve
9120: (p_api_version_number => 1.0,
9121: p_init_msg_lst => fnd_api.g_false,
9122: x_return_status => x_return_status,
9123: x_msg_count => x_msg_count,