Search Results xdp_fmc_audit_trails
Overview
The XDP_FMC_AUDIT_TRAILS table is a core data object within the Oracle E-Business Suite (EBS) Provisioning (XDP) module, specifically in versions 12.1.1 and 12.2.2. It functions as an audit and error-handling repository for the service fulfillment process. As per the official ETRM documentation, its primary role is to store responses from upstream systems concerning service fulfillment errors. This makes it a critical table for troubleshooting failed fulfillment orders, tracking error communication between systems, and maintaining an audit trail for diagnostic and compliance purposes within the complex order-to-activation workflows managed by Oracle Provisioning.
Key Information Stored
While the provided metadata does not list all columns, the documented primary and foreign keys reveal the essential structural data points. The primary key, FMC_ID, uniquely identifies each audit trail record. The WORKITEM_INSTANCE_ID column is a foreign key linking each audit entry to a specific work item in the fulfillment process, stored in the XDP_FULFILL_WORKLIST table. This connection allows analysts to trace error responses back to the exact fulfillment task that failed. The table's description indicates it holds the response payload or message from the upstream system, which would typically be stored in additional columns not listed, potentially containing error codes, descriptive text, timestamps, and system identifiers.
Common Use Cases and Queries
The primary use case is diagnosing and reporting on service fulfillment failures. Support and operations teams query this table to understand why an order provisioning step did not complete. A common query pattern involves joining to the worklist table to get order context. For example, to find all audit trails for a specific work item: SELECT * FROM XDP_FMC_AUDIT_TRAILS WHERE WORKITEM_INSTANCE_ID = <instance_id>;. For broader reporting, a join retrieves work item details: SELECT wl.*, audit.* FROM XDP_FMC_AUDIT_TRAILS audit, XDP_FULFILL_WORKLIST wl WHERE audit.WORKITEM_INSTANCE_ID = wl.WORKITEM_INSTANCE_ID AND wl.STATUS = 'ERROR';. This table is also central to any custom interface monitoring or error-dashboard reports built within the EBS environment.
Related Objects
The documented foreign key relationships explicitly define this table's integration within the XDP schema. It has two key dependencies:
- XDP_FULFILL_WORKLIST: This is the parent table. Each record in XDP_FMC_AUDIT_TRAILS is associated with a specific fulfillment work item via the foreign key on
WORKITEM_INSTANCE_ID. - XDP_FMC_AUD_TRAIL_DETS: This is a child table. The primary key
FMC_IDin XDP_FMC_AUDIT_TRAILS is referenced by the foreign key in XDP_FMC_AUD_TRAIL_DETS, suggesting a one-to-many relationship where a single audit header may have multiple detailed audit lines.
-
Table: XDP_FMC_AUDIT_TRAILS
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FMC_AUDIT_TRAILS, object_name:XDP_FMC_AUDIT_TRAILS, status:VALID, product: XDP - Provisioning , description: This table stores the reponses from the upstream system regarding a service fulfillment error , implementation_dba_data: XDP.XDP_FMC_AUDIT_TRAILS ,
-
Table: XDP_FMC_AUDIT_TRAILS
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FMC_AUDIT_TRAILS, object_name:XDP_FMC_AUDIT_TRAILS, status:VALID, product: XDP - Provisioning , description: This table stores the reponses from the upstream system regarding a service fulfillment error , implementation_dba_data: XDP.XDP_FMC_AUDIT_TRAILS ,
-
APPS.XDP_NOTIFICATIONS dependencies on XDP_FMC_AUDIT_TRAILS
12.2.2
-
APPS.XDP_PURGE dependencies on XDP_FMC_AUDIT_TRAILS
12.1.1
-
APPS.XDP_PURGE dependencies on XDP_FMC_AUDIT_TRAILS
12.2.2
-
APPS.XDP_NOTIFICATIONS dependencies on XDP_FMC_AUDIT_TRAILS
12.1.1
-
VIEW: XDP.XDP_FMC_AUDIT_TRAILS#
12.2.2
owner:XDP, object_type:VIEW, object_name:XDP_FMC_AUDIT_TRAILS#, status:VALID,
-
APPS.XDP_PURGE dependencies on XDP_FMC_AUD_TRAIL_DETS
12.2.2
-
APPS.XDP_PURGE dependencies on XDP_FMC_AUD_TRAIL_DETS
12.1.1
-
SYNONYM: APPS.XDP_FMC_AUDIT_TRAILS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XDP_FMC_AUDIT_TRAILS, status:VALID,
-
APPS.XDP_PURGE dependencies on XDP_FA_RUNTIME_LIST
12.2.2
-
VIEW: XDP.XDP_FMC_AUDIT_TRAILS#
12.2.2
-
SYNONYM: APPS.XDP_FMC_AUDIT_TRAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XDP_FMC_AUDIT_TRAILS, status:VALID,
-
APPS.XDP_PURGE dependencies on XDP_FA_RUNTIME_LIST
12.1.1
-
APPS.XDP_NOTIFICATIONS SQL Statements
12.1.1
-
Table: XDP_FMC_AUD_TRAIL_DETS
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FMC_AUD_TRAIL_DETS, object_name:XDP_FMC_AUD_TRAIL_DETS, status:VALID, product: XDP - Provisioning , description: This table contains the history of the service parameter value change for a faulty order. , implementation_dba_data: XDP.XDP_FMC_AUD_TRAIL_DETS ,
-
Table: XDP_FMC_AUD_TRAIL_DETS
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FMC_AUD_TRAIL_DETS, object_name:XDP_FMC_AUD_TRAIL_DETS, status:VALID, product: XDP - Provisioning , description: This table contains the history of the service parameter value change for a faulty order. , implementation_dba_data: XDP.XDP_FMC_AUD_TRAIL_DETS ,
-
APPS.XDP_NOTIFICATIONS SQL Statements
12.2.2
-
TABLE: XDP.XDP_FMC_AUDIT_TRAILS
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FMC_AUDIT_TRAILS, object_name:XDP_FMC_AUDIT_TRAILS, status:VALID,
-
TABLE: XDP.XDP_FMC_AUDIT_TRAILS
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FMC_AUDIT_TRAILS, object_name:XDP_FMC_AUDIT_TRAILS, status:VALID,
-
APPS.XDP_PURGE dependencies on XDP_WI_RELATIONSHIPS
12.2.2
-
APPS.XDP_PURGE dependencies on XDP_WI_RELATIONSHIPS
12.1.1
-
PACKAGE BODY: APPS.XDP_NOTIFICATIONS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XDP_NOTIFICATIONS, status:VALID,
-
Table: XDP_FULFILL_WORKLIST
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FULFILL_WORKLIST, object_name:XDP_FULFILL_WORKLIST, status:VALID, product: XDP - Provisioning , description: This table identifies a list of services that need to be fulfilled for the given order , implementation_dba_data: XDP.XDP_FULFILL_WORKLIST ,
-
Table: XDP_FULFILL_WORKLIST
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FULFILL_WORKLIST, object_name:XDP_FULFILL_WORKLIST, status:VALID, product: XDP - Provisioning , description: This table identifies a list of services that need to be fulfilled for the given order , implementation_dba_data: XDP.XDP_FULFILL_WORKLIST ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.XDP_PURGE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XDP_PURGE, status:VALID,
-
APPS.XDP_PURGE SQL Statements
12.2.2
-
PACKAGE BODY: APPS.XDP_NOTIFICATIONS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XDP_NOTIFICATIONS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.XDP_PURGE SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.XDP_PURGE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XDP_PURGE, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
APPS.XDP_PURGE dependencies on XDP_FE_CMD_AUD_TRAILS
12.1.1
-
APPS.XDP_PURGE dependencies on XDP_FE_CMD_AUD_TRAILS
12.2.2
-
PACKAGE BODY: APPS.XDP_NOTIFICATIONS
12.1.1
-
PACKAGE BODY: APPS.XDP_NOTIFICATIONS
12.2.2
-
PACKAGE BODY: APPS.XDP_PURGE
12.1.1
-
PACKAGE BODY: APPS.XDP_PURGE
12.2.2
-
eTRM - XDP Tables and Views
12.2.2
description: Fulfillment Worklist Details ,
-
eTRM - XDP Tables and Views
12.1.1
description: Fulfillment Worklist Details ,
-
eTRM - XDP Tables and Views
12.2.2
description: Fulfillment Worklist Details ,
-
eTRM - XDP Tables and Views
12.1.1
description: Fulfillment Worklist Details ,