DBA Data[Home] [Help]

APPS.INV_RESERVATION_UTIL_PVT dependencies on INV_RESERVATION_PVT

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

650:
651: /*** {{ R12 Enhanced reservations code changes ***/
652: -- Get_wip_cache will first check if the cache for the wip_entity_id
653: -- already exists or not. If it's not exist, then call the API
654: -- inv_reservation_pvt.get_wip_entity to set the wip record cache.
655: PROCEDURE get_wip_cache
656: (
657: x_return_status OUT NOCOPY VARCHAR2
658: , p_wip_entity_id IN NUMBER

Line 669: inv_reservation_pvt.get_wip_entity_type

665: BEGIN
666:
667: IF (NOT inv_reservation_global.g_wip_record_cache.EXISTS(p_wip_entity_id)) THEN
668: -- call get_wip_entity API
669: inv_reservation_pvt.get_wip_entity_type
670: ( p_api_version_number => 1.0
671: , p_init_msg_lst => fnd_api.g_false
672: , x_return_status => l_return_status
673: , x_msg_count => l_msg_count