DBA Data[Home] [Help]

APPS.INV_RESERVATION_AVAIL_PVT dependencies on RCV_AVAILABILITY

Line 361: RCV_availability.get_available_supply_demand

357: IF (l_debug = 1) THEN
358: debug_print('calling RCV get_available_supply_demand');
359: END IF;
360:
361: RCV_availability.get_available_supply_demand
362: (
363: x_return_status => l_return_status
364: , x_msg_count => l_msg_count
365: , x_msg_data => l_msg_data

Line 388: debug_print('return status from RCV_availability.get_available_supply_demand = ' || l_return_status);

384: , p_init_msg_lst => fnd_api.g_false
385: );
386:
387: IF (l_debug = 1) THEN
388: debug_print('return status from RCV_availability.get_available_supply_demand = ' || l_return_status);
389: debug_print('available quantity = ' || l_available_quantity);
390: debug_print('source uom code = ' || l_source_uom_code);
391: debug_print('source primary uom code = ' || l_source_primary_uom_code);
392: END IF;

Line 489: debug_print('Receiving supply, before calling INV_RCV_availability.get_available_supply_demand');

485: END IF;
486:
487: -- call availability API for available quantity in receiving
488: IF (l_debug = 1) THEN
489: debug_print('Receiving supply, before calling INV_RCV_availability.get_available_supply_demand');
490: END IF;
491:
492: INV_RCV_availability.get_available_supply_demand
493: (

Line 492: INV_RCV_availability.get_available_supply_demand

488: IF (l_debug = 1) THEN
489: debug_print('Receiving supply, before calling INV_RCV_availability.get_available_supply_demand');
490: END IF;
491:
492: INV_RCV_availability.get_available_supply_demand
493: (
494: x_return_status => l_return_status
495: , x_msg_count => l_msg_count
496: , x_msg_data => l_msg_data