DBA Data[Home] [Help]

APPS.AMS_LISTHEADER_PVT dependencies on AMS_LIST_SELECT_ACTIONS

Line 2161: -- Ams_List_Select_Actions

2157: -- NOTES
2158: -- Deletes from The following tables Ams_List_Src_Type_Usages,
2159: -- Ams_List_Rule_Usages,
2160: -- Ams_List_Entries,
2161: -- Ams_List_Select_Actions
2162: -- Ams_List_Headers_All.
2163: --
2164: -- HISTORY
2165: -- 05/12/1999 tdonohoe created

Line 2239: DELETE FROM ams_list_select_actions

2235:
2236: DELETE FROM ams_list_entries
2237: WHERE list_header_id = l_list_header_id;
2238:
2239: DELETE FROM ams_list_select_actions
2240: WHERE list_header_id = l_list_header_id;
2241:
2242: DELETE FROM ams_list_headers_all
2243: WHERE list_header_id = l_list_header_id;