DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on FND_FORM_FUNCTIONS_VL

Line 1216: from fnd_form_functions_vl t

1212: l_name := '';
1213:
1214: select user_function_name
1215: into l_name
1216: from fnd_form_functions_vl t
1217: where t.function_name = p_oasf;
1218:
1219: return l_name;
1220: Exception when others then