DBA Data[Home] [Help]

APPS.OZF_FUND_EXTENSION_PVT dependencies on AMS_EVENT_OFFERS_VL

Line 63: FROM ams_event_offers_vl

59: WHERE event_header_id = p_object_id;
60:
61: CURSOR c_eoffer IS
62: SELECT owner_user_id, event_offer_name, system_status_code
63: FROM ams_event_offers_vl
64: WHERE event_offer_id = p_object_id;
65:
66: CURSOR c_deliverable IS
67: SELECT owner_user_id, deliverable_name, status_code