DBA Data[Home] [Help]

APPS.ICX_PLUG_UTILITIES dependencies on ICX_PAGE_PLUGS

Line 281: from ICX_PAGE_PLUGS

277: begin
278:
279: select DISPLAY_NAME,MENU_ID,ENTRY_SEQUENCE
280: into l_plug_title,l_menu_id,l_entry_sequence
281: from ICX_PAGE_PLUGS
282: where PLUG_ID = p_plug_id;
283:
284: if l_plug_title is null
285: then