DBA Data[Home] [Help]

APPS.HR_ATTACHMENTS_LOADER dependencies on FND_FORM_FUNCTIONS_VL

Line 18: from fnd_form_functions_vl

14: and p_function_type='O'
15: UNION
16: select function_id func_id
17: , application_id app_is
18: from fnd_form_functions_vl
19: where function_name=p_function_name
20: and p_function_type='F';
21: --
22: cursor att_func_exists(p_function_id NUMBER) is