Search Results org
The BOM_CTO_OSS_ORGS_LIST
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data structure used within the Configure-to-Order (CTO) and Order-to-Ship (OSS) modules. This table serves as a mapping repository that associates organizations (inventory, manufacturing, or operating units) with their respective CTO and OSS functionalities. It plays a pivotal role in enabling multi-org configurations, order orchestration, and inventory visibility across distributed supply chain operations.
Purpose and Functional Context
The primary purpose ofBOM_CTO_OSS_ORGS_LIST
is to define which organizations participate in CTO and OSS processes. In CTO implementations, where products are assembled based on customer specifications, this table ensures that the correct organizations are flagged for configuration item validation, component sourcing, and order fulfillment. For OSS, it designates organizations involved in order promising, allocation, and shipping workflows. The table acts as a control mechanism to restrict or enable specific functionalities per organization, ensuring process compliance and data integrity.
Table Structure and Key Columns
The table typically includes the following key columns:- ORGANIZATION_ID: Foreign key referencing
HR_ORGANIZATION_UNITS
orMTL_PARAMETERS
, identifying the org. - CTO_ENABLED_FLAG: Boolean (Y/N) indicating if CTO processing is active for the org.
- OSS_ENABLED_FLAG: Boolean (Y/N) indicating OSS participation.
- DEFAULT_SHIPPING_ORG_FLAG: Marks the org as a default shipping entity in OSS flows.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY: Standard Oracle audit columns.
Integration Points
BOM_CTO_OSS_ORGS_LIST
integrates with several EBS modules:
- Order Management (OM): Determines eligible orgs for CTO order lines and OSS ATP checks.
- Inventory (INV): Validates orgs for component reservations and transfers.
- Work in Process (WIP): Controls orgs where configured assemblies can be built.
- Advanced Supply Chain Planning (ASCP): Informs planning engines about CTO/OSS-enabled orgs for sourcing recommendations.
Implementation Considerations
When deploying CTO/OSS solutions in EBS 12.1.1 or 12.2.2, administrators must:- Populate this table via
BOM_CTO_OSS_ORG_PKG
APIs to maintain referential integrity. - Ensure org IDs align with
HR_ALL_ORGANIZATION_UNITS
to avoid orphaned records. - Audit flag settings post-multi-org changes (e.g., acquisitions, divestitures).
Performance and Customization
The table is frequently accessed during order entry and fulfillment. Indexes onORGANIZATION_ID
and flag columns are recommended. Customizations (e.g., adding org attributes) should extend the table via descriptive flexfields rather than direct DDL modifications to preserve upgrade compatibility.
Version-Specific Notes
In EBS 12.2.2, the table may incorporate additional columns for cloud integration or enhanced OSS features like drop-ship org tagging. However, its core functionality remains consistent with 12.1.1. Both versions rely on this table to enforce CTO/OSS business rules during order lifecycle operations. In summary,BOM_CTO_OSS_ORGS_LIST
is a foundational control table that orchestrates Configure-to-Order and Order-to-Ship processes across organizations in Oracle EBS. Proper configuration of this table is essential for accurate order promising, inventory allocation, and multi-org supply chain execution.
-
Lookup Type: CST_BREAK_BY_INV
12.2.2
product: BOM - Bills of Material , meaning: CST: Break By , description: Break By lookup type for Inventory Master Book Report ,
-
View: CST_XLA_INV_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_HEADERS_V, object_name:CST_XLA_INV_HEADERS_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_HEADERS_V ,
-
Lookup Type: CST_MOH_RULES_TRANSACTION
12.1.1
product: BOM - Bills of Material , meaning: Material Overhead Absorption Rules ,
-
Lookup Type: CST_MOH_RULES_TRANSACTION
12.2.2
product: BOM - Bills of Material , meaning: Material Overhead Absorption Rules ,
-
View: CST_XLA_INV_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_HEADERS_V, object_name:CST_XLA_INV_HEADERS_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_HEADERS_V ,
-
Lookup Type: BREAK_BY_INV
12.2.2
product: BOM - Bills of Material , meaning: BREAK_BY_INV , description: Break By parameter to run Inventory Master Book Report ,
-
Lookup Type: CST_ACCOUNTING_LINE_TYPE
12.1.1
product: BOM - Bills of Material , meaning: CST ACCOUNTING LINE TYPE ,
-
Lookup Type: CST_ACCOUNTING_LINE_TYPE
12.2.2
product: BOM - Bills of Material , meaning: CST ACCOUNTING LINE TYPE ,
-
Lookup Type: BOM_CREATECOMMON_ORG_CHOICE
12.2.2
product: BOM - Bills of Material , meaning: BOM Org Choice To Create Common Structure , description: BOM Org Choice For Self Service apps to craete common structure ,
-
Lookup Type: BOM_CREATECOMMON_ORG_CHOICE
12.1.1
product: BOM - Bills of Material , meaning: BOM Org Choice To Create Common Structure , description: BOM Org Choice For Self Service apps to craete common structure ,
-
Table: BOM_CTO_OSS_ORGS_LIST
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_CTO_OSS_ORGS_LIST, object_name:BOM_CTO_OSS_ORGS_LIST, status:VALID, product: BOM - Bills of Material , description: OSS Org List , implementation_dba_data: BOM.BOM_CTO_OSS_ORGS_LIST ,
-
Table: BOM_CTO_OSS_ORGS_LIST
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_CTO_OSS_ORGS_LIST, object_name:BOM_CTO_OSS_ORGS_LIST, status:VALID, product: BOM - Bills of Material , description: OSS Org List , implementation_dba_data: BOM.BOM_CTO_OSS_ORGS_LIST ,
-
Lookup Type: BOM_COPY_EXCEPTION_COMP_ACTION
12.1.1
product: BOM - Bills of Material , meaning: Exception components action list ,
-
Lookup Type: BOM_COPY_EXCEPTION_COMP_ACTION
12.2.2
product: BOM - Bills of Material , meaning: Exception components action list ,
-
Lookup Type: CST_MULTI_ORG_HISTORY
12.1.1
product: BOM - Bills of Material , meaning: CST MULTI ORG HISTORY ,
-
Lookup Type: CST_MULTI_ORG_HISTORY
12.2.2
product: BOM - Bills of Material , meaning: CST MULTI ORG HISTORY ,
-
Concurrent Program: CMCCOC
12.2.2
execution_filename: CMCCOC , product: BOM - Bills of Material , user_name: CMCCOC , description: Inter-org Item Cost Copy , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
View: CST_WIP_TXN_TYPE_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_WIP_TXN_TYPE_VIEW, object_name:CST_WIP_TXN_TYPE_VIEW, status:VALID, product: BOM - Bills of Material , description: Types of WIP transactions : SINGLE-ORG view , implementation_dba_data: APPS.CST_WIP_TXN_TYPE_VIEW ,
-
View: CST_WIP_TXN_TYPE_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_WIP_TXN_TYPE_VIEW, object_name:CST_WIP_TXN_TYPE_VIEW, status:VALID, product: BOM - Bills of Material , description: Types of WIP transactions : SINGLE-ORG view , implementation_dba_data: APPS.CST_WIP_TXN_TYPE_VIEW ,
-
Concurrent Program: CMCCOC
12.1.1
execution_filename: CMCCOC , product: BOM - Bills of Material , user_name: CMCCOC , description: Inter-org Item Cost Copy , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
View: CST_STD_INV_ADJ_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_STD_INV_ADJ_VIEW, object_name:CST_STD_INV_ADJ_VIEW, status:VALID, product: BOM - Bills of Material , description: Standard cost update adjustment : SINGLE-ORG view , implementation_dba_data: APPS.CST_STD_INV_ADJ_VIEW ,
-
View: CST_STD_INV_ADJ_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_STD_INV_ADJ_VIEW, object_name:CST_STD_INV_ADJ_VIEW, status:VALID, product: BOM - Bills of Material , description: Standard cost update adjustment : SINGLE-ORG view , implementation_dba_data: APPS.CST_STD_INV_ADJ_VIEW ,
-
View: CST_TOTAL_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_TOTAL_COST_VIEW, object_name:CST_TOTAL_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Total item cost view : SINGLE-ORG view , implementation_dba_data: APPS.CST_TOTAL_COST_VIEW ,
-
View: CST_TOTAL_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_TOTAL_COST_VIEW, object_name:CST_TOTAL_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Total item cost view : SINGLE-ORG view , implementation_dba_data: APPS.CST_TOTAL_COST_VIEW ,
-
View: CST_RESOURCE_COST_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_RESOURCE_COST_TYPES_V, object_name:CST_RESOURCE_COST_TYPES_V, status:VALID, product: BOM - Bills of Material , description: Resource and outside processing subelement associations with cost type : SINGLE-ORG view , implementation_dba_data: APPS.CST_RESOURCE_COST_TYPES_V ,
-
View: CST_DEPOVH_COST_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_DEPOVH_COST_TYPES_V, object_name:CST_DEPOVH_COST_TYPES_V, status:VALID, product: BOM - Bills of Material , description: Departmental overheads for cost type : SINGLE-ORG view , implementation_dba_data: APPS.CST_DEPOVH_COST_TYPES_V ,
-
View: CST_DEPOVH_COST_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_DEPOVH_COST_TYPES_V, object_name:CST_DEPOVH_COST_TYPES_V, status:VALID, product: BOM - Bills of Material , description: Departmental overheads for cost type : SINGLE-ORG view , implementation_dba_data: APPS.CST_DEPOVH_COST_TYPES_V ,
-
View: CST_RESOURCE_COST_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_RESOURCE_COST_TYPES_V, object_name:CST_RESOURCE_COST_TYPES_V, status:VALID, product: BOM - Bills of Material , description: Resource and outside processing subelement associations with cost type : SINGLE-ORG view , implementation_dba_data: APPS.CST_RESOURCE_COST_TYPES_V ,
-
View: CST_PERIOD_VALUE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PERIOD_VALUE_V, object_name:CST_PERIOD_VALUE_V, status:VALID, product: BOM - Bills of Material , description: Used by the View WIP Value form to generate temporary information : SINGLE-ORG view , implementation_dba_data: APPS.CST_PERIOD_VALUE_V ,
-
View: CST_PERIOD_VALUE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PERIOD_VALUE_V, object_name:CST_PERIOD_VALUE_V, status:VALID, product: BOM - Bills of Material , description: Used by the View WIP Value form to generate temporary information : SINGLE-ORG view , implementation_dba_data: APPS.CST_PERIOD_VALUE_V ,
-
View: CST_WIP_ENTITY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_WIP_ENTITY_VIEW, object_name:CST_WIP_ENTITY_VIEW, status:VALID, product: BOM - Bills of Material , description: WIP entity information used by the WIP Value inquiry : SINGLE-ORG view , implementation_dba_data: APPS.CST_WIP_ENTITY_VIEW ,
-
View: CST_WIP_ENTITY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_WIP_ENTITY_VIEW, object_name:CST_WIP_ENTITY_VIEW, status:VALID, product: BOM - Bills of Material , description: WIP entity information used by the WIP Value inquiry : SINGLE-ORG view , implementation_dba_data: APPS.CST_WIP_ENTITY_VIEW ,
-
View: CST_RESOURCE_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_RESOURCE_COSTS_V, object_name:CST_RESOURCE_COSTS_V, status:VALID, product: BOM - Bills of Material , description: Resource costs : SINGLE-ORG view , implementation_dba_data: APPS.CST_RESOURCE_COSTS_V ,
-
View: CST_RESOURCE_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_RESOURCE_COSTS_V, object_name:CST_RESOURCE_COSTS_V, status:VALID, product: BOM - Bills of Material , description: Resource costs : SINGLE-ORG view , implementation_dba_data: APPS.CST_RESOURCE_COSTS_V ,
-
View: CST_ACTIVITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITIES_V, object_name:CST_ACTIVITIES_V, status:VALID, product: BOM - Bills of Material , description: Activities : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITIES_V ,
-
View: CST_ROLLUP_DATE_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ROLLUP_DATE_VIEW, object_name:CST_ROLLUP_DATE_VIEW, status:VALID, product: BOM - Bills of Material , description: Cost rollup date : SINGLE-ORG view , implementation_dba_data: APPS.CST_ROLLUP_DATE_VIEW ,
-
View: CST_CODE_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CODE_COST_VIEW, object_name:CST_CODE_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by subelement : SINGLE-ORG view , implementation_dba_data: APPS.CST_CODE_COST_VIEW ,
-
View: CST_OPERATION_LEVEL_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_OPERATION_LEVEL_COST_VIEW, object_name:CST_OPERATION_LEVEL_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by level, element and operation sequence number : SINGLE-ORG view , implementation_dba_data: APPS.CST_OPERATION_LEVEL_COST_VIEW ,
-
View: CST_ACTIVITY_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_COSTS_V, object_name:CST_ACTIVITY_COSTS_V, status:VALID, product: BOM - Bills of Material , description: Activity cost by cost type : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITY_COSTS_V ,
-
View: CST_ACTIVITY_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_COST_VIEW, object_name:CST_ACTIVITY_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by activity : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITY_COST_VIEW ,
-
View: CST_CODE_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CODE_COST_VIEW, object_name:CST_CODE_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by subelement : SINGLE-ORG view , implementation_dba_data: APPS.CST_CODE_COST_VIEW ,
-
View: CST_ELEMENT_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ELEMENT_COST_VIEW, object_name:CST_ELEMENT_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by element : SINGLE-ORG view , implementation_dba_data: APPS.CST_ELEMENT_COST_VIEW ,
-
View: CST_ROLLUP_DATE_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ROLLUP_DATE_VIEW, object_name:CST_ROLLUP_DATE_VIEW, status:VALID, product: BOM - Bills of Material , description: Cost rollup date : SINGLE-ORG view , implementation_dba_data: APPS.CST_ROLLUP_DATE_VIEW ,
-
View: CST_ELEMENT_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ELEMENT_COST_VIEW, object_name:CST_ELEMENT_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by element : SINGLE-ORG view , implementation_dba_data: APPS.CST_ELEMENT_COST_VIEW ,
-
View: CST_ACTIVITY_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_COST_VIEW, object_name:CST_ACTIVITY_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by activity : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITY_COST_VIEW ,
-
View: CST_ACTIVITIES_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITIES_VAL_V, object_name:CST_ACTIVITIES_VAL_V, status:VALID, product: BOM - Bills of Material , description: Activities that are not disabled : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITIES_VAL_V ,
-
View: CST_ACTIVITIES_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITIES_VAL_V, object_name:CST_ACTIVITIES_VAL_V, status:VALID, product: BOM - Bills of Material , description: Activities that are not disabled : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITIES_VAL_V ,
-
View: CST_ACTIVITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITIES_V, object_name:CST_ACTIVITIES_V, status:VALID, product: BOM - Bills of Material , description: Activities : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITIES_V ,
-
View: CST_OPERATION_LEVEL_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_OPERATION_LEVEL_COST_VIEW, object_name:CST_OPERATION_LEVEL_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by level, element and operation sequence number : SINGLE-ORG view , implementation_dba_data: APPS.CST_OPERATION_LEVEL_COST_VIEW ,
-
View: CST_ACTIVITY_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_COSTS_V, object_name:CST_ACTIVITY_COSTS_V, status:VALID, product: BOM - Bills of Material , description: Activity cost by cost type : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITY_COSTS_V ,