Search Results eam
DeepseekETRM - EAM Tables and Views in Oracle EBS 12.1.1 & 12.2.2
Overview
DeepseekETRM (Enterprise Asset Management Technical Reference Manual) provides a comprehensive repository of tables and views used in Oracle Enterprise Asset Management (EAM) modules for Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. EAM facilitates asset lifecycle management, maintenance operations, and resource planning. Understanding its underlying database structure is critical for customization, reporting, and integration.Key EAM Tables
1. WIP_EAM_ASSET_ACTIVITIES (EAM Asset Activities)Stores asset maintenance activities, including work orders, labor, and material requirements. Key columns:
WIP_ENTITY_ID
, ACTIVITY_TYPE_CODE
, ASSET_NUMBER
, ACTIVITY_CAUSE_CODE
.
2. EAM_ASSET_NUMBERS (Asset Master)Core table for asset registration, tracking asset attributes like location, status, and hierarchy. Key columns:
ASSET_NUMBER
, ORGANIZATION_ID
, PARENT_ASSET_ID
, INSTALL_DATE
.
3. WIP_EAM_WORK_ORDERS (Work Orders)Manages work order details, including priority, scheduling, and labor assignments. Key columns:
WIP_ENTITY_ID
, ORGANIZATION_ID
, STATUS_TYPE
, SCHEDULED_START_DATE
.
4. EAM_METER_READINGS (Meter Readings)Tracks usage-based maintenance triggers (e.g., equipment runtime). Key columns:
METER_ID
, ASSET_NUMBER
, READING_VALUE
, READING_DATE
.
5. EAM_ROUTINES (Maintenance Routines)Defines preventive maintenance schedules. Key columns:
ROUTINE_ID
, FREQUENCY
, LAST_WO_CREATED
.
Key EAM Views
1. EAM_ASSET_V (Asset Master View)Consolidates asset data from multiple tables for reporting. Includes fields like
ASSET_DESCRIPTION
, CURRENT_LOCATION
, and ACTIVE_FLAG
.
2. EAM_WO_DETAILS_V (Work Order Details)Aggregates work order data with labor, materials, and asset info. Key columns:
WO_NUMBER
, ASSET_DESCRIPTION
, TOTAL_COST
.
3. EAM_METER_READINGS_V (Meter Readings View)Joins meter data with asset details for trend analysis. Includes
METER_NAME
, UOM
, and threshold comparisons.
Technical Considerations
- Schema Ownership: Most EAM tables reside in
APPS
schema with synonyms for modular access. - Integration Points: Tables link to Inventory (INV), Work in Process (WIP), and GL modules via
ORGANIZATION_ID
,INVENTORY_ITEM_ID
. - Indexing: Critical for performance on large datasets (e.g.,
WIP_ENTITY_ID
,ASSET_NUMBER
). - Custom Extensions: Custom columns should use descriptive naming (e.g.,
XX_CUSTOM_FIELD
) to avoid upgrade conflicts.
Version-Specific Notes
12.2.2 Enhancements:- Added support for IoT integrations in
EAM_METER_READINGS
. - New views for mobile EAM workflows (
EAM_MOBILE_WO_V
). - Extended asset hierarchy depth in
EAM_ASSET_NUMBERS
.
Best Practices
- Use views for reporting to abstract underlying table changes.
- Leverage Oracle's EAM APIs for data modifications to maintain integrity.
- Audit performance-impacting queries on large tables like
WIP_EAM_WORK_ORDERS
.
-
File: R115 EAM OVERVIEW.pdf
12.2.2
product: EAM - Enterprise Asset Management , size: 35.44 KBytes , file_type: PDF Diagram ,
-
eTRM - EAM External Dependencies
12.1.1
-
File: R115 EAM OVERVIEW.pdf
12.1.1
product: EAM - Enterprise Asset Management , size: 35.44 KBytes , file_type: PDF Diagram ,
-
eTRM - EAM External Dependencies
12.2.2
-
eTRM - EAM Tables and Views
12.2.2
description: Table for storing workflow item type and keys corresponding to a work order ,
-
eTRM - EAM Tables and Views
12.1.1
description: Table for storing workflow item type and keys corresponding to a work order ,
-
eTRM - EAM Tables and Views
12.2.2
description: Table for storing workflow item type and keys corresponding to a work order ,
-
eTRM - EAM Tables and Views
12.1.1
description: Table for storing workflow item type and keys corresponding to a work order ,
-
JAVA CLASS: APPS.oracle/apps/eam/pm/util/Queue
12.2.2
owner:APPS, object_type:JAVA CLASS, object_name:oracle/apps/eam/pm/util/Queue, status:VALID,
-
JAVA CLASS: APPS.oracle/apps/eam/pm/util/Debug
12.1.1
owner:APPS, object_type:JAVA CLASS, object_name:oracle/apps/eam/pm/util/Debug, status:VALID,
-
JAVA CLASS: APPS.oracle/apps/eam/pm/util/Queue
12.1.1
owner:APPS, object_type:JAVA CLASS, object_name:oracle/apps/eam/pm/util/Queue, status:VALID,
-
JAVA CLASS: APPS.oracle/apps/eam/pm/meter/Meter
12.1.1
owner:APPS, object_type:JAVA CLASS, object_name:oracle/apps/eam/pm/meter/Meter, status:VALID,
-
JAVA CLASS: APPS.oracle/apps/eam/pm/meter/Meter
12.2.2
owner:APPS, object_type:JAVA CLASS, object_name:oracle/apps/eam/pm/meter/Meter, status:VALID,
-
JAVA CLASS: APPS.oracle/apps/eam/pm/util/Debug
12.2.2
owner:APPS, object_type:JAVA CLASS, object_name:oracle/apps/eam/pm/util/Debug, status:VALID,
-
APPS.EAM_ITEM_ACTIVITIES_PUB dependencies on FND_MESSAGE
12.1.1
-
APPS.EAM_WORKORDERTRANSACTIONS_PUB dependencies on FND_MESSAGE
12.1.1
-
APPS.EAM_PROCESS_FAILURE_ENTRY_PUB dependencies on FND_MESSAGE
12.1.1
-
APPS.EAM_PROCESS_FAILURE_ENTRY_PUB dependencies on FND_MESSAGE
12.2.2
-
APPS.EAM_PARAMETERS_PUB dependencies on FND_MESSAGE
12.2.2
-
APPS.EAM_ITEM_ACTIVITIES_PUB dependencies on FND_MESSAGE
12.2.2
-
APPS.EAM_DEPT_APPROVERS_PUB dependencies on FND_MESSAGE
12.2.2
-
APPS.EAM_ASSIGN_EMP_PUB dependencies on FND_MESSAGE
12.2.2
-
APPS.EAM_PMDEF_PUB dependencies on FND_MESSAGE
12.1.1
-
APPS.EAM_PMDEF_PUB dependencies on FND_MESSAGE
12.2.2
-
APPS.EAM_ASSETATTR_VALUE_PUB dependencies on FND_MESSAGE
12.2.2
-
APPS.EAM_WORKORDERTRANSACTIONS_PUB dependencies on FND_MESSAGE
12.2.2
-
APPS.EAM_COMMON_UTILITIES_PVT dependencies on FND_MESSAGE
12.1.1
-
APPS.EAM_WORKORDERTRANSACTIONS_PUB dependencies on EAM_EXECUTION_JSP
12.1.1
-
APPS.EAM_WORKORDERTRANSACTIONS_PUB dependencies on EAM_EXECUTION_JSP
12.2.2
-
APPS.EAM_PARAMETERS_PUB dependencies on FND_MESSAGE
12.1.1
-
APPS.EAM_ASSET_AREAS_PUB dependencies on FND_MESSAGE
12.2.2
-
APPS.EAM_WORKORDERS_JSP dependencies on EAM_EXECUTION_JSP
12.2.2
-
APPS.EAM_WORKORDERS_JSP dependencies on EAM_EXECUTION_JSP
12.1.1
-
APPS.EAM_ASSETATTR_VALUE_PUB dependencies on FND_MESSAGE
12.1.1
-
APPS.EAM_ASSETNUMBER_PUB dependencies on FND_MESSAGE
12.1.1
-
APPS.EAM_CONSTRUCTION_UNIT_PVT dependencies on FND_MESSAGE
12.1.1
-
APPS.EAM_CONSTRUCTION_UNIT_PVT dependencies on FND_MESSAGE
12.2.2
-
APPS.EAM_REBUILDS_PVT dependencies on FND_MESSAGE
12.1.1
-
APPS.EAM_DEPT_APPROVERS_PUB dependencies on FND_MESSAGE
12.1.1
-
APPS.EAM_ASSET_AREAS_PUB dependencies on FND_MESSAGE
12.1.1
-
APPS.EAM_ASSET_ROUTES_PUB dependencies on FND_MESSAGE
12.1.1
-
APPS.EAM_ASSET_ROUTES_PUB dependencies on FND_MESSAGE
12.2.2
-
APPS.EAM_ASSETNUMBER_PUB dependencies on FND_MESSAGE
12.2.2
-
APPS.EAM_OTL_TIMECARD_PUB dependencies on FND_MESSAGE
12.2.2
-
APPS.EAM_COMMON_UTILITIES_PVT dependencies on FND_MESSAGE
12.2.2
-
APPS.EAM_ASSIGN_EMP_PUB dependencies on FND_MESSAGE
12.1.1
-
APPS.EAM_REBUILDS_PVT dependencies on FND_MESSAGE
12.2.2
-
APPS.EAM_SETNAME_PUB dependencies on FND_MESSAGE
12.1.1
-
APPS.EAM_OPERATIONS_JSP dependencies on EAM_EXECUTION_JSP
12.2.2
-
APPS.EAM_WORKORDERBILLING_PVT dependencies on FND_MESSAGE
12.2.2