Search Results eco_implementation_date
Overview
The APPS.BOMBV_BOM_REVISIONS view is a read-only, Business Intelligence (BOMBV) integration object shipped with the Oracle Bills of Material module. It presents item revision and change-order effectivity information in a denormalized, human-readable form intended for reporting, extraction, and downstream integration rather than transactional update. In Oracle EBS 12.1.1 and 12.2.2 the view is flagged as VALID and is documented under the BOM - Bills of Material product line; the ETRM metadata labels it as "Retrofitted," reflecting its migration into the standard 12.x schema. Its principal value lies in exposing the effectivity date of each revision—surfaced through the alias START_EFFECTIVITY_DATE—alongside descriptive organization, item, and engineering change order (ECO) attributes. Because it joins organization and item master data, it allows users to report revisions without repeatedly navigating to MTL_ITEM_REVISIONS. The view is defined WITH READ ONLY and enforces an organization security predicate ('_SEC:RV.ORGANIZATION_ID' IS NOT NULL), so results are automatically restricted to the operating units accessible to the querying responsibility.
Underlying Base Objects
The view is defined over four referenced base objects, all accessed through APPS synonyms:
- MTL_ITEM_REVISIONS (RV) — the driving table; supplies the revision, ECN dates, effectivity date, description, and change notice.
- MTL_SYSTEM_ITEMS_B (SY) — joined on ORGANIZATION_ID and INVENTORY_ITEM_ID to resolve the item definition.
- MTL_PARAMETERS (PA) — joined on ORGANIZATION_ID to supply the ORGANIZATION_CODE.
- HR_ALL_ORGANIZATION_UNITS (AL) — joined on ORGANIZATION_ID to supply ORGANIZATION_NAME.
All joins are equijoins on the organization identifier, and the view carries the '_KF:INV:MSTK:SY' key flexfield token for the item name, indicating flexfield-aware item identification. Documented metadata (ETRM 12.2.2) confirms the APPS owner and these four base objects.
Key Columns
- START_EFFECTIVITY_DATE — aliases RV.EFFECTIVITY_DATE, the date the revision becomes effective; this is the column users locate when searching for start_effectivity_date.
- ITEM_REVISION — the revision label (for example A, B, C) from RV.REVISION.
- ORGANIZATION_CODE / ORGANIZATION_NAME — the inventory organization code and descriptive name.
- ECO_INITIATION_DATE / ECO_IMPLEMENTATION_DATE — ECO initiation and implementation dates from the revision record.
- DESCRIPTION / CHANGE_NOTICE / ALTERNATE_DESIGNATOR — revision description, ECO reference, and alternate designator.
- INVENTORY_ITEM_ID / ORGANIZATION_ID / REVISED_ITEM_SEQUENCE_ID — surrogate keys for joins.
- UPDATED_ON / UPDATED_BY / CREATED_ON / CREATED_BY — audit columns.
Common Use Cases and Queries
Typical usage includes revision effectivity reporting, ECO audit extracts, and feeding external PLM or data-warehouse systems. A representative query returning revisions effective within a date range is:
SELECT organization_code, organization_name, item_revision,
start_effectivity_date, eco_implementation_date, change_notice
FROM apps.bombv_bom_revisions
WHERE start_effectivity_date BETWEEN :p_from AND :p_to
ORDER BY organization_code, start_effectivity_date;
To isolate the latest effective revision for a given item, users filter on inventory_item_id and order by start_effectivity_date descending. Because the security predicate is embedded, no additional organization filtering is required for responsibilities with restricted operating unit access.
-
View: BOMBV_BOM_REVISIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_BOM_REVISIONS, object_name:BOMBV_BOM_REVISIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_BOM_REVISIONS ,
-
View: BOMFV_BOM_REVISIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_BOM_REVISIONS, object_name:BOMFV_BOM_REVISIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_BOM_REVISIONS ,
-
View: BOMBV_BOM_REVISIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_BOM_REVISIONS, object_name:BOMBV_BOM_REVISIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_BOM_REVISIONS ,
-
VIEW: APPS.BOMFV_BOM_REVISIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_BOM_REVISIONS, object_name:BOMFV_BOM_REVISIONS, status:VALID,
-
View: BOMBV_ECO_REVISED_COMPONENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_ECO_REVISED_COMPONENTS, object_name:BOMBV_ECO_REVISED_COMPONENTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_ECO_REVISED_COMPONENTS ,
-
VIEW: APPS.BOMFV_BOM_REVISIONS
12.2.2
-
View: BOMBV_BOM_COMPONENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_BOM_COMPONENTS, object_name:BOMBV_BOM_COMPONENTS, status:VALID, product: BOM - Bills of Material , description: This shows individual item components in a engineering or manufacturing , implementation_dba_data: APPS.BOMBV_BOM_COMPONENTS ,
-
View: BOMBV_ECO_REVISED_COMPONENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_ECO_REVISED_COMPONENTS, object_name:BOMBV_ECO_REVISED_COMPONENTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_ECO_REVISED_COMPONENTS ,
-
VIEW: APPS.BOMFV_BOM_REVISIONS
12.1.1
-
VIEW: APPS.BOMBV_BOM_REVISIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_BOM_REVISIONS, object_name:BOMBV_BOM_REVISIONS, status:VALID,
-
VIEW: APPS.BOMFV_BOM_REVISIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_BOM_REVISIONS, object_name:BOMFV_BOM_REVISIONS, status:VALID,
-
View: BOMFV_BOM_REVISIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_BOM_REVISIONS, object_name:BOMFV_BOM_REVISIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_BOM_REVISIONS ,
-
VIEW: APPS.BOMBV_BOM_REVISIONS
12.1.1
-
VIEW: APPS.BOMBV_BOM_REVISIONS
12.2.2
-
View: BOMBV_BOM_COMPONENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_BOM_COMPONENTS, object_name:BOMBV_BOM_COMPONENTS, status:VALID, product: BOM - Bills of Material , description: This shows individual item components in a engineering or manufacturing , implementation_dba_data: APPS.BOMBV_BOM_COMPONENTS ,
-
VIEW: APPS.BOMBV_BOM_REVISIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_BOM_REVISIONS, object_name:BOMBV_BOM_REVISIONS, status:VALID,
-
View: BOMFV_BOM_COMPONENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_BOM_COMPONENTS, object_name:BOMFV_BOM_COMPONENTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_BOM_COMPONENTS ,
-
VIEW: APPS.BOMBV_BOM_COMPONENTS
12.2.2
-
VIEW: APPS.BOMFV_BOM_COMPONENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_BOM_COMPONENTS, object_name:BOMFV_BOM_COMPONENTS, status:VALID,
-
VIEW: APPS.BOMBV_ECO_REVISED_COMPONENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_ECO_REVISED_COMPONENTS, object_name:BOMBV_ECO_REVISED_COMPONENTS, status:VALID,
-
VIEW: APPS.BOMBV_BOM_COMPONENTS
12.1.1
-
View: BOMFV_BOM_COMPONENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_BOM_COMPONENTS, object_name:BOMFV_BOM_COMPONENTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_BOM_COMPONENTS ,
-
VIEW: APPS.BOMBV_ECO_REVISED_COMPONENTS
12.1.1
-
VIEW: APPS.BOMFV_BOM_COMPONENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_BOM_COMPONENTS, object_name:BOMFV_BOM_COMPONENTS, status:VALID,
-
VIEW: APPS.BOMBV_BOM_COMPONENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_BOM_COMPONENTS, object_name:BOMBV_BOM_COMPONENTS, status:VALID,
-
VIEW: APPS.BOMFV_BOM_COMPONENTS
12.1.1
-
VIEW: APPS.BOMBV_ECO_REVISED_COMPONENTS
12.2.2
-
VIEW: APPS.BOMBV_ECO_REVISED_COMPONENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_ECO_REVISED_COMPONENTS, object_name:BOMBV_ECO_REVISED_COMPONENTS, status:VALID,
-
VIEW: APPS.BOMFV_BOM_COMPONENTS
12.2.2
-
VIEW: APPS.BOMBV_BOM_COMPONENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_BOM_COMPONENTS, object_name:BOMBV_BOM_COMPONENTS, status:VALID,
-
eTRM - BOM Tables and Views
12.1.1
description: Table to map wip transactions to their corresponding event types. ,
-
eTRM - BOM Tables and Views
12.2.2
description: Table to map wip transactions to their corresponding event types. ,