Search Results effectivity_control
Overview
The APPS.BOM_BILL_OF_MATERIALS view is a critical data object within the Oracle E-Business Suite (EBS) Bills of Material (BOM) module for versions 12.1.1 and 12.2.2. It serves as the primary application-level interface for querying bill of material header information. This view is built upon the underlying base table, BOM_STRUCTURES_B, and applies a security filter based on the user's responsibility to ensure data access control. Its fundamental role is to provide a filtered, secure representation of all BOM definitions, which specify the list of components required to build an assembly item within a specific manufacturing organization.
Key Information Stored
The view exposes numerous columns from the base table that define the properties and metadata of a bill. Key columns include ASSEMBLY_ITEM_ID and ORGANIZATION_ID, which uniquely identify the manufactured item and its plant. The BILL_SEQUENCE_ID is the unique system identifier for the BOM header. ALTERNATE_BOM_DESIGNATOR distinguishes between primary and alternate bills. ASSEMBLY_TYPE indicates if the bill is for a standard product, model, option class, or planning. Critical control columns include EFFECTIVITY_CONTROL, which manages date-effective changes, COMMON_BILL_SEQUENCE_ID for shared bills across organizations, and IS_PREFERRED to denote the default alternate. The view also includes audit columns (CREATED_BY, LAST_UPDATE_DATE) and descriptive fields like SPECIFIC_ASSEMBLY_COMMENT.
Common Use Cases and Queries
This view is central to reporting and data extraction processes related to product structures. Common use cases include generating a list of all active bills for an item, identifying alternate BOMs, and supporting product cost roll-up queries by joining to component lines (BOM_INVENTORY_COMPONENTS). A typical query pattern retrieves bill header details along with the item number from MTL_SYSTEM_ITEMS_B.
- Sample Query: SELECT msib.segment1 Assembly_Item, bbm.* FROM apps.bom_bill_of_materials bbm, apps.mtl_system_items_b msib WHERE bbm.assembly_item_id = msib.inventory_item_id AND bbm.organization_id = msib.organization_id AND bbm.organization_id = 101;
- Reporting: The view is essential for reports on BOM accuracy, structure comparisons, and engineering change order (ECO) impact analysis, often filtered by EFFECTIVITY_CONTROL and IMPLEMENTATION_DATE.
Related Objects
The BOM_BILL_OF_MATERIALS view has direct relationships with several core BOM and inventory tables. Its primary foreign key relationships, as inferred from the BILL_SEQUENCE_ID and item/organization columns, include:
- BOM_INVENTORY_COMPONENTS / BOM_BILL_OF_MTL_COMPONENTS: These tables store the component lines for a bill. They join to BOM_BILL_OF_MATERIALS via BILL_SEQUENCE_ID.
- MTL_SYSTEM_ITEMS_B: The assembly item details are joined using ASSEMBLY_ITEM_ID and ORGANIZATION_ID.
- BOM_STRUCTURES_B: This is the base table from which the view selects data, applying the responsibility-based WHERE clause filter (e.g., FND_GLOBAL.RESP_APPL_ID = 431).
- BOM_BILL_OF_MTL_ACTIONS: Related API table for BOM transactions.
-
APPS.ENG_CHANGE_IMPORT_UTIL dependencies on BOM_STRUCTURES_B
12.2.2
-
APPS.ENG_CHANGE_IMPORT_UTIL dependencies on BOM_STRUCTURES_B
12.1.1
-
VIEW: APPS.BOM_BILL_OF_MATERIALS
12.2.2
-
VIEW: APPS.BOM_BILL_OF_MATERIALS
12.1.1
-
VIEW: APPS.PJM_UEFF_END_ITEMS_V
12.2.2
-
VIEW: APPS.PJM_UEFF_END_ITEMS_V
12.1.1
-
VIEW: BOM.BOM_BILL_OF_MATERIALS_ARCHIVE#
12.2.2
-
VIEW: BOM.BOM_STRUCTURES_B#
12.2.2
-
View: BOM_BILL_OF_MATERIALS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_OF_MATERIALS, object_name:BOM_BILL_OF_MATERIALS, status:VALID, product: BOM - Bills of Material , description: Bill of materials view , implementation_dba_data: APPS.BOM_BILL_OF_MATERIALS ,
-
View: BOM_BILL_OF_MATERIALS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_OF_MATERIALS, object_name:BOM_BILL_OF_MATERIALS, status:VALID, product: BOM - Bills of Material , description: BOM_BILL_OF_MATERIALS stores information of BOM_STRUCTURES_B which further stores information about manufacturing and engineering bills of material. Each row in this table represents a unique manufacturing or engineering bill and is identif , implementation_dba_data: APPS.BOM_BILL_OF_MATERIALS ,
-
APPS.BOM_RTG_GLOBALS dependencies on MTL_SYSTEM_ITEMS
12.2.2
-
APPS.EDW_ITEMS_M_C dependencies on MFG_LOOKUPS
12.1.1
-
APPS.BOM_RTG_GLOBALS dependencies on MTL_SYSTEM_ITEMS
12.1.1
-
APPS.BOM_GLOBALS dependencies on BOM_STRUCTURES_B
12.1.1
-
VIEW: BOM.BOM_BILL_OF_MTLS_INTERFACE#
12.2.2
-
APPS.ENG_BOM_PKG SQL Statements
12.2.2
-
APPS.BOM_GLOBALS dependencies on BOM_STRUCTURES_B
12.2.2
-
VIEW: APPS.BOM_STRUCTURE_SYNC_V
12.1.1
-
VIEW: APPS.BOM_STRUCTURE_SYNC_V
12.2.2
-
VIEW: MRP.MRP_SYSTEM_ITEMS#
12.2.2
-
APPS.INV_TRANSACTION_LOVS dependencies on MTL_SYSTEM_ITEMS_KFV
12.1.1
-
APPS.INV_TRANSACTION_LOVS dependencies on MTL_SYSTEM_ITEMS_KFV
12.2.2
-
View: EDW_ITEM_ITEMORGPF_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDW_ITEM_ITEMORGPF_LCV, object_name:EDW_ITEM_ITEMORGPF_LCV, status:VALID, product: ENG - Engineering , description: This view holds the product family item information , implementation_dba_data: APPS.EDW_ITEM_ITEMORGPF_LCV ,
-
View: EDW_ITEM_ITEMORG_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDW_ITEM_ITEMORG_LCV, object_name:EDW_ITEM_ITEMORG_LCV, status:VALID, product: ENG - Engineering , description: This view holds item - organization level information , implementation_dba_data: APPS.EDW_ITEM_ITEMORG_LCV ,
-
View: EDW_ITEM_ITEMORG_LCV
12.2.2
product: ENG - Engineering , description: This view holds item - organization level information , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.EDW_ITEM_ITEMORGPF_LCV
12.1.1
-
VIEW: APPS.EDW_ITEM_ITEMORG_LCV
12.1.1
-
View: WIP_FLOW_ASSEMBLIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_FLOW_ASSEMBLIES_V, object_name:WIP_FLOW_ASSEMBLIES_V, status:VALID, product: WIP - Work in Process , description: Flow Workstation base view. , implementation_dba_data: APPS.WIP_FLOW_ASSEMBLIES_V ,
-
View: EDW_ITEM_ITEMORGPF_LCV
12.2.2
product: ENG - Engineering , description: This view holds the product family item information , implementation_dba_data: Not implemented in this database ,
-
View: WIP_FLOW_ASSEMBLIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_FLOW_ASSEMBLIES_V, object_name:WIP_FLOW_ASSEMBLIES_V, status:VALID, product: WIP - Work in Process , description: Flow Workstation base view. , implementation_dba_data: APPS.WIP_FLOW_ASSEMBLIES_V ,
-
VIEW: APPS.WIP_FLOW_ASSEMBLIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_FLOW_ASSEMBLIES_V, object_name:WIP_FLOW_ASSEMBLIES_V, status:VALID,
-
VIEW: APPS.WIP_FLOW_ASSEMBLIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_FLOW_ASSEMBLIES_V, object_name:WIP_FLOW_ASSEMBLIES_V, status:VALID,
-
APPS.OKE_IMPORT_CONTRACT_PUB dependencies on OKE_SYSTEM_ITEMS_V
12.2.2
-
APPS.ENG_BOM_PKG SQL Statements
12.1.1
-
VIEW: APPS.BOM_PLM_EXPLOSION_TEMP
12.2.2
-
VIEW: APPS.BOM_PLM_EXPLOSION_TEMP
12.1.1
-
APPS.BOM_RTG_GLOBALS SQL Statements
12.1.1
-
View: BOM_PLM_EXPLOSION_TEMP
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_PLM_EXPLOSION_TEMP, object_name:BOM_PLM_EXPLOSION_TEMP, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.BOM_PLM_EXPLOSION_TEMP ,
-
VIEW: APPS.EAM_DIRECT_ITEMS_RECS_LITE_V
12.1.1
owner:APPS, object_type:VIEW, object_name:EAM_DIRECT_ITEMS_RECS_LITE_V, status:VALID,
-
APPS.BOM_RTG_GLOBALS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.INV_ITEM_VALIDATION
12.2.2
-
View: BOM_PLM_EXPLOSION_TEMP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_PLM_EXPLOSION_TEMP, object_name:BOM_PLM_EXPLOSION_TEMP, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.BOM_PLM_EXPLOSION_TEMP ,
-
PACKAGE BODY: APPS.INV_ITEM_VALIDATION
12.1.1
-
APPS.BOM_COPY_BILL dependencies on BOM_STRUCTURES_B
12.1.1
-
APPS.ENG_DEFAULT_REVISED_ITEM dependencies on BOM_STRUCTURES_B
12.1.1
-
APPS.ENG_DEFAULT_REVISED_ITEM dependencies on BOM_STRUCTURES_B
12.2.2
-
VIEW: APPS.WIP_FLOW_ASSEMBLIES_V
12.2.2
-
APPS.BOM_BOM_HEADER_UTIL dependencies on MTL_SYSTEM_ITEMS_B
12.2.2
-
APPS.BOM_BOM_HEADER_UTIL dependencies on MTL_SYSTEM_ITEMS_B
12.1.1
-
View: PJM_UEFF_END_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_UEFF_END_ITEMS_V, object_name:PJM_UEFF_END_ITEMS_V, status:VALID, product: PJM - Project Manufacturing , description: Unit Effective End Items view , implementation_dba_data: APPS.PJM_UEFF_END_ITEMS_V ,