DBA Data[Home] [Help]

APPS.INV_RESERVATION_VALIDATE_PVT dependencies on RCV_AVAILABILITY

Line 324: RCV_AVAILABILITY.validate_supply_demand

320: END IF;
321:
322: IF (p_supply_source_type_id = INV_RESERVATION_GLOBAL.G_SOURCE_TYPE_PO) THEN
323:
324: RCV_AVAILABILITY.validate_supply_demand
325: (
326: x_return_status => l_return_status
327: , x_msg_count => l_msg_count
328: , x_msg_data => l_msg_data

Line 557: RCV_AVAILABILITY.validate_supply_demand

553: END IF;
554:
555: IF (p_supply_source_type_id = INV_RESERVATION_GLOBAL.G_SOURCE_TYPE_INTERNAL_REQ) THEN
556: -- validate document
557: RCV_AVAILABILITY.validate_supply_demand
558: (
559: x_return_status => l_return_status
560: , x_msg_count => l_msg_count
561: , x_msg_data => l_msg_data

Line 662: RCV_AVAILABILITY.validate_supply_demand

658:
659: IF (p_supply_source_type_id = INV_RESERVATION_GLOBAL.G_SOURCE_TYPE_ASN) THEN
660:
661: -- validate the document
662: RCV_AVAILABILITY.validate_supply_demand
663: (
664: x_return_status => l_return_status
665: , x_msg_count => l_msg_count
666: , x_msg_data => l_msg_data

Line 781: RCV_AVAILABILITY.validate_supply_demand

777:
778: IF (p_supply_source_type_id = INV_RESERVATION_GLOBAL.G_SOURCE_TYPE_INTRANSIT) THEN
779:
780: -- validate document
781: RCV_AVAILABILITY.validate_supply_demand
782: (
783: x_return_status => l_return_status
784: , x_msg_count => l_msg_count
785: , x_msg_data => l_msg_data