DBA Data[Home] [Help]

APPS.PY_AUDIT_REP_PKG dependencies on FND_APPLICATION

Line 143: from fnd_application fa,

139: -- Confirm that Audit objects have been created for the table
140: --
141: select fa.application_short_name
142: into l_appl_short_name
143: from fnd_application fa,
144: fnd_tables ft
145: where ft.table_name = P_TABLE
146: and fa.application_id = ft.application_id;
147: