DBA Data[Home] [Help]

APPS.FND_GENERIC_POLICY SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 14

      select o.obj_name
        into l_object_name
        from fnd_objects o, fnd_form_functions f
       where f.function_name = p_object
        and o.object_id = f.object_id;