Skip to the content.

FND Audit Table Changes by Record – Oracle EBS SQL Report

Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.

Overview

Reports all changes to an audited application table.

The report has one row per audit transaction showing the old and new values for all audited columns in a single row.

Report Parameters

Audit Table, Audit Date From, Audit Date To, Audited User, Informational Audit Table Columns, Additional Info Table, Additional Info Table Columns

Oracle EBS Tables Used

&from_tables

Report Categories

Enginatics

CAC Intercompany SO Price List vs. Item Cost Comparison, CAC AP Accrual Reconciliation Summary by Match Type, CAC Receiving Activity Summary, CAC Invoice Price Variance, CAC WIP Account Detail, CAC Receiving Account Summary, CAC WIP Account Summary

Running This SQL Without Blitz Report

Some Oracle EBS SQL reports in this library require functions from the utility package xxen_util. Install it before running the SQL directly against your Oracle EBS database.

Download & Import Options

Resource Link
Excel Example Output FND Audit Table Changes by Record 05-Sep-2020 132119.xlsx
Blitz Report™ XML Import FND_Audit_Table_Changes_by_Record.xml
Full SQL on Enginatics www.enginatics.com/reports/fnd-audit-table-changes-by-record/

Executive Summary

The FND Audit Table Changes by Record report provides a pivoted view of audit trail data. Unlike the “by Column” version, this report shows the “Old” and “New” values for all audited columns in a single row per transaction.

Business Challenge

The Solution

This Blitz Report dynamically pivots the audit data:

Technical Architecture

Similar to the “by Column” report, it uses dynamic SQL. However, the query construction is more complex as it must select all relevant columns from the shadow table and present them in a wide format.

Parameters & Filtering

Performance & Optimization

FAQ


© 2026 Enginatics