DBA Data[Home] [Help]

APPS.ICX_LOGIN dependencies on FND_FORM_FUNCTIONS

Line 54: from fnd_form_functions a,

50:
51: begin
52: select menu_id, entry_sequence
53: into l_menu_id, l_entry_sequence
54: from fnd_form_functions a,
55: fnd_menu_entries b
56: where b.menu_id = p_sub_menu_id
57: and b.function_id = a.function_id
58: and a.function_name = 'ICX_NAVIGATE_PLUG';

Line 224: from fnd_form_functions_vl

220: */
221:
222: select function_id, user_function_name
223: into l_function_id, l_display_name
224: from fnd_form_functions_vl
225: where function_name = 'ICX_NAVIGATE_PLUG';
226:
227: insert into icx_page_plugs
228: (plug_id,