DBA Data[Home] [Help]

APPS.WMS_XDOCK_PEGGING_PUB dependencies on INV_RESERVATION_AVAIL_PVT

Line 4316: INV_RESERVATION_AVAIL_PVT.Available_demand_to_reserve

4312: -- This API will return quantity in the primary UOM.
4313: IF (l_debug = 1) THEN
4314: print_debug('2.6 - Calculate the ATR qty on the demand line for crossdocking');
4315: END IF;
4316: INV_RESERVATION_AVAIL_PVT.Available_demand_to_reserve
4317: (p_api_version_number => 1.0,
4318: p_init_msg_lst => fnd_api.g_false,
4319: x_return_status => x_return_status,
4320: x_msg_count => x_msg_count,

Line 4904: INV_RESERVATION_AVAIL_PVT.Available_supply_to_reserve

4900: -- This API will return available to reserve quantity in the primary UOM.
4901: IF (l_debug = 1) THEN
4902: print_debug('3.6 - Call the Available_supply_to_reserve API');
4903: END IF;
4904: INV_RESERVATION_AVAIL_PVT.Available_supply_to_reserve
4905: (p_api_version_number => 1.0,
4906: p_init_msg_lst => fnd_api.g_false,
4907: x_return_status => x_return_status,
4908: x_msg_count => x_msg_count,

Line 5406: INV_RESERVATION_AVAIL_PVT.Available_supply_to_reserve

5402: IF (l_shopping_basket_tb(l_supply_index).reservable_quantity IS NULL) THEN
5403: IF (l_debug = 1) THEN
5404: print_debug('4.2 - Call the Available_supply_to_reserve API');
5405: END IF;
5406: INV_RESERVATION_AVAIL_PVT.Available_supply_to_reserve
5407: (p_api_version_number => 1.0,
5408: p_init_msg_lst => fnd_api.g_false,
5409: x_return_status => x_return_status,
5410: x_msg_count => x_msg_count,

Line 8313: INV_RESERVATION_AVAIL_PVT.Available_supply_to_reserve

8309: -- Test getting the available to reserve quantity for the MOL supply for
8310: -- type RCV as well as WIP. }}
8311: IF (l_supply_type_id = 27) THEN
8312: -- RCV MOL
8313: INV_RESERVATION_AVAIL_PVT.Available_supply_to_reserve
8314: (p_api_version_number => 1.0,
8315: p_init_msg_lst => fnd_api.g_false,
8316: x_return_status => x_return_status,
8317: x_msg_count => x_msg_count,

Line 8331: INV_RESERVATION_AVAIL_PVT.Available_supply_to_reserve

8327: x_qty_available_to_reserve => l_supply_atr_prim_qty,
8328: x_qty_available => l_supply_available_qty);
8329: ELSIF (l_wip_entity_type = 1) THEN
8330: -- WIP Discrete Job MOL
8331: INV_RESERVATION_AVAIL_PVT.Available_supply_to_reserve
8332: (p_api_version_number => 1.0,
8333: p_init_msg_lst => fnd_api.g_false,
8334: x_return_status => x_return_status,
8335: x_msg_count => x_msg_count,

Line 8982: INV_RESERVATION_AVAIL_PVT.Available_demand_to_reserve

8978: IF (l_shopping_basket_tb(i).source_type_id <> 5) THEN
8979: IF (l_debug = 1) THEN
8980: print_debug('3.5 - Call the Available_demand_to_reserve API');
8981: END IF;
8982: INV_RESERVATION_AVAIL_PVT.Available_demand_to_reserve
8983: (p_api_version_number => 1.0,
8984: p_init_msg_lst => fnd_api.g_false,
8985: x_return_status => x_return_status,
8986: x_msg_count => x_msg_count,

Line 9308: INV_RESERVATION_AVAIL_PVT.Available_demand_to_reserve

9304: IF (l_demand_type_id <> 5) THEN
9305: IF (l_debug = 1) THEN
9306: print_debug('4.2 - Call the Available_demand_to_reserve API');
9307: END IF;
9308: INV_RESERVATION_AVAIL_PVT.Available_demand_to_reserve
9309: (p_api_version_number => 1.0,
9310: p_init_msg_lst => fnd_api.g_false,
9311: x_return_status => x_return_status,
9312: x_msg_count => x_msg_count,