DBA Data[Home] [Help]

APPS.HR_ATTACHMENTS_LOADER dependencies on FND_FORM_VL

Line 12: from fnd_form_vl

8: --
9: cursor function_id is
10: select form_id func_id
11: , application_id app_id
12: from fnd_form_vl
13: where form_name=p_function_name
14: and p_function_type='O'
15: UNION
16: select function_id func_id