DBA Data[Home] [Help]

APPS.FND_RUN_FUNCTION dependencies on FND_FORM_FUNCTIONS_VL

Line 334: from fnd_form_functions_vl

330: l_user_function_name varchar2(80);
331: l_form_id number;
332:
333: cursor c1 is select type, user_function_name, form_id
334: from fnd_form_functions_vl
335: where function_id = p_function_id;
336: begin
337: if ( p_function_id is null ) then
338: return null;