DBA Data[Home] [Help]

APPS.AMS_LISTHEADER_PVT dependencies on AMS_LIST_SRC_TYPES

Line 248: from ams_list_src_types

244: x_status_code varchar2(80);
245: l_valid_flag varchar2(1) := 'N';
246: cursor c_check_source_type(cur_list_source_type varchar2) is
247: select 'Y'
248: from ams_list_src_types
249: where list_source_type in ('TARGET','ANALYTICS')
250: and source_type_code = cur_list_source_type
251: and master_source_type_flag = 'Y'
252: and enabled_flag = 'Y' ;