DBA Data[Home] [Help]

APPS.FND_AUDIT_REPORT dependencies on DUAL

Line 199: select user from dual;

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