DBA Data[Home] [Help]

APPS.INV_RESERVATION_AVAIL_PVT dependencies on INV_RCV_AVAILABILITY

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