Search Results eng_change_order_types
Overview
The ENG_CHANGE_ORDER_TYPES table is a core reference data object within the Oracle E-Business Suite (EBS) Engineering (ENG) module. It serves as the master repository for defining and managing the distinct classifications of engineering change orders (ECOs) used throughout the product lifecycle. This table is fundamental to the change management process, as it standardizes the types of changes—such as cost reduction, corrective action, or new feature introduction—that can be initiated and tracked. Its role is to provide a controlled, validated list of change order types that are referenced by all engineering change records, ensuring data integrity and consistent reporting across the application.
Key Information Stored
The table's primary function is to store unique identifiers and codes for each change order type. The key columns, as indicated by the provided metadata, are the CHANGE_ORDER_TYPE_ID and CHANGE_ORDER_TYPE. The CHANGE_ORDER_TYPE_ID is the system-generated, numeric primary key used for internal relationships and foreign key constraints. The CHANGE_ORDER_TYPE is a unique, user-defined code or short name that identifies the type (e.g., 'ECO', 'MCO', 'DEV'). While the explicit metadata is limited, typical supplemental columns in such a reference table would include a description (DESCRIPTION), an enabled flag (DISABLE_DATE), and who columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE) for auditing.
Common Use Cases and Queries
This table is primarily queried to populate lists of values (LOVs) in the ECO creation interface and to drive reporting and analysis of change activities by type. Common operational and reporting queries include retrieving the active list of types for a form LOV or joining with the change order header table to analyze change volume. Sample SQL patterns include:
- Basic Lookup:
SELECT change_order_type, description FROM eng_change_order_types WHERE disable_date IS NULL ORDER BY change_order_type; - Reporting Join:
SELECT ec.change_order_number, ecot.change_order_type, ec.description FROM eng_engineering_changes ec, eng_change_order_types ecot WHERE ec.change_order_type_id = ecot.change_order_type_id; - Validation: Checking for the existence of a specific type before assigning it to a new ECO.
Related Objects
The most critical relationship for the ENG_CHANGE_ORDER_TYPES table is defined by its foreign key constraint. As documented, the ENG_ENGINEERING_CHANGES table holds a foreign key column, ENG_ENGINEERING_CHANGES.CHANGE_ORDER_TYPE_ID, which references the primary key (CHANGE_ORDER_TYPE_ID) of this table. This enforces referential integrity, ensuring every engineering change is linked to a valid, predefined type. Consequently, this table is a parent to all change order records. It may also be referenced by various Engineering module views and is likely seeded during installation with a standard set of change order types.
-
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_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 ,
-
APPS.ENG_WORKFLOW_NTF_UTIL dependencies on ENG_CHANGE_ORDER_TYPES
12.2.2
-
APPS.ENG_GLOBALS dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.EGO_ICC_BULKLOAD_PVT dependencies on ENG_CHANGE_ORDER_TYPES
12.2.2
-
APPS.ENG_WORKFLOW_UTIL dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.ENG_CHANGE_ORDER_TYPES_PKG dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.ENG_CHANGE_ORDER_TYPES_PKG dependencies on ENG_CHANGE_ORDER_TYPES
12.2.2
-
APPS.ENG_VALIDATE dependencies on ENG_CHANGE_ORDER_TYPES
12.2.2
-
APPS.ENG_ECO_PUB dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.ENG_DOCUMENT_UTIL dependencies on ENG_CHANGE_ORDER_TYPES
12.2.2
-
APPS.ENG_CHANGE_BES_UTIL dependencies on ENG_CHANGE_ORDER_TYPES
12.2.2
-
APPS.ENG_ECO_PUB dependencies on ENG_CHANGE_ORDER_TYPES
12.2.2
-
APPS.ENGECOBO dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.ENG_CHANGE_TYPE_PROCESSES_PKG dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.RCI_ORG_CERT_ETL_PKG dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.ENG_DOCUMENT_UTIL dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.ENG_CHANGE_BES_UTIL dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.ENG_NEW_ITEM_REQ_UTIL dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.ENG_ATTACHMENT_IMPLEMENTATION dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.ENG_VAL_CAT dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.ENG_CHANGE_TYPE_PROCESSES_PKG dependencies on ENG_CHANGE_ORDER_TYPES
12.2.2
-
APPS.ENG_CHANGE_LIFECYCLE_UTIL dependencies on ENG_CHANGE_ORDER_TYPES
12.2.2
-
APPS.ENG_VAL_CAT dependencies on ENG_CHANGE_ORDER_TYPES
12.2.2
-
APPS.ENG_VALIDATE_ECO dependencies on ENG_CHANGE_ORDER_TYPES
12.2.2
-
APPS.ENG_WORKFLOW_UTIL dependencies on ENG_CHANGE_ORDER_TYPES
12.2.2
-
APPS.ENG_NEW_ITEM_REQ_UTIL dependencies on ENG_CHANGE_ORDER_TYPES
12.2.2
-
APPS.ENGPKIMP dependencies on ENG_CHANGE_ORDER_TYPES
12.2.2
-
APPS.AMW_CREATE_LINES_PKG dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.ENG_ATTACHMENT_IMPLEMENTATION dependencies on ENG_CHANGE_ORDER_TYPES
12.2.2
-
APPS.ENG_CHANGE_LIFECYCLE_UTIL dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.ENG_WORKFLOW_NTF_UTIL dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.ENG_VALIDATE_ECO dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.RCI_OPEN_ISSUE_SUMM_PKG dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.ENGECOBO dependencies on ENG_CHANGE_ORDER_TYPES
12.2.2
-
APPS.ENG_GLOBALS dependencies on ENG_CHANGE_ORDER_TYPES
12.2.2
-
APPS.ENG_VALIDATE dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.AMW_CREATE_LINES_PKG dependencies on ENG_SUBJECT_ENTITIES
12.1.1
-
VIEW: APPS.RCI_ISSUE_REASON_V
12.1.1
-
VIEW: APPS.RCI_ISSUE_PRIORITY_V
12.1.1
-
APPS.ENG_ATTACHMENT_IMPLEMENTATION dependencies on ENG_ENGINEERING_CHANGES
12.1.1
-
VIEW: ENG.ENG_CHANGE_ORDER_TYPES#
12.2.2
owner:ENG, object_type:VIEW, object_name:ENG_CHANGE_ORDER_TYPES#, status:VALID,
-
APPS.ENG_WORKFLOW_UTIL dependencies on MFG_LOOKUPS
12.2.2
-
VIEW: APPS.ENG_CHANGE_ORDER_TYPES_DFV
12.1.1
-
TRIGGER: APPS.ENG_CHANGE_ORDER_TYPES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:ENG_CHANGE_ORDER_TYPES+, status:VALID,
-
APPS.ENG_VAL_CAT SQL Statements
12.2.2
-
VIEW: APPS.ENGBV_ENGINEERING_CHANGE_TYPES
12.1.1
-
VIEW: APPS.ENGFV_ENGINEERING_CHANGE_TYPES
12.2.2
-
VIEW: APPS.ENG_CHANGE_ORDER_TYPES_DFV
12.2.2
-
APPS.ENG_ATTACHMENT_IMPLEMENTATION dependencies on ENG_ENGINEERING_CHANGES
12.2.2