Search Results eam_op_completion_txns
Overview
The EAM_OP_COMPLETION_TXNS table is a core transactional history table within the Oracle E-Business Suite Enterprise Asset Management (EAM) module. It serves as the definitive repository for recording all completion transactions performed against work order operations. This table is critical for maintaining an audit trail of maintenance execution, supporting cost collection, and enabling performance analysis. Its existence is fundamental to the closed-loop process of planning, executing, and recording maintenance work, ensuring data integrity for asset lifecycle management in versions 12.1.1 and 12.2.2.
Key Information Stored
The table's primary key is TRANSACTION_ID, which uniquely identifies each completion event. As indicated by the foreign key relationships, the table stores essential contextual data for each transaction. This includes identifiers for the asset (ASSET_NUMBER, ASSET_GROUP_ID), the specific maintenance activity performed (ASSET_ACTIVITY_ID), and the organizational context (ORGANIZATION_ID). It also captures accounting period details (ACCT_PERIOD_ID) for financial posting, the transaction type (TRANSACTION_TYPE) to classify the nature of the completion, and an optional reason code (REASON_ID). The table inherently links the physical completion of work to the serialized asset (via MTL_SERIAL_NUMBERS) and the standard item master.
Common Use Cases and Queries
This table is central to operational reporting and historical analysis in EAM. Common use cases include generating work order completion history reports, analyzing labor and material costs per operation, auditing maintenance compliance, and reconciling completed work with accounting periods. A typical query might join this table to work order and asset details to analyze completion trends. For example:
SELECT eoct.transaction_id, eoct.asset_number, msn.serial_number, eoct.transaction_type, eoct.transaction_date FROM eam_op_completion_txns eoct, mtl_serial_numbers msn WHERE eoct.asset_number = msn.current_serial_number AND eoct.organization_id = msn.current_organization_id AND eoct.asset_group_id = :p_asset_group;- Reporting on completions within a specific accounting period for financial close.
- Tracing the completion history of a specific asset for preventive maintenance compliance.
Related Objects
The EAM_OP_COMPLETION_TXNS table has documented foreign key relationships with several foundational EBS tables, establishing its role in the application's data model. These relationships are:
- MTL_SERIAL_NUMBERS: Joined via ASSET_NUMBER, ASSET_GROUP_ID, and ORGANIZATION_ID to validate and link to the specific serialized asset instance.
- MTL_SYSTEM_ITEMS_B: Joined via ASSET_ACTIVITY_ID and ORGANIZATION_ID to reference the master definition of the maintenance activity or rebuildable item.
- ORG_ACCT_PERIODS: Joined via ACCT_PERIOD_ID and ORGANIZATION_ID to ensure the transaction is posted to the correct open accounting period.
- MTL_TRANSACTION_TYPES: Joined via the TRANSACTION_TYPE column to classify the transaction (e.g., Work Order Completion).
- MTL_TRANSACTION_REASONS: Joined via REASON_ID to optionally capture the business reason for the transaction.
-
Table: EAM_OP_COMPLETION_TXNS
12.1.1
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_OP_COMPLETION_TXNS, object_name:EAM_OP_COMPLETION_TXNS, status:VALID, product: EAM - Enterprise Asset Management , description: Work Order Operation Completion Transaction History , implementation_dba_data: EAM.EAM_OP_COMPLETION_TXNS ,
-
Table: EAM_OP_COMPLETION_TXNS
12.2.2
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_OP_COMPLETION_TXNS, object_name:EAM_OP_COMPLETION_TXNS, status:VALID, product: EAM - Enterprise Asset Management , description: Work Order Operation Completion Transaction History , implementation_dba_data: EAM.EAM_OP_COMPLETION_TXNS ,
-
APPS.EAM_WORKORDERTRANSACTIONS_PUB dependencies on EAM_OP_COMPLETION_TXNS
12.2.2
-
APPS.EAM_OP_COMP dependencies on EAM_OP_COMPLETION_TXNS
12.2.2
-
APPS.EAM_OP_COMP_VALIDATE_PVT dependencies on EAM_OP_COMPLETION_TXNS
12.1.1
-
APPS.EAM_OP_VALIDATE_PVT dependencies on EAM_OP_COMPLETION_TXNS
12.1.1
-
APPS.EAM_WORKORDERS_JSP dependencies on EAM_OP_COMPLETION_TXNS
12.2.2
-
APPS.MRP_CL_FUNCTION dependencies on EAM_OP_COMPLETION_TXNS
12.2.2
-
APPS.EAM_OPERATIONS_JSP dependencies on EAM_OP_COMPLETION_TXNS
12.1.1
-
APPS.EAM_WO_COMP_VALIDATE_PVT dependencies on EAM_OP_COMPLETION_TXNS
12.2.2
-
APPS.EAM_OP_COMP_UTILITY_PVT dependencies on EAM_OP_COMPLETION_TXNS
12.1.1
-
APPS.EAM_OP_COMP_VALIDATE_PVT dependencies on EAM_OP_COMPLETION_TXNS
12.2.2
-
APPS.EAM_OP_COMP_UTILITY_PVT dependencies on EAM_OP_COMPLETION_TXNS
12.2.2
-
APPS.EAM_OP_VALIDATE_PVT dependencies on EAM_OP_COMPLETION_TXNS
12.2.2
-
APPS.AHL_COMPLETIONS_PVT dependencies on EAM_OP_COMPLETION_TXNS
12.2.2
-
APPS.EAM_WORKORDERS_JSP dependencies on EAM_OP_COMPLETION_TXNS
12.1.1
-
APPS.EAM_WORKORDERTRANSACTIONS_PUB dependencies on EAM_OP_COMPLETION_TXNS
12.1.1
-
APPS.EAM_OP_COMP dependencies on EAM_OP_COMPLETION_TXNS
12.1.1
-
APPS.EAM_WO_COMP_VALIDATE_PVT dependencies on EAM_OP_COMPLETION_TXNS
12.1.1
-
APPS.AHL_COMPLETIONS_PVT dependencies on EAM_OP_COMPLETION_TXNS
12.1.1
-
APPS.EAM_OPERATIONS_JSP dependencies on EAM_OP_COMPLETION_TXNS
12.2.2
-
APPS.EAM_OP_COMP dependencies on EAM_OP_COMP
12.2.2
-
APPS.EAM_WORKORDERTRANSACTIONS_PUB dependencies on EAM_OP_COMP
12.1.1
-
APPS.EAM_OP_COMP dependencies on EAM_OP_COMP
12.1.1
-
APPS.EAM_WORKORDERTRANSACTIONS_PUB dependencies on EAM_OP_COMP
12.2.2
-
VIEW: APPS.EAM_OP_COMPLETION_TXNS_V
12.2.2
-
VIEW: APPS.EAM_OP_COMPLETION_TXNS_V
12.1.1
-
VIEW: APPS.EAM_NEXT_OPERATIONS_V
12.1.1
-
VIEW: APPS.EAM_NEXT_OPERATIONS_V
12.2.2
-
VIEW: APPS.EAM_PRIOR_OPERATIONS_V
12.1.1
-
View: EAM_OP_COMPLETION_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_OP_COMPLETION_TXNS_V, object_name:EAM_OP_COMPLETION_TXNS_V, status:VALID, product: EAM - Enterprise Asset Management , description: This view shows the details of all the completed operations of a work order.The view has been derived from the eam_op_completion_txns table. This view contains the most recent operation completion transactions of a work order. , implementation_dba_data: APPS.EAM_OP_COMPLETION_TXNS_V ,
-
APPS.EAM_OP_COMP dependencies on WIP_OPERATION_NETWORKS
12.1.1
-
VIEW: APPS.EAM_OP_COMPLETION_TXNS_DFV
12.1.1
-
APPS.EAM_OP_COMP dependencies on EAM_OP_COMPLETION_TXNS_S
12.2.2
-
VIEW: APPS.EAM_PRIOR_OPERATIONS_V
12.2.2
-
APPS.EAM_OP_COMP dependencies on EAM_OP_COMPLETION_TXNS_S
12.1.1
-
View: EAM_OP_COMPLETION_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_OP_COMPLETION_TXNS_V, object_name:EAM_OP_COMPLETION_TXNS_V, status:VALID, product: EAM - Enterprise Asset Management , description: This view shows the details of all the completed operations of a work order.The view has being derived from the eam_op_completion_txns table . This view contains the most recent operation completion transactions of work order. , implementation_dba_data: APPS.EAM_OP_COMPLETION_TXNS_V ,
-
APPS.EAM_OP_COMP dependencies on WIP_OPERATION_NETWORKS
12.2.2
-
VIEW: APPS.EAM_OP_COMPLETION_TXNS_DFV
12.2.2
-
APPS.EAM_OP_COMP SQL Statements
12.2.2
-
SYNONYM: APPS.EAM_OP_COMPLETION_TXNS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:EAM_OP_COMPLETION_TXNS, status:VALID,
-
APPS.EAM_OP_COMP dependencies on DUAL
12.2.2
-
APPS.EAM_OP_COMP_VALIDATE_PVT dependencies on WIP_OPERATION_NETWORKS
12.2.2
-
VIEW: EAM.EAM_OP_COMPLETION_TXNS#
12.2.2
owner:EAM, object_type:VIEW, object_name:EAM_OP_COMPLETION_TXNS#, status:VALID,
-
APPS.EAM_OP_COMP dependencies on DUAL
12.1.1
-
APPS.EAM_OP_COMP_VALIDATE_PVT dependencies on WIP_OPERATION_NETWORKS
12.1.1
-
APPS.EAM_OP_COMP SQL Statements
12.1.1
-
SYNONYM: APPS.EAM_OP_COMPLETION_TXNS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:EAM_OP_COMPLETION_TXNS, status:VALID,
-
View: EAM_NEXT_OPERATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_NEXT_OPERATIONS_V, object_name:EAM_NEXT_OPERATIONS_V, status:VALID, product: EAM - Enterprise Asset Management , description: View provides a list of Next operations for a specific operation in a work order depends upon the Dependency Definition defined in WIP_OPERATION_NETWORKS , implementation_dba_data: APPS.EAM_NEXT_OPERATIONS_V ,
-
View: EAM_PRIOR_OPERATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_PRIOR_OPERATIONS_V, object_name:EAM_PRIOR_OPERATIONS_V, status:VALID, product: EAM - Enterprise Asset Management , description: View provides a list of Prior operations for a specific operation in a work order depends upon the Dependency Definition defined in WIP_OPERATION_NETWORKS , implementation_dba_data: APPS.EAM_PRIOR_OPERATIONS_V ,