Search Results eco
The ENG.ENG_ECO_SUBMIT_REVISIONS
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data structure within the Engineering Change Order (ECO) module, which is part of the Oracle Engineering suite. This table plays a pivotal role in managing and tracking revisions submitted for engineering change orders, ensuring that modifications to product designs, bills of materials (BOMs), and routings are systematically controlled and audited. Below is a detailed analysis of its purpose, structure, and functional significance in Oracle EBS.
Purpose and Functional Context
TheENG.ENG_ECO_SUBMIT_REVISIONS
table stores metadata related to revision submissions for engineering change orders. ECOs are formal mechanisms used to propose, review, approve, and implement changes to product designs or manufacturing processes. This table specifically captures the revision history of submitted ECOs, enabling traceability and compliance with change management protocols. It acts as a junction between the ECO header information (stored in tables like ENG.ENG_ENGINEERING_CHANGES
) and the detailed revision data, ensuring that each change request is documented with timestamps, statuses, and submitter details.
Key Columns and Data Structure
While the exact schema may vary slightly between EBS 12.1.1 and 12.2.2, the table typically includes the following columns:- CHANGE_ID: Foreign key linking to the parent ECO in
ENG.ENG_ENGINEERING_CHANGES
. - REVISION_ID: Unique identifier for each revision submission.
- SUBMIT_DATE: Timestamp when the revision was submitted.
- SUBMIT_BY: User ID or reference of the submitter (often linked to
FND_USER
). - STATUS: Current state of the revision (e.g., "Pending," "Approved," "Rejected").
- APPROVAL_PATH_ID: Reference to the workflow approval path (if applicable).
- DESCRIPTION: Free-text field for revision notes or rationale.
- ATTRIBUTE_CATEGORY and ATTRIBUTE_n: Flexfields for custom attributes.
Integration with ECO Workflow
The table integrates with Oracle EBS's workflow engine to automate approval processes. When a revision is submitted, records inENG.ENG_ECO_SUBMIT_REVISIONS
trigger notifications to approvers, and status updates are reflected in real-time. This ensures alignment with organizational policies and audit requirements. The table's data is often accessed by ECO workflow APIs (e.g., ENG_ECO_PUB
) to enforce business rules during submission or approval.
Reporting and Auditing
Data from this table is leveraged for compliance reporting and historical tracking. Standard Oracle reports, such as the "ECO Revision History Report," join this table withENG.ENG_ENGINEERING_CHANGES
to provide a comprehensive view of change timelines. Additionally, audit trails are maintained for regulatory purposes (e.g., ISO 9001), where revision timestamps and submitter details are critical.
Technical Considerations
In EBS 12.2.2, the table may leverage Oracle's Online Patch (OLP) and Edition-Based Redefinition (EBR) features for zero-downtime upgrades. Performance optimizations, such as indexing onCHANGE_ID
and REVISION_ID
, are recommended for large-scale implementations. Customizations should avoid direct DML on this table, using Oracle's public APIs instead to maintain data integrity.
Conclusion
TheENG.ENG_ECO_SUBMIT_REVISIONS
table is a foundational component of Oracle EBS's Engineering Change Management functionality. It ensures structured control over product design revisions, supports automated workflows, and provides auditable records for compliance. Understanding its schema and integration points is essential for implementing robust change management processes in manufacturing and product lifecycle environments.
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
APPS.ENG_VAL_CAT dependencies on ENG_CHANGE_ORDER_TYPES
12.1.1
-
APPS.ENG_VAL_CAT dependencies on ENG_CHANGE_ORDER_TYPES
12.2.2
-
APPS.BOM_DIAGUNITTEST_ECODATA dependencies on JTF_DIAGNOSTIC_COREAPI
12.1.1
-
APPS.BOM_DIAGUNITTEST_ECODATA dependencies on JTF_DIAGNOSTIC_COREAPI
12.2.2
-
APPS.ENG_ECO_UTIL dependencies on FND_MESSAGE
12.2.2
-
Lookup Type: BOM_ECO_MASS_CHANGE_ACTION
12.2.2
product: BOM - Bills of Material , meaning: BOM ECO MASS CHANGE ACTION ,
-
Concurrent Program: ENCACN
12.2.2
execution_filename: EngEcoConcurrentProgram , product: ENG - Engineering , user_name: ENGCOIMP , description: Description Generation during ECO Implementation , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Lookup Type: BOM_ECO_MASS_CHANGE_ACTION
12.1.1
product: BOM - Bills of Material , meaning: BOM ECO MASS CHANGE ACTION ,
-
TABLE: ENG.ENG_ECO_SUBMIT_REVISIONS
12.2.2
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_ECO_SUBMIT_REVISIONS, object_name:ENG_ECO_SUBMIT_REVISIONS, status:VALID,
-
APPS.ENG_ECO_UTIL dependencies on FND_MESSAGE
12.1.1
-
TABLE: ENG.ENG_ECO_SUBMIT_REVISIONS
12.1.1
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_ECO_SUBMIT_REVISIONS, object_name:ENG_ECO_SUBMIT_REVISIONS, status:VALID,
-
APPS.ENGECOBO dependencies on FND_ATTACHED_DOCUMENTS2_PKG
12.2.2
-
APPS.WSH_DELIVERIES_GRP dependencies on WSH_WV_UTILS
12.1.1
-
APPS.WSH_TRIP_STOPS_GRP dependencies on WSH_WV_UTILS
12.1.1
-
APPS.WSH_TRIPS_GRP dependencies on WSH_WV_UTILS
12.2.2
-
PACKAGE BODY: APPS.ENG_VALIDATE_ECO_REVISION
12.1.1
-
VIEW: APPS.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,
-
APPS.ENG_ECO_PVT dependencies on ENG_VALIDATE_ECO
12.1.1
-
VIEW: APPS.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,
-
APPS.ENG_CANCEL_ECO dependencies on BOM_REFERENCE_DESIGNATORS
12.2.2
-
VIEW: APPS.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,
-
APPS.WSH_TRIPS_GRP dependencies on WSH_WV_UTILS
12.1.1
-
APPS.WSH_TRIP_STOPS_GRP dependencies on WSH_WV_UTILS
12.2.2
-
VIEW: APPS.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,
-
APPS.WSH_DELIVERIES_GRP dependencies on WSH_WV_UTILS
12.2.2
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
APPS.BOM_VALIDATE_REF_DESIGNATOR dependencies on BOM_BO_PUB
12.2.2
-
APPS.BOMPKMUD dependencies on ENG_ECO_PUB
12.2.2
-
APPS.ENG_CHANGE_IMPORT_UTIL dependencies on BOM_INVENTORY_COMPS_INTERFACE
12.1.1
-
APPS.ENGECOBO dependencies on FND_FILE
12.2.2
-
PACKAGE BODY: APPS.ENG_VALIDATE_ECO_REVISION
12.2.2
-
APPS.ENG_ECO_PVT dependencies on ENG_VALIDATE_ECO
12.2.2
-
APPS.BOMPKMUD dependencies on ENG_ECO_PUB
12.1.1
-
APPS.ENG_ECO_REVISION_UTIL dependencies on FND_MSG_PUB
12.2.2
-
APPS.PO_R12_CAT_UPG_PVT dependencies on PO_LINES_INTERFACE
12.2.2
-
APPS.ENG_CANCEL_ECO dependencies on BOM_REFERENCE_DESIGNATORS
12.1.1
-
Lookup Type: ENG_IMP_ORDER
12.1.1
product: ENG - Engineering , meaning: ENG IMP ORDER ,
-
APPS.ENG_ECO_COST dependencies on ENG_ENGINEERING_CHANGES
12.1.1
-
Lookup Type: CSD_BI_ECO_METRIC_LIMIT_TYPES
12.2.2
product: CSD - Depot Repair , meaning: Metric Limit Types in Eco-Impact Business Intelligence , description: Metric Limit Types in Eco-Impact Business Intelligence ,
-
APPS.BOM_VALIDATE_REF_DESIGNATOR dependencies on BOM_BO_PUB
12.1.1
-
Lookup Type: CSD_BULLETIN_TYPES
12.1.1
product: CSD - Depot Repair , meaning: Service Bulletin Types , description: Service Bulletin Types ,
-
APPS.ENG_CHANGE_LINE_UTIL dependencies on ENG_CHANGE_OBJECTS
12.2.2
-
APPS.ENG_VALIDATE_ECO dependencies on ENG_GLOBALS
12.2.2
-
Lookup Type: ENG_IMP_ORDER
12.2.2
product: ENG - Engineering , meaning: ENG IMP ORDER ,
-
APPS.ENG_CHANGE_LINE_UTIL dependencies on ENG_CHANGE_OBJECTS
12.1.1