DBA Data[Home] [Help]

APPS.FND_AUDIT_REPORT dependencies on FND_AUDIT_COLUMNS

Line 234: from fnd_audit_columns c,

230: and t.audit_group_id = p_audit_group_id;
231:
232: cursor c17 (p_table_name varchar2) is
233: select count(*)+1 cnt
234: from fnd_audit_columns c,
235: fnd_tables b
236: where c.state = 'N'
237: and c.table_id = b.table_id
238: and c.schema_id <> -1