DBA Data[Home] [Help]

APPS.FND_AUDIT_REPORT dependencies on DUAL

Line 196: select user from dual;

192: and g.group_name <> p_group_name
193: and b.table_name = p_table_name;
194:
195: cursor find_apps_user is
196: select user from dual;
197:
198: cursor c13 (p_table_name varchar2, p_appl_short_name varchar2) is
199: select o.object_name, o.status
200: from dba_objects o