DBA Data[Home] [Help]

APPS.FND_DATA_SECURITY dependencies on FND_MENU_ENTRIES_TL

Line 6159: fnd_menu_entries_tl fmev

6155: where menu_id IS NOT NULL and entry_sequence IS NOT NULL))fmev
6156: connect by prior SUB_MENU_ID = MENU_ID
6157: start with MENU_ID in (select fr.menu_id from fnd_responsibility fr, fu_furg where fu_furg.responsibility_id=fr.responsibility_id and fu_furg.responsibility_application_id=fr.application_id)
6158: ) base,
6159: fnd_menu_entries_tl fmev
6160: where base.menu_id=fmev.menu_id
6161: and base.entry_sequence=fmev.entry_sequence
6162: and fmev.LANGUAGE=USERENV('LANG')
6163: and upper(fmev.prompt) like upper(P_FUNCTION_PROMPT||'%')