Search Results eng_current_scheduled_dates
Overview
ENG_CURRENT_SCHEDULED_DATES is an Engineering (ENG) module table in Oracle E-Business Suite 12.1.1 and 12.2.2 that stores current and historical Engineering Change Order (ECO) scheduled implementation dates. Each row captures the planned date on which a revised item — an item revision produced or modified by an ECO — is scheduled to become effective in a given organization. Because ECO scheduling drives the timing of engineering changes across manufacturing and inventory, this table functions as the transactional record of when a change is intended to take effect and, through its historical rows, when that plan was subsequently altered.
From a dimensional modeling perspective, the documented foreign key structure supports a heuristic Data Vault classification of satellite-leaning. The table hangs off ENG_REVISED_ITEMS via REVISED_ITEM_SEQUENCE_ID and records descriptive, time-relevant attributes (scheduled dates, employee assignments, comments) rather than acting as a pure hub or link. Modelers should treat it as a satellite-like detail store keyed to the revised item, with additional references to employee data.
Key Information Stored
The table contains 20 documented columns. The most operationally significant include:
- SCHEDULE_ID — Part of the composite primary key (
ENG_CURRENT_SCHEDULED_DATES_PK) and part of the unique business-key indexENG_CURRENT_SCHEDULED_DATES_U1; identifies the scheduling record. - REVISED_ITEM_SEQUENCE_ID — The second component of the primary key and the leading column of the unique index; the foreign key to
ENG_REVISED_ITEMSthat ties a scheduled date to a specific revised item. - REVISED_ITEM_ID — The revised item identifier associated with the schedule.
- SCHEDULED_DATE — The effective scheduled implementation date for the ECO change.
- CHANGE_NOTICE — The ECO/change notice identifier the schedule pertains to.
- CHANGE_ID — Internal identifier linking the row to the change record.
- ORGANIZATION_ID — The inventory organization in which the scheduled implementation applies.
- EMPLOYEE_ID — The employee responsible for or associated with the schedule; foreign key to
PSB_EMPLOYEES. - OLD_EMPLOYEE_ID — Retains the prior assigned employee, supporting historical tracking of reassignment.
- COMMENTS — Free-text notes explaining scheduling decisions or changes.
The surrogate-style primary key is the (SCHEDULE_ID, REVISED_ITEM_SEQUENCE_ID) pair, while ENG_CURRENT_SCHEDULED_DATES_U1 (REVISED_ITEM_SEQUENCE_ID, SCHEDULE_ID) represents the business-key candidate. Standard audit columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN) and concurrent-program columns (REQUEST_ID, PROGRAM_ID, PROGRAM_APPLICATION_ID, PROGRAM_UPDATE_DATE) are also present.
Common Use Cases and Queries
Engineering and manufacturing teams use this table to report on upcoming and historical ECO implementation plans, to audit schedule slippage, and to reconcile engineering changes against item revisions.
- Reporting ECOs scheduled for a given date range or organization.
- Comparing current versus historical scheduled dates for slippage analysis using
OLD_EMPLOYEE_IDand creation/update timestamps. - Joining to
ENG_REVISED_ITEMSto resolve revised item context.
A representative query pattern:
SELECT csd.CHANGE_NOTICE, csd.SCHEDULED_DATE, csd.ORGANIZATION_ID
FROM ENG.ENG_CURRENT_SCHEDULED_DATES csd
WHERE csd.SCHEDULED_DATE BETWEEN :from_date AND :to_date;
For employee lookups, join EMPLOYEE_ID to PSB_EMPLOYEES. Note that some date columns may carry a timestamp component; truncate as required for daily reporting.
Related Objects
- ENG_REVISED_ITEMS — Referenced via
ENG_CURRENT_SCHEDULED_DATES.REVISED_ITEM_SEQUENCE_ID; the principal parent for schedule records. - PSB_EMPLOYEES — Referenced via
EMPLOYEE_ID, resolving the responsible employee. - ENG_ENGINEERING_CHANGES — Provides ECO/change notice context matched by
CHANGE_NOTICE/CHANGE_ID. - MTL_SYSTEM_ITEMS_B — Resolves item detail for
REVISED_ITEM_IDandORGANIZATION_ID. - ENG_ECO_REVISED_ITEMS — Links ECOs to revised items for cross-referencing schedules.
These relationships make ENG_CURRENT_SCHEDULED_DATES a focal integration point between engineering change management and item/revision master data.
-
Table: ENG_CURRENT_SCHEDULED_DATES
12.2.2
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_CURRENT_SCHEDULED_DATES, object_name:ENG_CURRENT_SCHEDULED_DATES, status:VALID, product: ENG - Engineering , description: Current and historical ECO scheduled implementation dates , implementation_dba_data: ENG.ENG_CURRENT_SCHEDULED_DATES ,
-
Table: ENG_CURRENT_SCHEDULED_DATES
12.1.1
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_CURRENT_SCHEDULED_DATES, object_name:ENG_CURRENT_SCHEDULED_DATES, status:VALID, product: ENG - Engineering , description: Current and historical ECO scheduled implementation dates , implementation_dba_data: ENG.ENG_CURRENT_SCHEDULED_DATES ,
-
SYNONYM: APPS.ENG_CURRENT_SCHEDULED_DATES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ENG_CURRENT_SCHEDULED_DATES, status:VALID,
-
VIEW: ENG.ENG_CURRENT_SCHEDULED_DATES#
12.2.2
owner:ENG, object_type:VIEW, object_name:ENG_CURRENT_SCHEDULED_DATES#, status:VALID,
-
VIEW: APPS.ENG_CURRENT_SCHEDULED_DATES_V
12.2.2
-
SYNONYM: APPS.ENG_CURRENT_SCHEDULED_DATES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ENG_CURRENT_SCHEDULED_DATES, status:VALID,
-
VIEW: ENG.ENG_CURRENT_SCHEDULED_DATES#
12.2.2
-
VIEW: APPS.ENG_CURRENT_SCHEDULED_DATES_V
12.1.1
-
TABLE: ENG.ENG_CURRENT_SCHEDULED_DATES
12.1.1
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_CURRENT_SCHEDULED_DATES, object_name:ENG_CURRENT_SCHEDULED_DATES, status:VALID,
-
TABLE: ENG.ENG_CURRENT_SCHEDULED_DATES
12.2.2
owner:ENG, object_type:TABLE, fnd_design_data:ENG.ENG_CURRENT_SCHEDULED_DATES, object_name:ENG_CURRENT_SCHEDULED_DATES, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.ENG_PERSON
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_PERSON, status:VALID,
-
VIEW: APPS.ENG_ENGINEERING_CHANGES_ERV
12.2.2
-
VIEW: APPS.ENG_ENGINEERING_CHANGES_ERV
12.1.1
-
PACKAGE BODY: APPS.ENG_PERSON
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_PERSON, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.BOMPECOD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOMPECOD, status:VALID,
-
PACKAGE BODY: APPS.BOMPECOD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOMPECOD, status:VALID,
-
View: ENG_CURRENT_SCHEDULED_DATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_CURRENT_SCHEDULED_DATES_V, object_name:ENG_CURRENT_SCHEDULED_DATES_V, status:VALID, product: ENG - Engineering , description: Current and historical ECO scheduled implementation dates , implementation_dba_data: APPS.ENG_CURRENT_SCHEDULED_DATES_V ,
-
View: ENG_CURRENT_SCHEDULED_DATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_CURRENT_SCHEDULED_DATES_V, object_name:ENG_CURRENT_SCHEDULED_DATES_V, status:VALID, product: ENG - Engineering , description: Current and historical ECO scheduled implementation dates , implementation_dba_data: APPS.ENG_CURRENT_SCHEDULED_DATES_V ,
-
APPS.ENG_PERSON SQL Statements
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.ENG_PERSON SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
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 ,
-
PACKAGE BODY: APPS.ENG_REVISED_ITEMS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_REVISED_ITEMS_PKG, status:VALID,
-
PACKAGE: APPS.BOMPECOD
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.ENG_REVISED_ITEMS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_REVISED_ITEMS_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.BOMPECOD
12.1.1
-
PACKAGE BODY: APPS.ENG_REVISED_ITEM_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_REVISED_ITEM_UTIL, status:VALID,
-
PACKAGE BODY: APPS.ENG_REVISED_ITEM_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_REVISED_ITEM_UTIL, 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 ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.ENG_ECO_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_ECO_UTIL, status:VALID,
-
PACKAGE BODY: APPS.ENG_ECO_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ENG_ECO_UTIL, status:VALID,
-
VIEW: APPS.ENG_CURRENT_SCHEDULED_DATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_CURRENT_SCHEDULED_DATES_V, object_name:ENG_CURRENT_SCHEDULED_DATES_V, status:VALID,
-
VIEW: APPS.ENG_CURRENT_SCHEDULED_DATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_CURRENT_SCHEDULED_DATES_V, object_name:ENG_CURRENT_SCHEDULED_DATES_V, status:VALID,
-
PACKAGE BODY: APPS.ENG_PERSON
12.1.1
-
APPS.BOMPECOD SQL Statements
12.2.2
-
PACKAGE BODY: APPS.ENG_PERSON
12.2.2
-
APPS.BOMPECOD SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BOMPECOD
12.1.1
-
PACKAGE BODY: APPS.BOMPECOD
12.2.2