[Home] [Help]
1888: IF(l_listheader_rec.STATUS_CODE ='CANCELLED' ) THEN
1889: -- Delete all existing entries for this list which are in the
1890: -- temporary table.--
1891: --------------------------------------------------------------------------
1892: DELETE FROM ams_list_tmp_entries
1893: WHERE list_header_id = l_listheader_rec.list_header_id;
1894:
1895: ----------------------------------------------
1896: --Delete all existing entries for this list.--