DBA Data[Home] [Help]

APPS.AMS_EVTREGS_PVT dependencies on AMS_EVENT_OFFERS_ALL_TL

Line 3119: AMS_EVENT_OFFERS_ALL_TL t

3115: b.waitlist_action_type_code,
3116: b.parent_type
3117: from
3118: ams_event_offers_all_b b,
3119: AMS_EVENT_OFFERS_ALL_TL t
3120: where b.event_offer_id = p_event_offer_id
3121: and t.event_offer_id = p_event_offer_id;
3122:
3123: Cursor c_prioritize_waiting_minnum(p_event_offer_id NUMBER) is