DBA Data[Home] [Help]

APPS.PY_AUDIT_REP_PKG dependencies on FND_TABLES

Line 113: fnd_tables c

109: a.column_type,
110: a.width
111: from fnd_columns a,
112: fnd_audit_columns b,
113: fnd_tables c
114: where b.table_id = a.table_id
115: and b.table_id = c.table_id
116: and c.table_name = P_TABLE
117: and b.column_id = a.column_id

Line 144: fnd_tables ft

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:
148: l_result := fnd_installation.get_app_info ( l_appl_short_name,