Search Results obj_name
Overview
APPS.BOM_BILL_OF_MATERIALS is a reportable view in the Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2 data model that exposes bill of materials (BOM) header information stored in the base table BOM_STRUCTURES_B. It presents one row per bill structure definition, keyed by assembly, organization, and alternate BOM designator, and is intended for reporting, inquiry, and integration purposes across the Bills of Material and related manufacturing modules.
The view applies a responsibility-sensitive filter at runtime through the FND_GLOBAL package. The WHERE clause restricts returned rows based on fnd_global.resp_app_id: rows are returned when resp_app_id equals 431, when resp_app_id equals -1, or when the responsibility is not 431 and the structure's effectivity control value defaults to 1 or is less than or equal to 3. Because of this dependency, query results vary by the responsibility under which the session is authenticated, and the view should be treated as an inquiry layer rather than an unrestricted table.
Underlying Base Objects
The view is defined over two documented referenced objects:
- BOM_STRUCTURES_B (SYNONYM) — the base table that physically stores bill of materials header records. All columns projected by the view originate from this table. The synonym provides the APPS-owned access path to the underlying BOM schema object.
- FND_GLOBAL (PACKAGE) — the Oracle Applications runtime package that supplies session context values, specifically fnd_global.resp_app_id, used in the view's restrictive WHERE predicate to enforce responsibility-based record visibility.
The view does not perform joins to item, resource, or component tables. It is a straight projection with a context filter over BOM_STRUCTURES_B, and it should not be confused with the component-level BOM views that expose bill lines rather than bill structures.
Key Columns
- ASSEMBLY_ITEM_ID / COMMON_ASSEMBLY_ITEM_ID — the item identifier of the assembly the bill structure describes; the common identifier provides the global (master) item reference.
- ORGANIZATION_ID / COMMON_ORGANIZATION_ID — the inventory organization that owns the bill structure and its common (master) counterpart.
- ALTERNATE_BOM_DESIGNATOR — the alternate bill designation, distinguishing multiple structures for the same assembly and organization.
- BILL_SEQUENCE_ID / COMMON_BILL_SEQUENCE_ID / SOURCE_BILL_SEQUENCE_ID — the structure's unique sequence identifiers used for referencing, commoning, and source tracking.
- ASSEMBLY_TYPE — classification of the assembly for which the bill is defined.
- STRUCTURE_TYPE_ID — identifies the structure type (for example, manufacturing or engineering) associated with the bill.
- EFFECTIVITY_CONTROL — controls date effectivity behavior and, critically, participates in the view's WHERE predicate.
- IS_PREFERRED — indicates whether this structure is the preferred bill for the assembly.
- IMPLEMENTATION_DATE, NEXT_EXPLODE_DATE, PENDING_FROM_ECN — lifecycle and engineering change data governing when the structure is effective and when it is next exploded.
- PROJECT_ID, TASK_ID — project and task associations for project-referenced bills.
- OBJ_NAME, PK1_VALUE through PK5_VALUE — generic object-name and primary key columns used by the descriptive flexfield and attachment framework. OBJ_NAME also appears directly in the view's filter logic.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — concurrent program audit columns.
- Standard WHO columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE15 — descriptive flexfield segments.
Common Use Cases and Queries
The view is commonly used to list bill structures for an organization or assembly, to identify preferred structures, to audit structure effectivity and engineering change references, and to feed integrations that require bill header data without accessing BOM_STRUCTURES_B directly. Because row visibility depends on fnd_global.resp_app_id, reports and interfaces should be executed under a responsibility whose application context satisfies the filter.
A typical query retrieving bill structures for a specific assembly and organization:
SELECT bill_sequence_id, assembly_item_id, organization_id, alternate_bom_designator, assembly_type, structure_type_id, is_preferred, implementation_date, effectivity_controlFROM apps.bom_bill_of_materialsWHERE assembly_item_id = :assembly_item_idAND organization_id = :organization_idAND alternate_bom_designator = :alternate_designator;
To identify preferred structures for an organization:
SELECT assembly_item_id, alternate_bom_designator, bill_sequence_id, implementation_dateFROM apps.bom_bill_of_materialsWHERE organization_id = :organization_idAND is_preferred = 1;
Queries returning no rows for an authorized assembly typically indicate that the executing responsibility's application identifier does not satisfy the view's context filter, rather than the absence of bill data in BOM_STRUCTURES_B.
-
INDEX: CTXSYS.DRC$OBJ_NAME
12.2.2
owner:CTXSYS, object_type:INDEX, object_name:DRC$OBJ_NAME, status:VALID,
-
INDEX: CTXSYS.DRC$OBJ_NAME
12.1.1
owner:CTXSYS, object_type:INDEX, object_name:DRC$OBJ_NAME, status:VALID,
-
VIEW: APPS.BOM_BILL_OF_MATERIALS
12.1.1
-
VIEW: APPS.BOM_BILL_OF_MATERIALS
12.2.2
-
TABLE: CTXSYS.DR$OBJECT
12.2.2
owner:CTXSYS, object_type:TABLE, object_name:DR$OBJECT, status:VALID,
-
APPS.FND_SEARCH_EVENT SQL Statements
12.1.1
-
APPS.FND_SEARCH_EVENT SQL Statements
12.2.2
-
PACKAGE: APPS.GMD_SECURITY_POLICY
12.1.1
-
VIEW: CTXSYS.CTX_OBJECTS
12.2.2
-
PACKAGE: APPS.GMD_SECURITY_POLICY
12.2.2
-
VIEW: CTXSYS.CTX_OBJECTS
12.1.1
-
TABLE: CTXSYS.DR$OBJECT
12.1.1
owner:CTXSYS, object_type:TABLE, object_name:DR$OBJECT, status:VALID,
-
APPS.FND_APPTREE SQL Statements
12.2.2
-
APPS.FND_APPTREE SQL Statements
12.1.1
-
TABLE: APPS.ENI_DBI_CO_OBJIDS_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:ENI.ENI_DBI_CO_OBJIDS_MV, object_name:ENI_DBI_CO_OBJIDS_MV, status:VALID,
-
VIEW: APPLSYS.FND_TREE_FOLDERS#
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 ,
-
MATERIALIZED VIEW: APPS.ENI_DBI_CO_OBJIDS_MV
12.1.1
-
VIEW: APPLSYS.FND_LOOKUP_ASSIGNMENTS#
12.2.2
-
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 ,
-
VIEW: APPS.BIS_OBJ_HIERARCHY_V
12.1.1
-
PACKAGE: APPS.FND_SEARCH_EVENT
12.2.2
-
VIEW: EGO.EGO_MINOR_REVISIONS#
12.2.2
-
View: RCI_FS_ACCT_EVAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.RCI_FS_ACCT_EVAL_V, object_name:RCI_FS_ACCT_EVAL_V, status:VALID, product: AMW - Internal Controls Manager , description: This View contains the definition for the Significant Accounts dimension , implementation_dba_data: APPS.RCI_FS_ACCT_EVAL_V ,
-
VIEW: APPS.RCI_FS_ACCT_EVAL_V
12.1.1
-
PACKAGE: APPS.FND_SEARCH_EVENT
12.1.1
-
VIEW: BOM.BOM_BILL_OF_MATERIALS_ARCHIVE#
12.2.2
-
APPS.GMD_SECURITY_POLICY SQL Statements
12.1.1
-
View: RCI_FS_ACCT_EVAL_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: This View contains the definition for the Significant Accounts dimension , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.BOM_INVENTORY_COMPONENTS
12.1.1
-
TABLE: APPLSYS.FND_TREE_FOLDERS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_TREE_FOLDERS, object_name:FND_TREE_FOLDERS, status:VALID,
-
PACKAGE BODY: APPS.FND_SEARCH_EVENT
12.1.1
-
APPS.OKC_CHR_KEYWORD_PVT SQL Statements
12.1.1
-
TABLE: SYS.REDEF_OBJECT$
12.2.2
owner:SYS, object_type:TABLE, object_name:REDEF_OBJECT$, status:VALID,
-
TABLE: SYS.REDEF_OBJECT$
12.1.1
owner:SYS, object_type:TABLE, object_name:REDEF_OBJECT$, status:VALID,
-
APPS.OKC_CHR_KEYWORD_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.FND_SEARCH_EVENT
12.2.2
-
TABLE: SYS.REDEF_DEP_ERROR$
12.1.1
owner:SYS, object_type:TABLE, object_name:REDEF_DEP_ERROR$, status:VALID,
-
VIEW: APPS.BOM_INVENTORY_COMPONENTS
12.2.2
-
TABLE: APPLSYS.FND_LOOKUP_ASSIGNMENTS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOOKUP_ASSIGNMENTS, object_name:FND_LOOKUP_ASSIGNMENTS, status:VALID,
-
TABLE: SYS.REDEF_DEP_ERROR$
12.2.2
owner:SYS, object_type:TABLE, object_name:REDEF_DEP_ERROR$, status:VALID,
-
VIEW: APPLSYS.FND_OBJECTS#
12.2.2
-
VIEW: BOM.BOM_STRUCTURES_B#
12.2.2
-
TABLE: APPLSYS.FND_LOOKUP_ASSIGNMENTS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOOKUP_ASSIGNMENTS, object_name:FND_LOOKUP_ASSIGNMENTS, status:VALID,
-
PACKAGE BODY: APPS.GMD_SECURITY_POLICY
12.1.1
-
APPS.AMW_PUBLIC_PKG SQL Statements
12.1.1
-
TABLE: APPLSYS.FND_TREE_FOLDERS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_TREE_FOLDERS, object_name:FND_TREE_FOLDERS, status:VALID,
-
VIEW: CTXSYS.CTX_USER_STOPLISTS
12.2.2
-
APPS.BIS_GNRL_SEARCH_ENGINE_PVT SQL Statements
12.1.1
-
PACKAGE: APPS.EDW_SEC_PKG
12.1.1