Search Results eng_engineering_changes
The ENG_ENGINEERING_CHANGES
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository for managing engineering change orders (ECOs) within the Engineering module. This table serves as the foundation for tracking modifications to items, bills of materials (BOMs), and routings, ensuring controlled implementation of product design changes. Below is a detailed analysis of its structure, functionality, and integration within Oracle EBS.
Table Structure and Key Columns
TheENG_ENGINEERING_CHANGES
table stores metadata for ECOs, including:
- CHANGE_ID: Primary key uniquely identifying each ECO.
- ORGANIZATION_ID: Links to the inventory organization where the change applies.
- CHANGE_NOTICE: User-defined ECO number (e.g., "ECO-1001").
- STATUS_TYPE: Tracks workflow states (Pending, Approved, Implemented, Rejected).
- IMPLEMENTATION_DATE: Scheduled or actual date of change execution.
- REVISION: Associated item revision affected by the change.
- DESCRIPTION: Free-text field documenting change purpose.
- CREATION_DATE and LAST_UPDATE_DATE: Audit timestamps.
Functional Role in Engineering Change Management
The table supports end-to-end ECO workflows:- Initiation: New ECO records are created via Oracle Engineering or PLM interfaces.
- Approval Routing: Status transitions trigger notifications through Oracle Workflow.
- Impact Analysis: Child tables (
ENG_CHANGE_ITEMS
,ENG_CHANGE_COMPONENTS
) link to affected BOMs/items. - Implementation: Approved changes propagate to inventory/BOM modules via concurrent programs.
Integration with Oracle EBS Modules
Key touchpoints include:- Inventory: Item revisions and effectivity dates sync with
MTL_SYSTEM_ITEMS_B
. - Bills of Material: Changes cascade to
BOM_BILL_OF_MATERIALS
upon implementation. - Work in Process: WIP jobs reference ECO-controlled BOM versions.
- Costing: Cost rollups consider ECO-driven component substitutions.
Technical Considerations
Implementation nuances in EBS 12.1.1/12.2.2:- Data Security: Rows are organizationally partitioned; MOAC (Multi-Org Access Control) policies apply.
- Performance: Indexes on
CHANGE_NOTICE
andORGANIZATION_ID
optimize large-scale queries. - Upgrades: Schema remains consistent between 12.1.1 and 12.2.2, but 12.2.2 adds Oracle Fusion Middleware dependencies for workflow.
Customization and Extensions
Common enhancements include:- Custom statuses added via lookup types (
FND_LOOKUP_VALUES
). - Triggers on
STATUS_TYPE
to integrate with third-party PLM systems. - APEX or OAF pages built to supplement standard Oracle Engineering forms.
Best Practices
- Leverage Oracle's ECO approval workflows instead of custom status management.
- Maintain referential integrity with periodic validation scripts against child tables.
- Archive implemented ECOs to historical tables for reporting performance.
-
Table: ENG_ENGINEERING_CHANGES
12.2.2
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_ENGINEERING_CHANGES, object_name:ENG_ENGINEERING_CHANGES, status:VALID, product: ENG - Engineering , description: Engineering change orders , implementation_dba_data: ENG.ENG_ENGINEERING_CHANGES ,
-
Table: ENG_ENGINEERING_CHANGES
12.1.1
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_ENGINEERING_CHANGES, object_name:ENG_ENGINEERING_CHANGES, status:VALID, product: ENG - Engineering , description: Engineering change orders , implementation_dba_data: ENG.ENG_ENGINEERING_CHANGES ,
-
Table: ENG_CHANGE_ORDER_TYPES
12.2.2
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_CHANGE_ORDER_TYPES, object_name:ENG_CHANGE_ORDER_TYPES, status:VALID, product: ENG - Engineering , description: Engineering change order types , implementation_dba_data: ENG.ENG_CHANGE_ORDER_TYPES ,
-
Table: ENG_CHANGE_REASONS
12.1.1
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_CHANGE_REASONS, object_name:ENG_CHANGE_REASONS, status:VALID, product: ENG - Engineering , description: Engineering change order reasons , implementation_dba_data: ENG.ENG_CHANGE_REASONS ,
-
Table: ENG_CHANGE_PRIORITIES
12.2.2
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_CHANGE_PRIORITIES, object_name:ENG_CHANGE_PRIORITIES, status:VALID, product: ENG - Engineering , description: Engineering change order priorities , implementation_dba_data: ENG.ENG_CHANGE_PRIORITIES ,
-
Table: ENG_CHANGE_PRIORITIES
12.1.1
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_CHANGE_PRIORITIES, object_name:ENG_CHANGE_PRIORITIES, status:VALID, product: ENG - Engineering , description: Engineering change order priorities , implementation_dba_data: ENG.ENG_CHANGE_PRIORITIES ,
-
Table: ENG_CHANGE_REASONS
12.2.2
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_CHANGE_REASONS, object_name:ENG_CHANGE_REASONS, status:VALID, product: ENG - Engineering , description: Engineering change order reasons , implementation_dba_data: ENG.ENG_CHANGE_REASONS ,
-
Table: ENG_CHANGE_ORDER_TYPES
12.1.1
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_CHANGE_ORDER_TYPES, object_name:ENG_CHANGE_ORDER_TYPES, status:VALID, product: ENG - Engineering , description: Engineering change order types , implementation_dba_data: ENG.ENG_CHANGE_ORDER_TYPES ,
-
Table: ENG_CHANGE_ORDER_REVISIONS
12.1.1
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_CHANGE_ORDER_REVISIONS, object_name:ENG_CHANGE_ORDER_REVISIONS, status:VALID, product: ENG - Engineering , description: Engineering change order (ECO) reasons , implementation_dba_data: ENG.ENG_CHANGE_ORDER_REVISIONS ,
-
Table: ENG_CHANGE_ORDER_REVISIONS
12.2.2
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_CHANGE_ORDER_REVISIONS, object_name:ENG_CHANGE_ORDER_REVISIONS, status:VALID, product: ENG - Engineering , description: Engineering change order (ECO) reasons , implementation_dba_data: ENG.ENG_CHANGE_ORDER_REVISIONS ,
-
Table: ENG_ECN_APPROVAL_LISTS
12.1.1
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_ECN_APPROVAL_LISTS, object_name:ENG_ECN_APPROVAL_LISTS, status:VALID, product: ENG - Engineering , description: Engineering change order approval lists , implementation_dba_data: ENG.ENG_ECN_APPROVAL_LISTS ,
-
Table: ENG_ECN_APPROVAL_LISTS
12.2.2
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_ECN_APPROVAL_LISTS, object_name:ENG_ECN_APPROVAL_LISTS, status:VALID, product: ENG - Engineering , description: Engineering change order approval lists , implementation_dba_data: ENG.ENG_ECN_APPROVAL_LISTS ,
-
Table: ENG_REVISED_ITEMS
12.1.1
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_REVISED_ITEMS, object_name:ENG_REVISED_ITEMS, status:VALID, product: ENG - Engineering , description: Pending and implemented revised items , implementation_dba_data: ENG.ENG_REVISED_ITEMS ,
-
Table: ENG_REVISED_ITEMS
12.2.2
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_REVISED_ITEMS, object_name:ENG_REVISED_ITEMS, status:VALID, product: ENG - Engineering , description: Pending and implemented revised items , implementation_dba_data: ENG.ENG_REVISED_ITEMS ,
-
View: ENGBV_ENGINEERING_CHNG_ORDERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENGBV_ENGINEERING_CHNG_ORDERS, object_name:ENGBV_ENGINEERING_CHNG_ORDERS, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENGBV_ENGINEERING_CHNG_ORDERS ,
-
View: ENGBV_ENGINEERING_CHNG_ORDERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENGBV_ENGINEERING_CHNG_ORDERS, object_name:ENGBV_ENGINEERING_CHNG_ORDERS, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENGBV_ENGINEERING_CHNG_ORDERS ,
-
View: ENG_ENGINEERING_CHANGES_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_ENGINEERING_CHANGES_VAL_V, object_name:ENG_ENGINEERING_CHANGES_VAL_V, status:VALID, product: ENG - Engineering , description: Non-cancelled engineering change orders , implementation_dba_data: APPS.ENG_ENGINEERING_CHANGES_VAL_V ,
-
View: ENG_ENGINEERING_CHANGES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_ENGINEERING_CHANGES_ALL_V, object_name:ENG_ENGINEERING_CHANGES_ALL_V, status:VALID, product: ENG - Engineering , description: All engineering change orders , implementation_dba_data: APPS.ENG_ENGINEERING_CHANGES_ALL_V ,
-
View: ENG_ENGINEERING_CHANGES_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_ENGINEERING_CHANGES_VAL_V, object_name:ENG_ENGINEERING_CHANGES_VAL_V, status:VALID, product: ENG - Engineering , description: Non-cancelled engineering change orders , implementation_dba_data: APPS.ENG_ENGINEERING_CHANGES_VAL_V ,
-
View: ENG_ENGINEERING_CHANGES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_ENGINEERING_CHANGES_ALL_V, object_name:ENG_ENGINEERING_CHANGES_ALL_V, status:VALID, product: ENG - Engineering , description: All engineering change orders , implementation_dba_data: APPS.ENG_ENGINEERING_CHANGES_ALL_V ,
-
View: ENG_CHANGE_OBJ_RELATIONSHIPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_CHANGE_OBJ_RELATIONSHIPS_V, object_name:ENG_CHANGE_OBJ_RELATIONSHIPS_V, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENG_CHANGE_OBJ_RELATIONSHIPS_V ,
-
View: ENG_CHANGE_OBJ_RELATIONSHIPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_CHANGE_OBJ_RELATIONSHIPS_V, object_name:ENG_CHANGE_OBJ_RELATIONSHIPS_V, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENG_CHANGE_OBJ_RELATIONSHIPS_V ,
-
View: ENGFV_ENGINEERING_CHNG_ORDERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENGFV_ENGINEERING_CHNG_ORDERS, object_name:ENGFV_ENGINEERING_CHNG_ORDERS, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENGFV_ENGINEERING_CHNG_ORDERS ,
-
View: ENG_WEB_SCHEDULE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_WEB_SCHEDULE_V, object_name:ENG_WEB_SCHEDULE_V, status:VALID, product: ENG - Engineering , description: Revised items , implementation_dba_data: APPS.ENG_WEB_SCHEDULE_V ,
-
View: ENG_ENG_CHANGES_API_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_ENG_CHANGES_API_V, object_name:ENG_ENG_CHANGES_API_V, status:VALID, product: ENG - Engineering , description: View used in ECO workflow , implementation_dba_data: APPS.ENG_ENG_CHANGES_API_V ,
-
View: ENGFV_ENGINEERING_CHNG_ORDERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENGFV_ENGINEERING_CHNG_ORDERS, object_name:ENGFV_ENGINEERING_CHNG_ORDERS, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENGFV_ENGINEERING_CHNG_ORDERS ,
-
View: ENG_ENG_CHANGES_API_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_ENG_CHANGES_API_V, object_name:ENG_ENG_CHANGES_API_V, status:VALID, product: ENG - Engineering , description: View used in ECO workflow , implementation_dba_data: APPS.ENG_ENG_CHANGES_API_V ,
-
View: ENG_WEB_SCHEDULE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_WEB_SCHEDULE_V, object_name:ENG_WEB_SCHEDULE_V, status:VALID, product: ENG - Engineering , description: Revised items , implementation_dba_data: APPS.ENG_WEB_SCHEDULE_V ,
-
View: ENG_REVISED_ITEMS_SCHEDULE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_REVISED_ITEMS_SCHEDULE_V, object_name:ENG_REVISED_ITEMS_SCHEDULE_V, status:VALID, product: ENG - Engineering , description: Engineering change order schedules , implementation_dba_data: APPS.ENG_REVISED_ITEMS_SCHEDULE_V ,
-
View: ENG_REVISED_ITEMS_SCHEDULE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_REVISED_ITEMS_SCHEDULE_V, object_name:ENG_REVISED_ITEMS_SCHEDULE_V, status:VALID, product: ENG - Engineering , description: Engineering change order schedules , implementation_dba_data: APPS.ENG_REVISED_ITEMS_SCHEDULE_V ,
-
View: ENG_ENGINEERING_CHANGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_ENGINEERING_CHANGES_V, object_name:ENG_ENGINEERING_CHANGES_V, status:VALID, product: ENG - Engineering , description: Engineering change orders , implementation_dba_data: APPS.ENG_ENGINEERING_CHANGES_V ,
-
View: ENG_ENGINEERING_CHANGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_ENGINEERING_CHANGES_V, object_name:ENG_ENGINEERING_CHANGES_V, status:VALID, product: ENG - Engineering , description: Engineering change orders , implementation_dba_data: APPS.ENG_ENGINEERING_CHANGES_V ,
-
View: ENG_CHANGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_CHANGES_V, object_name:ENG_CHANGES_V, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENG_CHANGES_V ,
-
View: ENG_CHANGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_CHANGES_V, object_name:ENG_CHANGES_V, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENG_CHANGES_V ,
-
View: ENG_ENGINEERING_CHANGES_ERV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_ENGINEERING_CHANGES_ERV, object_name:ENG_ENGINEERING_CHANGES_ERV, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENG_ENGINEERING_CHANGES_ERV ,
-
View: ENG_ENGINEERING_CHANGES_ERV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_ENGINEERING_CHANGES_ERV, object_name:ENG_ENGINEERING_CHANGES_ERV, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENG_ENGINEERING_CHANGES_ERV ,