DBA Data[Home] [Help]

APPS.ORACLECONFIGURE dependencies on ICX_CUSTOM_MENU_ENTRIES

Line 1718: delete from icx_custom_menu_entries

1714: if (not l_preserve_plug) then --plug is no longer in the selections, delete it
1715: delete from icx_page_plugs
1716: where plug_id = substr(l_oldrightids(i), 2, length(l_oldrightids(i)) );
1717:
1718: delete from icx_custom_menu_entries
1719: where plug_id = substr(l_oldrightids(i), 2, length(l_oldrightids(i)) );
1720: end if;
1721:
1722: l_preserve_plug := FALSE;