DBA Data[Home] [Help]

APPS.AMS_LISTHEADER_PVT dependencies on AMS_LIST_SELECT_ACTIONS

Line 2148: -- Ams_List_Select_Actions

2144: -- NOTES
2145: -- Deletes from The following tables Ams_List_Src_Type_Usages,
2146: -- Ams_List_Rule_Usages,
2147: -- Ams_List_Entries,
2148: -- Ams_List_Select_Actions
2149: -- Ams_List_Headers_All.
2150: --
2151: -- HISTORY
2152: -- 05/12/1999 tdonohoe created

Line 2226: DELETE FROM ams_list_select_actions

2222:
2223: DELETE FROM ams_list_entries
2224: WHERE list_header_id = l_list_header_id;
2225:
2226: DELETE FROM ams_list_select_actions
2227: WHERE list_header_id = l_list_header_id;
2228:
2229: DELETE FROM ams_list_headers_all
2230: WHERE list_header_id = l_list_header_id;