DBA Data[Home] [Help]

APPS.BIS_MENU_ENTRIES_PUB dependencies on FND_FORM_FUNCTIONS_VL

Line 370: from fnd_form_functions_vl

366: if (l_count = 0) then
367: -- Attach the menu
368:
369: select user_function_name into l_prompt
370: from fnd_form_functions_vl
371: where function_id = p_function_id;
372:
373: INSERT_ROW (
374: X_ROWID => l_row_id,

Line 433: from fnd_form_functions_vl

429: if (l_count = 0) then
430: -- Attach the function
431:
432: select user_function_name into l_prompt
433: from fnd_form_functions_vl
434: where function_id = p_function_ids(i);
435:
436: INSERT_ROW (
437: X_ROWID => l_row_id,