Search Results eng_change_type_processes
Overview
The ENG_CHANGE_TYPE_PROCESSES table is a core data object within the Engineering (ENG) module of Oracle E-Business Suite (EBS). It functions as a junction table that defines the valid combinations of change order types, change priority codes, and organizations. Its primary role is to establish and enforce business rules governing which engineering change priorities are permissible for a given change order type within a specific operating unit or inventory organization. This table is essential for maintaining data integrity and controlling the workflow of Engineering Change Orders (ECOs) by ensuring that only pre-defined, organization-specific priority and type combinations can be utilized during change order creation and management.
Key Information Stored
The table's structure is defined by its composite primary key, which consists of three critical columns. The CHANGE_ORDER_TYPE_ID column stores the internal identifier for a specific type of engineering change, such as a standard ECO or a retrofit order. The ENG_CHANGE_PRIORITY_CODE column holds the code representing the change's urgency or priority level, which the user explicitly searched for. The ORGANIZATION_ID column identifies the specific inventory organization or operating unit to which this type-priority rule applies. Together, these columns create a unique rule set. While the provided ETRM metadata does not list additional descriptive or audit columns, such tables typically include CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, and LAST_UPDATED_BY for tracking purposes.
Common Use Cases and Queries
A primary use case is the validation of user input during ECO creation. When a user selects a change order type and a priority, the application queries this table to verify the combination is allowed for the current organization. System administrators use this table to configure and maintain the list of available priorities for each change type per organization. Common reporting queries involve listing all configured priorities for a specific change type or identifying which organizations have enabled a particular priority code. A sample SQL pattern to retrieve all valid priority codes for a given type in an organization would be:
- SELECT eng_change_priority_code FROM eng.eng_change_type_processes WHERE change_order_type_id = :type_id AND organization_id = :org_id;
Another common query joins to lookup tables like ENG_CHANGE_ORDER_TYPES_B to get the type name, providing a more user-friendly configuration report.
Related Objects
The table's relationships are strictly defined by its primary key constraint, ENG_CHANGE_TYPE_PROCESSES_PK. As a junction table, it is fundamentally related to the master tables for each component of its key. It will have foreign key relationships referencing:
- ENG_CHANGE_ORDER_TYPES_B on the column CHANGE_ORDER_TYPE_ID. This table defines the valid change order types in the system.
- A lookup table for ENG_CHANGE_PRIORITY_CODE values, which is likely a static lookup defined within the Engineering module (e.g., ENG_LOOKUPS).
- ORG_ORGANIZATION_DEFINITIONS or a similar HR/Inventory table on the column ORGANIZATION_ID. This validates the operating unit or inventory organization.
This table is also a likely parent to other transactional or process tables within the Engineering module that need to validate or record a specific type-priority-organization combination.
-
Table: ENG_CHANGE_TYPE_PROCESSES
12.2.2
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_CHANGE_TYPE_PROCESSES, object_name:ENG_CHANGE_TYPE_PROCESSES, status:VALID, product: ENG - Engineering , description: Engineering change type processes , implementation_dba_data: ENG.ENG_CHANGE_TYPE_PROCESSES ,
-
Table: ENG_CHANGE_TYPE_PROCESSES
12.1.1
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_CHANGE_TYPE_PROCESSES, object_name:ENG_CHANGE_TYPE_PROCESSES, status:VALID, product: ENG - Engineering , description: Engineering change type processes , implementation_dba_data: ENG.ENG_CHANGE_TYPE_PROCESSES ,
-
APPS.BOM_GLOBALS dependencies on ENG_CHANGE_TYPE_PROCESSES
12.1.1
-
APPS.ENG_CHANGE_TYPE_PROCESSES_PKG dependencies on ENG_CHANGE_TYPE_PROCESSES
12.1.1
-
APPS.ENG_GLOBALS dependencies on ENG_CHANGE_TYPE_PROCESSES
12.1.1
-
APPS.BOM_RTG_GLOBALS dependencies on ENG_CHANGE_TYPE_PROCESSES
12.1.1
-
APPS.BOM_RTG_GLOBALS dependencies on ENG_CHANGE_TYPE_PROCESSES
12.2.2
-
APPS.ENG_CHANGE_TYPE_PROCESSES_PKG dependencies on ENG_CHANGE_TYPE_PROCESSES
12.2.2
-
APPS.ENG_ECO_REVISION_UTIL dependencies on ENG_CHANGE_TYPE_PROCESSES
12.2.2
-
APPS.ENG_VALIDATE_ECO dependencies on ENG_CHANGE_TYPE_PROCESSES
12.2.2
-
APPS.ENG_VALIDATE_ECO dependencies on ENG_CHANGE_TYPE_PROCESSES
12.1.1
-
APPS.INV_EBI_CHANGE_ORDER_HELPER dependencies on ENG_CHANGE_TYPE_PROCESSES
12.1.1
-
APPS.ENG_ECO_REVISION_UTIL dependencies on ENG_CHANGE_TYPE_PROCESSES
12.1.1
-
APPS.INV_EBI_CHANGE_ORDER_HELPER dependencies on ENG_CHANGE_TYPE_PROCESSES
12.2.2
-
APPS.ENG_GLOBALS dependencies on ENG_CHANGE_TYPE_PROCESSES
12.2.2
-
APPS.BOM_GLOBALS dependencies on ENG_CHANGE_TYPE_PROCESSES
12.2.2
-
APPS.ENG_CHANGE_TYPE_PROCESSES_PKG SQL Statements
12.2.2
-
APPS.ENG_CHANGE_TYPE_PROCESSES_PKG SQL Statements
12.1.1
-
VIEW: APPS.ENG_CHANGE_TYPE_PROCESSES_DFV
12.2.2
-
VIEW: APPS.ENG_CHANGE_TYPE_PROCESSES_DFV
12.1.1
-
SYNONYM: APPS.ENG_CHANGE_TYPE_PROCESSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ENG_CHANGE_TYPE_PROCESSES, status:VALID,
-
VIEW: APPS.ENGFV_ECO_WORKFLOW_RULES
12.1.1
-
VIEW: ENG.ENG_CHANGE_TYPE_PROCESSES#
12.2.2
owner:ENG, object_type:VIEW, object_name:ENG_CHANGE_TYPE_PROCESSES#, status:VALID,
-
SYNONYM: APPS.ENG_CHANGE_TYPE_PROCESSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ENG_CHANGE_TYPE_PROCESSES, status:VALID,
-
VIEW: APPS.ENG_CHANGE_TYPE_PROCESSES_V
12.1.1
-
TABLE: ENG.ENG_CHANGE_TYPE_PROCESSES
12.2.2
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_CHANGE_TYPE_PROCESSES, object_name:ENG_CHANGE_TYPE_PROCESSES, status:VALID,
-
TABLE: ENG.ENG_CHANGE_TYPE_PROCESSES
12.1.1
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_CHANGE_TYPE_PROCESSES, object_name:ENG_CHANGE_TYPE_PROCESSES, status:VALID,
-
VIEW: APPS.ENGFV_ECO_WORKFLOW_RULES
12.2.2
-
VIEW: APPS.ENGBV_ECO_WORKFLOW_RULES
12.1.1
-
VIEW: APPS.ENGBV_ECO_WORKFLOW_RULES
12.2.2
-
VIEW: APPS.ENG_CHANGE_TYPE_PROCESSES_V
12.2.2
-
VIEW: ENG.ENG_CHANGE_TYPE_PROCESSES#
12.2.2
-
APPS.ENG_CHANGE_TYPE_PROCESSES_PKG dependencies on ENG_CHANGE_PRIORITIES
12.1.1
-
VIEW: APPS.ENG_ENGINEERING_CHANGES_ERV
12.1.1
-
VIEW: APPS.ENG_ENGINEERING_CHANGES_ERV
12.2.2
-
PACKAGE BODY: APPS.ENG_CHANGE_TYPE_PROCESSES_PKG
12.1.1
-
PACKAGE BODY: APPS.ENG_CHANGE_TYPE_PROCESSES_PKG
12.2.2
-
APPS.ENG_CHANGE_TYPE_PROCESSES_PKG dependencies on ENG_CHANGE_ORDER_TYPES
12.2.2
-
APPS.ENG_CHANGE_TYPE_PROCESSES_PKG dependencies on ENG_CHANGE_PRIORITIES
12.2.2
-
APPS.ENG_CHANGE_TYPE_PROCESSES_PKG dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
View: ENGFV_ECO_WORKFLOW_RULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENGFV_ECO_WORKFLOW_RULES, object_name:ENGFV_ECO_WORKFLOW_RULES, status:VALID, product: ENG - Engineering , description: - Retrofitted , implementation_dba_data: APPS.ENGFV_ECO_WORKFLOW_RULES ,
-
View: ENGFV_ECO_WORKFLOW_RULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENGFV_ECO_WORKFLOW_RULES, object_name:ENGFV_ECO_WORKFLOW_RULES, status:VALID, product: ENG - Engineering , description: - Retrofitted , implementation_dba_data: APPS.ENGFV_ECO_WORKFLOW_RULES ,
-
VIEW: APPS.ENG_CHANGE_TYPE_PROCESSES_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:ENG_CHANGE_TYPE_PROCESSES_DFV, status:VALID,
-
PACKAGE BODY: APPS.ENG_CHANGE_TYPE_PROCESSES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_CHANGE_TYPE_PROCESSES_PKG, status:VALID,
-
PACKAGE BODY: APPS.ENG_CHANGE_TYPE_PROCESSES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_CHANGE_TYPE_PROCESSES_PKG, status:VALID,
-
VIEW: APPS.ENG_CHANGE_TYPE_PROCESSES_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:ENG_CHANGE_TYPE_PROCESSES_DFV, status:VALID,
-
View: ENG_CHANGE_TYPE_PROCESSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_CHANGE_TYPE_PROCESSES_V, object_name:ENG_CHANGE_TYPE_PROCESSES_V, status:VALID, product: ENG - Engineering , description: Engineering change type processes , implementation_dba_data: APPS.ENG_CHANGE_TYPE_PROCESSES_V ,
-
PACKAGE BODY: APPS.ENG_GLOBALS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_GLOBALS, status:VALID,
-
View: ENGBV_ECO_WORKFLOW_RULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENGBV_ECO_WORKFLOW_RULES, object_name:ENGBV_ECO_WORKFLOW_RULES, status:VALID, product: ENG - Engineering , description: - Retrofitted , implementation_dba_data: APPS.ENGBV_ECO_WORKFLOW_RULES ,
-
View: ENGBV_ECO_WORKFLOW_RULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENGBV_ECO_WORKFLOW_RULES, object_name:ENGBV_ECO_WORKFLOW_RULES, status:VALID, product: ENG - Engineering , description: - Retrofitted , implementation_dba_data: APPS.ENGBV_ECO_WORKFLOW_RULES ,