DBA Data[Home] [Help]

APPS.FND_RUN_FUNCTION dependencies on FND_FORM_FUNCTIONS_VL

Line 340: from fnd_form_functions_vl

336: l_user_function_name varchar2(80);
337: l_form_id number;
338:
339: cursor c1 is select type, user_function_name, form_id
340: from fnd_form_functions_vl
341: where function_id = p_function_id;
342: begin
343: if ( p_function_id is null ) then
344: return null;