DBA Data[Home] [Help]

APPS.INV_RCV_RESERVATION_UTIL dependencies on INV_RESERVATION_AVAIL_PVT

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

2110: x_return_status := fnd_api.g_ret_sts_success;
2111:
2112: --2.0 Query availability in RCV
2113: IF (l_debug = 1) THEN
2114: print_debug('Calling inv_reservation_avail_pvt.available_supply_to_reserve',l_module_name,4);
2115: END IF;
2116:
2117: inv_reservation_avail_pvt.available_supply_to_reserve
2118: (x_return_status => l_return_status

Line 2117: inv_reservation_avail_pvt.available_supply_to_reserve

2113: IF (l_debug = 1) THEN
2114: print_debug('Calling inv_reservation_avail_pvt.available_supply_to_reserve',l_module_name,4);
2115: END IF;
2116:
2117: inv_reservation_avail_pvt.available_supply_to_reserve
2118: (x_return_status => l_return_status
2119: , x_msg_count => l_msg_count
2120: , x_msg_data => l_msg_data
2121: , p_organization_id => p_cas_mol_rec_tb(1).organization_id

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

2132: , x_qty_available => l_avail_qty
2133: );
2134:
2135: IF (l_debug = 1) THEN
2136: print_debug('After calling inv_reservation_avail_pvt.available_supply_to_reserve',l_module_name,4);
2137: print_debug('l_avail_qty_to_reserve: ' || l_avail_qty_to_reserve,l_module_name,4);
2138: END IF;
2139:
2140: l_available_rcv_qty := l_avail_qty_to_reserve + l_primary_qty;