DBA Data[Home] [Help]

APPS.AMS_ACCESS_PVT dependencies on AMS_EVENT_OFFERS_ALL_B

Line 1840: FROM ams_event_offers_all_b

1836: IS
1837: SELECT private_flag
1838: -- commented by ptendulk on 22-Jan-2001 Ref Bug #1607548
1839: --FROM ams_event_offers_vl
1840: FROM ams_event_offers_all_b
1841: WHERE event_offer_id = c_act_access_to_object_id;
1842:
1843: cursor c_access_eveh (
1844: c_act_access_to_object_id IN ams_act_access.act_access_to_object_id%TYPE)