DBA Data[Home] [Help]

APPS.INV_RESERVATION_AVAIL_PVT dependencies on INV_RESERVATION_UTIL_PVT

Line 96: inv_reservation_util_pvt.get_wip_cache

92: RAISE fnd_api.g_exc_error;
93: END IF;
94:
95: -- get wip entity type from wip_record_cache
96: inv_reservation_util_pvt.get_wip_cache
97: (
98: x_return_status => l_return_status
99: , p_wip_entity_id => p_supply_source_header_id
100: );

Line 877: inv_reservation_util_pvt.get_wip_cache

873: RAISE fnd_api.g_exc_error;
874: END IF;
875:
876: -- get wip entitty type from wip_record_cache
877: inv_reservation_util_pvt.get_wip_cache
878: (
879: x_return_status => l_return_status
880: , p_wip_entity_id => p_demand_source_header_id
881: );