DBA Data[Home] [Help]

APPS.AMS_LISTGENERATION_PKG dependencies on AMS_CAMPAIGN_SCHEDULES_B

Line 8818: select 'Y' from ams_campaign_schedules_b b, ams_list_headers_all h

8814: l_order_number number := 0;
8815:
8816: l_repeat_tg varchar2(1);
8817: CURSOR c_repeat_tg is
8818: select 'Y' from ams_campaign_schedules_b b, ams_list_headers_all h
8819: where h.list_header_id = g_list_header_id
8820: and h.LIST_USED_BY_ID = b.schedule_id
8821: and b.orig_csch_id is not null;
8822: