DBA Data[Home] [Help]

APPS.AST_UWQ_MLIST_MSG_PKG dependencies on AMS_CAMPAIGN_SCHEDULES_VL

Line 34: ams_campaign_schedules_vl b

30:
31: cursor c_camp_description(p_schedule_id in number) is
32: select '< Campaign: ' || a.description || ' > < Schedule: ' || b.description || ' >'
33: from ams_campaigns_all_tl a,
34: ams_campaign_schedules_vl b
35: where a.campaign_id = b.campaign_id
36: and a.language = userenv('LANG')
37: and b.schedule_id = p_schedule_id;
38: