Search Results priority_code_description
Overview
ENG_ENG_CHANGES_API_V is an APPS-owned database view in the Oracle E-Business Suite Engineering (ENG) module. Its documented purpose is to serve as the data source for the Engineering Change Order (ECO) workflow, exposing change order header information in a denormalized, display-ready form. Rather than joining multiple engineering and HR tables at the workflow or reporting layer, the view consolidates ECO attributes with their decoded lookup meanings, organizational context, and approval information into a single relational projection. The view is marked VALID and supersedes the internal table ENG_ENGINEERING_CHANGES as the primary query surface for ECO-related workflow and reporting logic. It is available in both 12.1.1 and 12.2.2.
Underlying Base Objects
The view is defined over several base objects, joined primarily on the Engineering Change Order identifier (CHANGE_NOTICE) and foreign keys to lookup and reference tables. The documented referenced objects are:
- ENG_ENGINEERING_CHANGES (SYNONYM) — the core ECO header table; the view's driving table (aliased EEC).
- ENG_CHANGE_ORDER_TYPES_VL (VIEW) — provides change order type name, description, and assembly type.
- ENG_CHANGE_REASONS (SYNONYM) — decoded reason code description, joined by reason and organization.
- ENG_CHANGE_PRIORITIES (SYNONYM) — decoded priority description.
- ENG_ECN_APPROVAL_LISTS (SYNONYM) — approval list name and description.
- MFG_LOOKUPS (VIEW) — supplies lookup meanings for ECO_STATUS and APPROVAL_STATUS.
- MTL_EMPLOYEES_VIEW (VIEW) — returns the requestor's full name.
- HR_ALL_ORGANIZATION_UNITS_TL (SYNONYM) — resolves the responsible ECO department name.
- FND_PROFILE, HR_GENERAL, HR_PERSON_NAME, HR_SECURITY (PACKAGES) — support security, profile, and name/date formatting used at runtime.
Outer joins are used for the reason, priority, and related optional lookups, ensuring ECO rows are not dropped when optional codes are null.
Key Columns
- CHANGE_NOTICE, ORGANIZATION_ID — ECO identifier and owning inventory organization.
- STATUS_TYPE / ECO_STATUS — raw status code and its decoded meaning.
- APPROVAL_STATUS_TYPE / APPROVAL_STATUS — approval state and its decoded meaning.
- INITIATION_DATE, IMPLEMENTATION_DATE, CANCELLATION_DATE — key ECO lifecycle dates. DAYS_TO_APPROVE is computed as APPROVAL_DATE − APPROVAL_REQUEST_DATE.
- PRIORITY_CODE / PRIORITY_CODE_DESCRIPTION, REASON_CODE / REASON_CODE_DESCRIPTION — decoded classification values.
- CHANGE_ORDER_TYPE_ID, CHANGE_ORDER_TYPE, ASSEMBLY_TYPE — change type identity and assembly classification.
- REQUESTOR_ID / REQUESTOR — employee identifier and resolved full name.
- ESTIMATED_ENG_COST, ESTIMATED_MFG_COST — cost estimates.
- APPROVAL_LIST_ID, APPROVAL_LIST_NAME, APPROVAL_REQUEST_DATE, APPROVAL_DATE — approval routing and timing.
- RESPONSIBLE_ORGANIZATION_ID / ECO_DEPARTMENT — responsible department.
- ATTRIBUTE1–15, ATTRIBUTE_CATEGORY, REQUEST_ID, PROGRAM_ID — descriptive flexfield and concurrent program context.
Common Use Cases and Queries
The view is typically queried by ECO approval workflows, ECO status dashboards, and integration extracts requiring decoded change order data. A representative query follows:
- List pending ECOs with decoded status and requestor:
SELECT change_notice, eco_status, change_order_type, requestor, days_to_approve FROM apps.eng_eng_changes_api_v WHERE approval_status_type = 'PENDING' AND organization_id = :org_id ORDER BY initiation_date DESC; - Aggregate approval cycle times by department:
SELECT eco_department, AVG(days_to_approve) FROM apps.eng_eng_changes_api_v WHERE approval_date IS NOT NULL GROUP BY eco_department; - Extract ECO header details for an external system:
SELECT change_notice, description, implementation_date, priority_code_description, estimated_eng_cost FROM apps.eng_eng_changes_api_v WHERE change_notice = :ecn;
Because the view is API-oriented and used by workflow, it should be queried rather than updated directly; ECO modifications must go through the standard Engineering APIs.
-
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_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: 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: APPS.ENG_ENG_CHANGES_API_V
12.2.2
-
VIEW: APPS.ENG_ENGINEERING_CHANGES_V
12.2.2
-
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: APPS.ENG_ENG_CHANGES_API_V
12.1.1
-
VIEW: APPS.ENG_ENGINEERING_CHANGES_V
12.1.1
-
VIEW: APPS.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,
-
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 ,
-
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,
-
VIEW: APPS.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,
-
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,
-
VIEW: APPS.ENG_ENGINEERING_CHANGES_ERV
12.2.2
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.ENG_ENGINEERING_CHANGES_ERV
12.1.1
-
eTRM - ENG Tables and Views
12.2.2
description: Change type organization properties ,
-
eTRM - ENG Tables and Views
12.1.1
description: Change type organization properties ,