DBA Data[Home] [Help]

APPS.AMS_LIST_UTIL_PKG dependencies on AMS_MEDIA_VL

Line 103: from ams_campaign_schedules_vl ac, ams_media_vl am

99:
100:
101: cursor c_get_rule_id is
102: select am.dedupe_rule_id, ac.campaign_id, am.media_id
103: from ams_campaign_schedules_vl ac, ams_media_vl am
104: where ac.activity_id = am.media_id
105: and am.dedupe_rule_id is not null
106: and ac.schedule_id = p_object_id;
107: