DBA Data[Home] [Help]

APPS.FND_GENERIC_POLICY dependencies on FND_OBJECTS

Line 16: from fnd_objects o, fnd_form_functions f

12: retval := NULL;
13: begin
14: select o.obj_name
15: into l_object_name
16: from fnd_objects o, fnd_form_functions f
17: where f.function_name = p_object
18: and o.object_id = f.object_id;
19:
20: fnd_data_security.get_security_predicate(