DBA Data[Home] [Help]

APPS.INV_RESERVATION_UTIL_PVT dependencies on INV_RESERVATION_PVT

Line 642: -- inv_reservation_pvt.get_wip_entity to set the wip record cache.

638:
639: /*** {{ R12 Enhanced reservations code changes ***/
640: -- Get_wip_cache will first check if the cache for the wip_entity_id
641: -- already exists or not. If it's not exist, then call the API
642: -- inv_reservation_pvt.get_wip_entity to set the wip record cache.
643: PROCEDURE get_wip_cache
644: (
645: x_return_status OUT NOCOPY VARCHAR2
646: , p_wip_entity_id IN NUMBER

Line 657: inv_reservation_pvt.get_wip_entity_type

653: BEGIN
654:
655: IF (NOT inv_reservation_global.g_wip_record_cache.EXISTS(p_wip_entity_id)) THEN
656: -- call get_wip_entity API
657: inv_reservation_pvt.get_wip_entity_type
658: ( p_api_version_number => 1.0
659: , p_init_msg_lst => fnd_api.g_false
660: , x_return_status => l_return_status
661: , x_msg_count => l_msg_count