DBA Data[Home] [Help]

APPS.ORACLECONFIGURE dependencies on FND_MENU_ENTRIES_VL

Line 741: fnd_menu_entries_vl fme,

737: fff.web_html_call,
738: ipp.display_sequence,
739: fme.menu_id
740: from icx_page_plugs ipp,
741: fnd_menu_entries_vl fme,
742: fnd_form_functions fff
743: where ipp.region_id = p_region.region_id
744: and ipp.page_id = p_page_id
745: and ipp.menu_id = fme.menu_id

Line 1305: fnd_menu_entries_vl fme,

1301: begin
1302: select nvl(ipp.DISPLAY_NAME, fme.PROMPT)
1303: into l_plug_name
1304: from icx_page_plugs ipp,
1305: fnd_menu_entries_vl fme,
1306: fnd_form_functions fff
1307: where ipp.plug_id = p_plug_id
1308: and ipp.menu_id = fme.menu_id
1309: and ipp.entry_sequence = fme.entry_sequence

Line 1473: fnd_menu_entries_vl c,

1469: c.description,
1470: d.function_id,
1471: d.type
1472: from fnd_form_functions d,
1473: fnd_menu_entries_vl c,
1474: fnd_responsibility_vl a,
1475: FND_USER_RESP_GROUPS b
1476: where b.user_id = icx_sec.g_user_id
1477: and b.start_date <= sysdate

Line 1498: fnd_menu_entries_vl fme,

1494: nvl(ipp.DISPLAY_NAME, fme.PROMPT) plug_name,
1495: fff.web_html_call,
1496: ipp.display_sequence
1497: from icx_page_plugs ipp,
1498: fnd_menu_entries_vl fme,
1499: fnd_form_functions fff
1500: where ipp.region_id = p_region_id
1501: and ipp.page_id = p_page_id
1502: and ipp.menu_id = fme.menu_id

Line 1819: from fnd_menu_entries_vl c

1815: --mputman commented out for 1405228
1816: /*
1817: select c.prompt
1818: into l_display_name
1819: from fnd_menu_entries_vl c
1820: where c.menu_id = p_menu_id
1821: and c.entry_sequence = p_entry_sequence;
1822: */
1823: l_display_name:=NULL;--mputman added 1405228