DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on FND_FORM_FUNCTIONS_VL

Line 1175: from fnd_form_functions_vl t

1171: l_name := '';
1172:
1173: select user_function_name
1174: into l_name
1175: from fnd_form_functions_vl t
1176: where t.function_name = p_oasf;
1177:
1178: return l_name;
1179: Exception when others then