Search Results bom_alternate_designators
Overview
The BOM_ALTERNATE_DESIGNATORS table is a master reference table within the Oracle E-Business Suite Bills of Material (BOM) module. It serves as the central repository for defining and storing all valid alternate designator codes at the organization level. An alternate designator is a key identifier used to create and manage variations of standard manufacturing data. Its primary role is to enable the definition of alternate bills of material and alternate routings for the same assembly or product, providing critical flexibility in manufacturing and engineering processes. This table is foundational for supporting manufacturing scenarios where multiple production methods, component substitutions, or engineering change orders are required.
Key Information Stored
The table's structure is defined by its primary key, which consists of the ALTERNATE_DESIGNATOR_CODE and ORGANIZATION_ID. This ensures each designator code is unique within a specific inventory organization. While the provided metadata does not list all columns, the foreign key relationships indicate the table must store at minimum these two key columns. The ORGANIZATION_ID links to the MTL_PARAMETERS table, enforcing organization validity. The ALTERNATE_DESIGNATOR_CODE is the user-defined identifier (e.g., 'ENG', 'PROD', 'ALT1') that is referenced throughout manufacturing and planning transactions. The existence of a separate translation table, BOM_ALTERNATE_DESIGNATORS_TL, suggests the base table holds language-independent code and control data, while descriptive names are stored in the TL table.
Common Use Cases and Queries
A primary use case is validating and reporting on all alternate designators available for use in a given organization. This is essential for setup and maintenance tasks. Common queries include listing all designators for an organization or verifying if a specific designator exists before using it in a transaction. For example, a technical consultant might use the following SQL to audit setup:
- SELECT alternate_designator_code FROM bom_alternate_designators WHERE organization_id = :org_id ORDER BY 1;
Another critical use case is tracing where a specific alternate designator is applied. This involves joining to the BOM_BILL_OF_MATERIALS or BOM_OPERATIONAL_ROUTINGS tables to find all assemblies or routings using a particular alternate. This analysis is vital for impact assessment during changes or decommissioning of an alternate designator.
Related Objects
As documented, the BOM_ALTERNATE_DESIGNATORS table has integral relationships with several core manufacturing tables. It is referenced as a foreign key by BOM_BILL_OF_MATERIALS and BOM_STRUCTURES_B for alternate bills of material, and by BOM_OPERATIONAL_ROUTINGS and FLM_SEQ_TASK_DEMANDS for alternate routings. This enforces data integrity, ensuring that only valid, organization-specific designators can be assigned to these entities. The table has a direct parent-child relationship with MTL_PARAMETERS (for the organization) and a one-to-many relationship with its translation table, BOM_ALTERNATE_DESIGNATORS_TL. These relationships underscore its role as a controlled master list that drives configuration flexibility across the manufacturing suite.
-
Table: BOM_ALTERNATE_DESIGNATORS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_ALTERNATE_DESIGNATORS, object_name:BOM_ALTERNATE_DESIGNATORS, status:VALID, product: BOM - Bills of Material , description: Alternate designators , implementation_dba_data: BOM.BOM_ALTERNATE_DESIGNATORS ,
-
Table: BOM_ALTERNATE_DESIGNATORS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_ALTERNATE_DESIGNATORS, object_name:BOM_ALTERNATE_DESIGNATORS, status:VALID, product: BOM - Bills of Material , description: Alternate designators , implementation_dba_data: BOM.BOM_ALTERNATE_DESIGNATORS ,
-
Table: BOM_ALTERNATE_DESIGNATORS_TL
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_ALTERNATE_DESIGNATORS_TL, object_name:BOM_ALTERNATE_DESIGNATORS_TL, status:VALID, product: BOM - Bills of Material , description: Alternate Designators Translation table , implementation_dba_data: BOM.BOM_ALTERNATE_DESIGNATORS_TL ,
-
Table: BOM_ALTERNATE_DESIGNATORS_TL
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_ALTERNATE_DESIGNATORS_TL, object_name:BOM_ALTERNATE_DESIGNATORS_TL, status:VALID, product: BOM - Bills of Material , description: Alternate Designators Translation table , implementation_dba_data: BOM.BOM_ALTERNATE_DESIGNATORS_TL ,
-
View: BOMBV_ALTERNATE_BOM_CODES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_ALTERNATE_BOM_CODES, object_name:BOMBV_ALTERNATE_BOM_CODES, status:VALID, product: BOM - Bills of Material , description: This shows codes(designators) which can be used to define alternate , implementation_dba_data: APPS.BOMBV_ALTERNATE_BOM_CODES ,
-
View: BOMFV_ALTERNATE_BOM_CODES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_ALTERNATE_BOM_CODES, object_name:BOMFV_ALTERNATE_BOM_CODES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_ALTERNATE_BOM_CODES ,
-
View: BOM_BILL_ALTERNATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_ALTERNATES_V, object_name:BOM_BILL_ALTERNATES_V, status:VALID, product: BOM - Bills of Material , description: BOM_BILL_ALTERNATES_V resolves all foreign key references for the table BOM_BILL_ALTERNATES , implementation_dba_data: APPS.BOM_BILL_ALTERNATES_V ,
-
View: BOM_BILL_ALTERNATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_ALTERNATES_V, object_name:BOM_BILL_ALTERNATES_V, status:VALID, product: BOM - Bills of Material , description: BOM_BILL_ALTERNATES_V resolves all foreign key references for the table BOM_BILL_ALTERNATES , implementation_dba_data: APPS.BOM_BILL_ALTERNATES_V ,
-
View: BOM_ROUTING_ALTERNATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_ROUTING_ALTERNATES_V, object_name:BOM_ROUTING_ALTERNATES_V, status:VALID, product: BOM - Bills of Material , description: BOM_ROUTING_ALTERNATES_V resolves all foreign key references for the table BOM_ROUTING_ALTERNATES , implementation_dba_data: APPS.BOM_ROUTING_ALTERNATES_V ,
-
View: BOM_ROUTING_ALTERNATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_ROUTING_ALTERNATES_V, object_name:BOM_ROUTING_ALTERNATES_V, status:VALID, product: BOM - Bills of Material , description: BOM_ROUTING_ALTERNATES_V resolves all foreign key references for the table BOM_ROUTING_ALTERNATES , implementation_dba_data: APPS.BOM_ROUTING_ALTERNATES_V ,
-
View: BOMFV_ALTERNATE_BOM_CODES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_ALTERNATE_BOM_CODES, object_name:BOMFV_ALTERNATE_BOM_CODES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_ALTERNATE_BOM_CODES ,
-
Table: BOM_BILL_OF_MATERIALS
12.1.1
product: BOM - Bills of Material , description: Bills of material , implementation_dba_data: Not implemented in this database ,
-
View: BOM_ALT_DESIGNATORS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_ALT_DESIGNATORS_VAL_V, object_name:BOM_ALT_DESIGNATORS_VAL_V, status:VALID, product: BOM - Bills of Material , description: View for bill/routing alternates list of values - only enabled records , implementation_dba_data: APPS.BOM_ALT_DESIGNATORS_VAL_V ,
-
View: BOMBV_ALTERNATE_BOM_CODES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_ALTERNATE_BOM_CODES, object_name:BOMBV_ALTERNATE_BOM_CODES, status:VALID, product: BOM - Bills of Material , description: This shows codes(designators) which can be used to define alternate , implementation_dba_data: APPS.BOMBV_ALTERNATE_BOM_CODES ,
-
View: BOM_ALT_DESIGNATORS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_ALT_DESIGNATORS_ALL_V, object_name:BOM_ALT_DESIGNATORS_ALL_V, status:VALID, product: BOM - Bills of Material , description: View for bill/routing alternates list of values - all records , implementation_dba_data: APPS.BOM_ALT_DESIGNATORS_ALL_V ,
-
View: BOM_ALT_DESIGNATORS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_ALT_DESIGNATORS_ALL_V, object_name:BOM_ALT_DESIGNATORS_ALL_V, status:VALID, product: BOM - Bills of Material , description: View for bill/routing alternates list of values - all records , implementation_dba_data: APPS.BOM_ALT_DESIGNATORS_ALL_V ,
-
Table: BOM_BILL_OF_MATERIALS
12.2.2
product: BOM - Bills of Material , description: Bills of material , implementation_dba_data: Not implemented in this database ,
-
View: CSTFV_COST_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_COST_TYPES, object_name:CSTFV_COST_TYPES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_COST_TYPES ,
-
Table: BOM_OPERATIONAL_ROUTINGS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATIONAL_ROUTINGS, object_name:BOM_OPERATIONAL_ROUTINGS, status:VALID, product: BOM - Bills of Material , description: Routings , implementation_dba_data: BOM.BOM_OPERATIONAL_ROUTINGS ,
-
Table: BOM_OPERATIONAL_ROUTINGS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATIONAL_ROUTINGS, object_name:BOM_OPERATIONAL_ROUTINGS, status:VALID, product: BOM - Bills of Material , description: Routings , implementation_dba_data: BOM.BOM_OPERATIONAL_ROUTINGS ,
-
View: CSTFV_COST_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_COST_TYPES, object_name:CSTFV_COST_TYPES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_COST_TYPES ,
-
View: BOM_ALT_DESIGNATORS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_ALT_DESIGNATORS_VAL_V, object_name:BOM_ALT_DESIGNATORS_VAL_V, status:VALID, product: BOM - Bills of Material , description: View for bill/routing alternates list of values - only enabled records , implementation_dba_data: APPS.BOM_ALT_DESIGNATORS_VAL_V ,
-
Table: BOM_STRUCTURES_B
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_STRUCTURES_B, object_name:BOM_STRUCTURES_B, status:VALID, product: BOM - Bills of Material , description: Bills of material , implementation_dba_data: BOM.BOM_STRUCTURES_B ,
-
Table: BOM_STRUCTURES_B
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_STRUCTURES_B, object_name:BOM_STRUCTURES_B, status:VALID, product: BOM - Bills of Material , description: Bills of material , implementation_dba_data: BOM.BOM_STRUCTURES_B ,
-
View: BOM_ALTERNATE_DESIGNATORS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_ALTERNATE_DESIGNATORS_VL, object_name:BOM_ALTERNATE_DESIGNATORS_VL, status:VALID, product: BOM - Bills of Material , description: This is a view over alternate designator code base table and translation table , implementation_dba_data: APPS.BOM_ALTERNATE_DESIGNATORS_VL ,
-
View: BOM_ALTERNATE_DESIGNATORS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_ALTERNATE_DESIGNATORS_VL, object_name:BOM_ALTERNATE_DESIGNATORS_VL, status:VALID, product: BOM - Bills of Material , description: This is a view over alternate designator code base table and translation table , implementation_dba_data: APPS.BOM_ALTERNATE_DESIGNATORS_VL ,