DBA Data[Home] [Help]

APPS.AMS_LISTHEADER_PVT dependencies on AMS_LIST_TMP_ENTRIES

Line 1879: DELETE FROM ams_list_tmp_entries

1875: IF(l_listheader_rec.STATUS_CODE ='CANCELLED' ) THEN
1876: -- Delete all existing entries for this list which are in the
1877: -- temporary table.--
1878: --------------------------------------------------------------------------
1879: DELETE FROM ams_list_tmp_entries
1880: WHERE list_header_id = l_listheader_rec.list_header_id;
1881:
1882: ----------------------------------------------
1883: --Delete all existing entries for this list.--