DBA Data[Home] [Help]

APPS.ICX_PLUG_UTILITIES dependencies on FND_MENU_ENTRIES_VL

Line 288: from FND_MENU_ENTRIES_VL

284: if l_plug_title is null
285: then
286: select nvl(PROMPT,DESCRIPTION)
287: into l_plug_title
288: from FND_MENU_ENTRIES_VL
289: where MENU_ID = l_menu_id
290: and ENTRY_SEQUENCE = l_entry_sequence;
291: end if;
292: