DBA Data[Home] [Help]

APPS.FND_AUDIT_REPORT dependencies on FND_AUDIT_COLUMNS

Line 237: from fnd_audit_columns c,

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