DBA Data[Home] [Help]

APPS.AMS_METRICCUSTOM_PVT dependencies on AMS_EVENT_OFFERS_ALL_B

Line 78: FROM ams_event_offers_all_b

74: WHERE parent_campaign_id = p_current_campaign_id ;
75:
76: CURSOR c_even(p_current_event_id NUMBER) IS
77: SELECT event_offer_id
78: FROM ams_event_offers_all_b
79: WHERE event_header_id = p_current_event_id;
80:
81: CURSOR c_obj_assocs(p_obj_id NUMBER,
82: p_obj_cd VARCHAR2) IS