DBA Data[Home] [Help]

APPS.AMS_LISTGENERATION_PKG dependencies on AMS_CAMPAIGN_SCHEDULES_B

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

8719: l_order_number number := 0;
8720:
8721: l_repeat_tg varchar2(1);
8722: CURSOR c_repeat_tg is
8723: select 'Y' from ams_campaign_schedules_b b, ams_list_headers_all h
8724: where h.list_header_id = g_list_header_id
8725: and h.LIST_USED_BY_ID = b.schedule_id
8726: and b.orig_csch_id is not null;
8727: