Search Results eam_job_completion_txns
Overview
The EAM_JOB_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 against work orders. When a maintenance technician or planner completes a work order task, whether for a corrective, preventive, or predictive maintenance job, the system creates a historical record in this table. Its primary role is to provide a complete audit trail for work execution, supporting critical business processes such as cost accounting, asset performance analysis, compliance reporting, and historical job tracking. The table's integrity is enforced by its primary key and several foreign key relationships to master data tables, ensuring transactional consistency across the EAM and Inventory modules.
Key Information Stored
The table captures the full context of a work order completion event. While the specific column list is not fully detailed in the provided metadata, the foreign key relationships and description indicate it stores essential identifiers and attributes. The primary key is the TRANSACTION_ID, which uniquely identifies each completion record. Critical foreign key columns include ASSET_NUMBER and ASSET_GROUP_ID (linking to the serialized asset), ORGANIZATION_ID (defining the operating unit), ASSET_ACTIVITY_ID (linking to the maintenance activity or item), ACCT_PERIOD_ID (for period-end accounting), and TRANSACTION_TYPE (classifying the transaction). This structure allows the table to store data on what was completed (activity), on which asset, where, when, and for which accounting period.
Common Use Cases and Queries
This table is central to operational and financial reporting in EAM. Common use cases include generating work completion history reports, analyzing mean time to repair (MTTR) by asset or asset group, reconciling labor and material costs posted to the general ledger, and auditing work order closure rates. A typical analytical query might join this table to asset and item master data to summarize completions.
- Sample Query Pattern:
SELECT COUNT(ejct.TRANSACTION_ID), msn.SERIAL_NUMBER, msib.SEGMENT1 FROM EAM_JOB_COMPLETION_TXNS ejct JOIN MTL_SERIAL_NUMBERS msn ON ejct.ASSET_NUMBER = msn.SERIAL_NUMBER AND ejct.ORGANIZATION_ID = msn.CURRENT_ORGANIZATION_ID JOIN MTL_SYSTEM_ITEMS_B msib ON ejct.ASSET_ACTIVITY_ID = msib.INVENTORY_ITEM_ID AND ejct.ORGANIZATION_ID = msib.ORGANIZATION_ID WHERE ejct.ACCT_PERIOD_ID = :p_period_id GROUP BY msn.SERIAL_NUMBER, msib.SEGMENT1;
Related Objects
The EAM_JOB_COMPLETION_TXNS table maintains strict referential integrity with key master data and transactional tables in the EBS schema, as documented by its foreign keys.
- MTL_SERIAL_NUMBERS: Joined via ASSET_NUMBER, ASSET_GROUP_ID, and ORGANIZATION_ID. This links each completion transaction to the specific serialized asset instance.
- MTL_SYSTEM_ITEMS_B: Joined via ASSET_ACTIVITY_ID and ORGANIZATION_ID. This links the transaction to the inventory item that defines the maintenance activity or material used.
- ORG_ACCT_PERIODS: Joined via ACCT_PERIOD_ID and ORGANIZATION_ID. This ensures the transaction is associated with a valid open or closed accounting period for financial reporting.
- MTL_TRANSACTION_TYPES: Joined via TRANSACTION_TYPE. This classifies the nature of the completion transaction within the inventory transaction framework.
-
Table: EAM_JOB_COMPLETION_TXNS
12.1.1
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_JOB_COMPLETION_TXNS, object_name:EAM_JOB_COMPLETION_TXNS, status:VALID, product: EAM - Enterprise Asset Management , description: Work Order Completion Transaction History , implementation_dba_data: EAM.EAM_JOB_COMPLETION_TXNS ,
-
Table: EAM_JOB_COMPLETION_TXNS
12.2.2
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_JOB_COMPLETION_TXNS, object_name:EAM_JOB_COMPLETION_TXNS, status:VALID, product: EAM - Enterprise Asset Management , description: Work Order Completion Transaction History , implementation_dba_data: EAM.EAM_JOB_COMPLETION_TXNS ,
-
APPS.EAM_WORKORDERS_JSP dependencies on EAM_JOB_COMPLETION_TXNS
12.2.2
-
APPS.AHL_COMPLETIONS_PVT dependencies on EAM_JOB_COMPLETION_TXNS
12.1.1
-
APPS.EAM_WORKORDERS_JSP dependencies on EAM_JOB_COMPLETION_TXNS
12.1.1
-
APPS.EAM_WORKORDERTRANSACTIONS_PUB dependencies on EAM_JOB_COMPLETION_TXNS
12.1.1
-
APPS.EAM_WORKORDERREP_PVT dependencies on EAM_JOB_COMPLETION_TXNS
12.2.2
-
APPS.EAM_WO_COMP_UTILITY_PVT dependencies on EAM_JOB_COMPLETION_TXNS
12.2.2
-
APPS.EAM_PMDEF_PUB dependencies on EAM_JOB_COMPLETION_TXNS
12.1.1
-
APPS.EAM_WORKORDERTRANSACTIONS_PUB dependencies on EAM_JOB_COMPLETION_TXNS
12.2.2
-
APPS.EAM_COMPLETION dependencies on EAM_JOB_COMPLETION_TXNS
12.1.1
-
APPS.EAM_PM_UTILS dependencies on EAM_JOB_COMPLETION_TXNS
12.1.1
-
APPS.AHL_COMPLETIONS_PVT dependencies on EAM_JOB_COMPLETION_TXNS
12.2.2
-
APPS.EAM_COMPLETION dependencies on EAM_JOB_COMPLETION_TXNS
12.2.2
-
APPS.EAM_WO_COMP_UTILITY_PVT dependencies on EAM_JOB_COMPLETION_TXNS
12.1.1
-
APPS.EAM_WORKORDERREP_PVT dependencies on EAM_JOB_COMPLETION_TXNS
12.1.1
-
APPS.EAM_PMDEF_PUB dependencies on EAM_JOB_COMPLETION_TXNS
12.2.2
-
APPS.EAM_PM_UTILS dependencies on EAM_JOB_COMPLETION_TXNS
12.2.2
-
APPS.EAM_PMDEF_PUB dependencies on WIP_DISCRETE_JOBS
12.2.2
-
APPS.EAM_PMDEF_PUB dependencies on WIP_DISCRETE_JOBS
12.1.1
-
VIEW: APPS.EAM_JOB_COMPLETION_TXNS_DFV
12.1.1
-
VIEW: APPS.EAM_JOB_COMPLETION_TXNS_DFV
12.2.2
-
SYNONYM: APPS.EAM_JOB_COMPLETION_TXNS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:EAM_JOB_COMPLETION_TXNS, status:VALID,
-
SYNONYM: APPS.EAM_JOB_COMPLETION_TXNS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:EAM_JOB_COMPLETION_TXNS, status:VALID,
-
VIEW: EAM.EAM_JOB_COMPLETION_TXNS#
12.2.2
owner:EAM, object_type:VIEW, object_name:EAM_JOB_COMPLETION_TXNS#, status:VALID,
-
VIEW: APPS.EAM_CFR_WORK_COMPLETION_V
12.1.1
-
VIEW: APPS.EAM_CFR_WORK_COMPLETION_V
12.2.2
-
VIEW: EAM.EAM_JOB_COMPLETION_TXNS#
12.2.2
-
APPS.EAM_PM_UTILS dependencies on WIP_DISCRETE_JOBS
12.2.2
-
APPS.EAM_PM_UTILS dependencies on WIP_DISCRETE_JOBS
12.1.1
-
VIEW: APPS.EAM_JOB_COMPLETION_TXNS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:EAM_JOB_COMPLETION_TXNS_DFV, status:VALID,
-
Table: MTL_TRANSACTION_TYPES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TRANSACTION_TYPES, object_name:MTL_TRANSACTION_TYPES, status:VALID, product: INV - Inventory , description: Inventory Transaction Types Table , implementation_dba_data: INV.MTL_TRANSACTION_TYPES ,
-
Table: MTL_TRANSACTION_TYPES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TRANSACTION_TYPES, object_name:MTL_TRANSACTION_TYPES, status:VALID, product: INV - Inventory , description: Inventory Transaction Types Table , implementation_dba_data: INV.MTL_TRANSACTION_TYPES ,
-
PACKAGE BODY: APPS.EAM_PM_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_PM_UTILS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.EAM_JOB_COMPLETION_TXNS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:EAM_JOB_COMPLETION_TXNS_DFV, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.EAM_PM_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_PM_UTILS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.EAM_PMDEF_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_PMDEF_PUB, status:VALID,
-
APPS.EAM_PROCESS_WO_PVT dependencies on EAM_PM_UTILS
12.2.2
-
APPS.EAM_PROCESS_WO_PVT dependencies on EAM_PM_UTILS
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.EAM_PMDEF_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_PMDEF_PUB, status:VALID,
-
Table: ORG_ACCT_PERIODS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.ORG_ACCT_PERIODS, object_name:ORG_ACCT_PERIODS, status:VALID, product: INV - Inventory , description: Organization accounting period definition table , implementation_dba_data: INV.ORG_ACCT_PERIODS ,
-
Table: ORG_ACCT_PERIODS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.ORG_ACCT_PERIODS, object_name:ORG_ACCT_PERIODS, status:VALID, product: INV - Inventory , description: Organization accounting period definition table , implementation_dba_data: INV.ORG_ACCT_PERIODS ,