DBA Data[Home] [Help]

APPS.INV_RCV_RESERVATION_UTIL dependencies on INV_RESERVATION_AVAIL_PVT

Line 2320: print_debug('Calling inv_reservation_avail_pvt.available_supply_to_reserve',l_module_name,4);

2316: x_return_status := fnd_api.g_ret_sts_success;
2317:
2318: --2.0 Query availability in RCV
2319: IF (l_debug = 1) THEN
2320: print_debug('Calling inv_reservation_avail_pvt.available_supply_to_reserve',l_module_name,4);
2321: END IF;
2322:
2323: inv_reservation_avail_pvt.available_supply_to_reserve
2324: (x_return_status => l_return_status

Line 2323: inv_reservation_avail_pvt.available_supply_to_reserve

2319: IF (l_debug = 1) THEN
2320: print_debug('Calling inv_reservation_avail_pvt.available_supply_to_reserve',l_module_name,4);
2321: END IF;
2322:
2323: inv_reservation_avail_pvt.available_supply_to_reserve
2324: (x_return_status => l_return_status
2325: , x_msg_count => l_msg_count
2326: , x_msg_data => l_msg_data
2327: , p_organization_id => p_cas_mol_rec_tb(1).organization_id

Line 2342: print_debug('After calling inv_reservation_avail_pvt.available_supply_to_reserve',l_module_name,4);

2338: , x_qty_available => l_avail_qty
2339: );
2340:
2341: IF (l_debug = 1) THEN
2342: print_debug('After calling inv_reservation_avail_pvt.available_supply_to_reserve',l_module_name,4);
2343: print_debug('l_avail_qty_to_reserve: ' || l_avail_qty_to_reserve,l_module_name,4);
2344: END IF;
2345:
2346: l_available_rcv_qty := l_avail_qty_to_reserve + l_primary_qty;