DBA Data[Home] [Help]

APPS.AMS_LIST_SRC_MAPPING dependencies on AMS_LIST_SRC_TYPES_TL

Line 213: delete from ams_list_src_types_tl

209: /****
210: delete from ams_list_src_types
211: where list_source_type_id = px_src_type_id ;
212:
213: delete from ams_list_src_types_tl
214: where list_source_type_id = px_src_type_id ;
215:
216: DELETE FROM ams_list_src_fields_tl
217: WHERE list_source_field_id IN

Line 277: insert into ams_list_src_types_tl (

273: 530, --CHANGE!!
274: l_import_type.IMPORT_TYPE
275: );
276:
277: insert into ams_list_src_types_tl (
278: language,
279: source_lang,
280: list_source_name,
281: description,

Line 304: from AMS_LIST_SRC_TYPES_TL T

300: from FND_LANGUAGES L
301: where L.INSTALLED_FLAG in ('I', 'B')
302: and not exists
303: (select NULL
304: from AMS_LIST_SRC_TYPES_TL T
305: where T.LIST_SOURCE_TYPE_ID = l_list_source_type_id
306: and T.LANGUAGE = L.LANGUAGE_CODE);
307:
308: l_no_of_rows := p_list_src_fields.last;