DBA Data[Home] [Help]

APPS.AMS_LISTGENERATION_UTIL_PKG dependencies on AMS_LIST_SRC_TYPE_USAGES

Line 212: DELETE FROM ams_list_src_type_usages

208: End if; -- STANDARD
209:
210: AMS_LISTGENERATION_PKG.write_to_act_log('Deleting entries from list src type usages tables.', 'LIST', p_list_header_id,'LOW');
211:
212: DELETE FROM ams_list_src_type_usages
213: WHERE list_header_id = p_list_header_id;
214:
215: AMS_LISTGENERATION_PKG.write_to_act_log('Procedure delete_list_entries executed successfully.', 'LIST', p_list_header_id,'LOW');
216: