DBA Data[Home] [Help]

APPS.INV_RESERVATION_AVAIL_PVT dependencies on INV_RESERVATION_UTIL_PVT

Line 95: inv_reservation_util_pvt.get_wip_cache

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

Line 697: inv_reservation_util_pvt.get_wip_cache

693: RAISE fnd_api.g_exc_error;
694: END IF;
695:
696: -- get wip entitty type from wip_record_cache
697: inv_reservation_util_pvt.get_wip_cache
698: (
699: x_return_status => l_return_status
700: , p_wip_entity_id => p_demand_source_header_id
701: );