DBA Data[Home] [Help]

APPS.ODP dependencies on FND_FORM_FUNCTIONS

Line 69: from FND_FORM_FUNCTIONS

65: where RESPONSIBILITY_ID = n_responsibility_id;
66:
67: select FUNCTION_NAME
68: into v_function_name
69: from FND_FORM_FUNCTIONS
70: where FUNCTION_ID = n_function_id;
71:
72: fnd_profile.get_specific(
73: name_z => v_access_profile_nm,