Search Results customer_order_flag
Overview
APPS.BOM_STRUCTURE_SYNC_V is a reporting and integration view in Oracle E-Business Suite 12.1.1 and 12.2.2 that exposes flattened bill-of-material (BOM) explosion data joined to descriptive item attributes for both the assembly and the component. It is defined over BOM_EXPLOSIONS, the multilingual item view MTL_SYSTEM_ITEMS_VL (aliased twice, i1 for the assembly and i2 for the component), HR_ALL_ORGANIZATION_UNITS_TL, HR_ORGANIZATION_INFORMATION, and MTL_PARAMETERS. The view is primarily consumed by external planning systems, shop-floor integration, and custom reports that must synchronize a BOM structure together with the item-level flags that govern whether an item may be placed on a customer order.
The name suffix "_SYNC" reflects its intended role as a synchronization interface: consumers receive assembly, component, quantity, effectivity, and organizational context in a single flat result set rather than traversing multiple EBS entities. This is directly relevant to the user's search for "customer_order_flag", since the view surfaces both CUSTOMER_ORDER_FLAG and CUSTOMER_ORDER_ENABLED_FLAG for the assembly and the component, aliased as ASSEM_CUSTORDER_FLAG/ASSEM_CUSTORDERENABLED_FLAG and COMP_CUSORDER_FLAG/COMP_CUSTORDERENABLED_FLAG respectively.
Underlying Base Objects
The ETRM 12.2.2 metadata documents the following referenced base objects, all resolved through APPS synonyms except the item view:
- BOM_EXPLOSIONS (SYNONYM) — supplies the core structural rows: assembly_item_id, component_item_id, organization_id, plan_level, sort orders, top_item_id, bill_sequence_id, component_quantity, and effectivity/disable dates.
- MTL_SYSTEM_ITEMS_VL (VIEW) — joined twice to derive concatenated_segments, description, CUSTOMER_ORDER_FLAG, CUSTOMER_ORDER_ENABLED_FLAG, effectivity_control, bom_item_type, and primary_uom_code for the assembly and component.
- HR_ALL_ORGANIZATION_UNITS_TL (SYNONYM) — provides the operating unit name and identified operating unit.
- HR_ORGANIZATION_INFORMATION (SYNONYM) — supplies organization classification used to constrain the operating unit context.
- MTL_PARAMETERS (SYNONYM) — provides the organization_code exposed as both ORGANIZATION_CODE and ORGANIZATION_NAME.
The joins are keyed on organization_id and inventory_item_id, with the operating unit context established through HR_ALL_ORGANIZATION_UNITS_TL and HR_ORGANIZATION_INFORMATION.
Key Columns
- ASSEMBLY_ITEM_ID / COMPONENT_ITEM_ID — the item identifiers for the parent and child.
- BILL_SEQUENCE_ID / COMPONENT_SEQUENCE_ID / COMP_BILL_SEQ_ID — bill and component sequence identifiers used to trace structure.
- COMPONENT_QUANTITY — usage quantity per assembly.
- EFFECTIVITY_DATE / DISABLE_DATE — the effective window; the view filters on these conditions.
- PLAN_LEVEL / SORT_ORDER / PARENT_SORT_ORDER / EXPLODE_GROUP_ID / TOP_ITEM_ID / TOP_BILL_SEQUENCE_ID — explosion and sequencing context.
- ASSEM_CUSTORDER_FLAG / ASSEM_CUSTORDERENABLED_FLAG — customer-order eligibility for the assembly item (user's search term).
- COMP_CUSORDER_FLAG / COMP_CUSTORDERENABLED_FLAG — customer-order eligibility for the component item.
- ASSEMBLY_ITEM_NAME / COMPONENT_ITEM_NAME / descriptions — descriptive attributes from MTL_SYSTEM_ITEMS_VL.
- OPERATING_UNIT_NAME / OPERATING_UNIT_ID / ORGANIZATION_CODE — organizational context.
Common Use Cases and Queries
Typical uses include synchronizing BOM structures into external planning systems, validating that components on a bill are permitted on customer orders, and reporting organizational BOM content with item descriptions. A representative query isolating items flagged for customer orders is:
- SELECT ASSEMBLY_ITEM_NAME, COMPONENT_ITEM_NAME, COMPONENT_QUANTITY, COMP_CUSORDER_FLAG FROM APPS.BOM_STRUCTURE_SYNC_V WHERE ORGANIZATION_CODE = :org AND COMP_CUSORDER_FLAG = 'Y';
- Filter on organization_id and plan_level to restrict to a specific explosion level.
- Join back to per-assembly records using BILL_SEQUENCE_ID or COMPONENT_SEQUENCE_ID.
Because the view is not itself a table, consumers should apply predicates on organization_id and effectivity to keep result sets bounded and performant.
-
VIEW: APPS.BOM_STRUCTURE_SYNC_V
12.2.2
-
VIEW: APPS.BOM_STRUCTURE_SYNC_V
12.1.1
-
VIEW: BOM.BOM_EXPLOSIONS#
12.2.2
-
VIEW: APPS.ASO_I_ITEMS_V
12.1.1
-
VIEW: APPS.ASO_I_ITEMS_V
12.2.2
-
VIEW: BOM.BOM_CONFIG_EXPLOSIONS#
12.2.2
-
View: ASO_I_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_ITEMS_V, object_name:ASO_I_ITEMS_V, status:VALID, product: ASO - Order Capture , description: This is a view based on MTL_SYSTEM_ITEMS_VL which has System Items multilingual view with concatenated segments column , implementation_dba_data: APPS.ASO_I_ITEMS_V ,
-
View: ASO_I_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_ITEMS_V, object_name:ASO_I_ITEMS_V, status:VALID, product: ASO - Order Capture , description: This is a view based on MTL_SYSTEM_ITEMS_VL which has System Items multilingual view with concatenated segments column , implementation_dba_data: APPS.ASO_I_ITEMS_V ,
-
APPS.EGO_EBI_ITEM_LOAD SQL Statements
12.2.2
-
View: BOM_STRUCTURE_SYNC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_STRUCTURE_SYNC_V, object_name:BOM_STRUCTURE_SYNC_V, status:VALID, product: BOM - Bills of Material , description: This View is used for Structure Sync operations with external systems. Currently this is being used for Complex Product Sync with Siebel for Genesis Project , implementation_dba_data: APPS.BOM_STRUCTURE_SYNC_V ,
-
View: BOM_STRUCTURE_SYNC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_STRUCTURE_SYNC_V, object_name:BOM_STRUCTURE_SYNC_V, status:VALID, product: BOM - Bills of Material , description: This View is used for Structure Sync operations with external systems. Currently this is being used for Complex Product Sync with Siebel for Genesis Project , implementation_dba_data: APPS.BOM_STRUCTURE_SYNC_V ,
-
View: AHM_SI_MTL_ITEMS_V
12.1.1
product: AHM - Hosting Manager(Obsolete) , description: This view gives the detail of the Service Item like Name, Unit of Measure etc. , implementation_dba_data: Not implemented in this database ,
-
View: AHM_SI_MTL_ITEMS_V
12.2.2
product: AHM - Hosting Manager(Obsolete) , description: This view gives the detail of the Service Item like Name, Unit of Measure etc. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.WSH_OPSM_ASN_ITEMS_COMM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_OPSM_ASN_ITEMS_COMM_V, object_name:WSH_OPSM_ASN_ITEMS_COMM_V, status:VALID,
-
View: AHM_SVC_MTL_ITEMS_V
12.2.2
product: AHM - Hosting Manager(Obsolete) , description: This view gives the detail of the ServiceCoverage Item like Name, Unit of Measure etc. , implementation_dba_data: Not implemented in this database ,
-
APPS.BOMPNORD SQL Statements
12.2.2
-
APPS.BOMPNORD SQL Statements
12.1.1
-
VIEW: APPS.SO_CONFIG_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_CONFIG_COMPONENTS_V, object_name:SO_CONFIG_COMPONENTS_V, status:VALID,
-
VIEW: BOM.BOM_EXPLOSIONS_ALL#
12.2.2
-
VIEW: APPS.WSH_DSNO_ITEMS_COMM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_COMM_V, object_name:WSH_DSNO_ITEMS_COMM_V, status:VALID,
-
APPS.INVATTR SQL Statements
12.2.2
-
View: WSH_DSNO_ITEMS_COMM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_COMM_V, object_name:WSH_DSNO_ITEMS_COMM_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_ITEMS_COMM_V ,
-
View: AHM_SVC_MTL_ITEMS_V
12.1.1
product: AHM - Hosting Manager(Obsolete) , description: This view gives the detail of the ServiceCoverage Item like Name, Unit of Measure etc. , implementation_dba_data: Not implemented in this database ,
-
VIEW: BOM.BOM_EXPLOSIONS#
12.2.2
owner:BOM, object_type:VIEW, object_name:BOM_EXPLOSIONS#, status:VALID,
-
View: WSH_DSNO_ITEMS_COMM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_COMM_V, object_name:WSH_DSNO_ITEMS_COMM_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_ITEMS_COMM_V ,
-
APPS.INVATTR SQL Statements
12.1.1
-
VIEW: APPS.SO_CONFIG_COMPONENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_CONFIG_COMPONENTS_V, object_name:SO_CONFIG_COMPONENTS_V, status:VALID,
-
APPS.BOM_CONFIG_EXPLOSIONS_PKG SQL Statements
12.1.1
-
VIEW: APPS.WSH_DSNO_ITEMS_COMM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_COMM_V, object_name:WSH_DSNO_ITEMS_COMM_V, status:VALID,
-
TYPE: APPS.INV_EBI_ITEM_ORDER_OBJ
12.2.2
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_ORDER_OBJ, status:VALID,
-
TYPE: APPS.INV_EBI_ITEM_ORDER_OBJ
12.1.1
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_ORDER_OBJ, status:VALID,
-
APPS.BOM_CONFIG_EXPLOSIONS_PKG SQL Statements
12.2.2
-
APPS.BOM_STRUCT_SYNC_PUB SQL Statements
12.1.1
-
View: AMS_PRODUCT_MAPPING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PRODUCT_MAPPING_V, object_name:AMS_PRODUCT_MAPPING_V, status:VALID, product: AMS - Marketing , description: Product view for import. , implementation_dba_data: APPS.AMS_PRODUCT_MAPPING_V ,
-
View: OE_MTL_SYSTEM_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_MTL_SYSTEM_ITEMS_V, object_name:OE_MTL_SYSTEM_ITEMS_V, status:VALID, product: ONT - Order Management , description: No longer used , implementation_dba_data: APPS.OE_MTL_SYSTEM_ITEMS_V ,
-
VIEW: APPS.WSH_DSNO_ITEMS_COMM_V
12.2.2
-
VIEW: INV.INV_ITEM_TEMP#
12.2.2
-
VIEW: BOM.BOM_CONFIG_EXPLOSIONS#
12.2.2
owner:BOM, object_type:VIEW, object_name:BOM_CONFIG_EXPLOSIONS#, status:VALID,
-
View: AMS_PRODUCT_MAPPING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PRODUCT_MAPPING_V, object_name:AMS_PRODUCT_MAPPING_V, status:VALID, product: AMS - Marketing , description: Product view for import. , implementation_dba_data: APPS.AMS_PRODUCT_MAPPING_V ,
-
APPS.BOM_STRUCT_SYNC_PUB SQL Statements
12.2.2
-
VIEW: APPS.BOM_ODI_WS_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_ODI_WS_COMPONENTS_V, object_name:BOM_ODI_WS_COMPONENTS_V, status:VALID,
-
VIEW: APPS.WSH_DSNO_ITEMS_COMM_V
12.1.1
-
VIEW: APPS.WSH_OPSM_ASN_ITEMS_COMM_V
12.2.2
-
VIEW: APPS.AMS_PRODUCT_MAPPING_V
12.2.2
-
VIEW: APPS.OE_MTL_SYSTEM_ITEMS_V
12.1.1
-
VIEW: APPS.OE_MTL_SYSTEM_ITEMS_V
12.2.2
-
View: OE_MTL_SYSTEM_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_MTL_SYSTEM_ITEMS_V, object_name:OE_MTL_SYSTEM_ITEMS_V, status:VALID, product: ONT - Order Management , description: No longer used , implementation_dba_data: APPS.OE_MTL_SYSTEM_ITEMS_V ,
-
View: XNC_PRODUCTS_V
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: This view is to display products , implementation_dba_data: Not implemented in this database ,
-
View: XNC_PRODUCTS_V
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: This view is to display products , implementation_dba_data: Not implemented in this database ,
-
View: GMF_XLA_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_ITEMS_V, object_name:GMF_XLA_ITEMS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from Item Definition , implementation_dba_data: APPS.GMF_XLA_ITEMS_V ,