DBA Data[Home] [Help]

APPS.AMS_ACCESS_PVT dependencies on AMS_EVENT_OFFERS_ALL_B

Line 2183: FROM ams_event_offers_all_b

2179: IS
2180: SELECT private_flag
2181: -- commented by ptendulk on 22-Jan-2001 Ref Bug #1607548
2182: --FROM ams_event_offers_vl
2183: FROM ams_event_offers_all_b
2184: WHERE event_offer_id = c_act_access_to_object_id;
2185:
2186: cursor c_access_eveh (
2187: c_act_access_to_object_id IN ams_act_access.act_access_to_object_id%TYPE)