Search Results per_assignment_action table
The MSD_CS_DEFINITIONS_TL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Manufacturing and Supply Chain (MSC) module, specifically within the Demand Planning (DP) and Collaborative Planning (CP) functionalities. This table stores translated definitions for various configuration setups, enabling multilingual support for user interfaces and reports. Below is a detailed analysis of its structure, purpose, and significance in Oracle EBS.
1. Table Overview
TheMSD_CS_DEFINITIONS_TL
table is part of the Oracle Manufacturing Schema (MSD
prefix) and serves as a translation table (_TL
suffix) for configuration definitions. It works in conjunction with its base table, MSD_CS_DEFINITIONS_B
, to store language-specific descriptions and labels for configuration entities. This design follows Oracle's standard multilingual architecture, where base tables store primary keys and non-translatable columns, while _TL
tables store translated text.
2. Key Columns and Structure
The table typically includes the following columns:- DEFINITION_ID: Foreign key linking to the base table (
MSD_CS_DEFINITIONS_B
). - LANGUAGE: Stores the language code (e.g., 'US' for English, 'DE' for German).
- SOURCE_LANG: Indicates the source language of the translation.
- DESCRIPTION: Translated description of the configuration entity.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY: Standard Oracle audit columns.
3. Functional Role in Oracle EBS
This table supports:- Multilingual User Interfaces: Enables display of configuration labels in the user's preferred language.
- Localized Reporting: Ensures reports and exports adhere to language preferences.
- Collaborative Planning: Facilitates cross-regional collaboration by storing translated definitions for shared planning parameters.
4. Integration with Other Modules
MSD_CS_DEFINITIONS_TL
integrates with:
- Demand Planning (DP): Translates forecast models, measures, and hierarchies.
- Supply Chain Planning (SCP): Supports multilingual definitions for supply chain models.
- Global Order Promising (GOP): Stores language-specific ATP rules and configurations.
5. Technical Considerations
- Indexing: Typically indexed on
DEFINITION_ID
andLANGUAGE
for performance. - Seed Data: Pre-populated with Oracle-delivered translations during installation.
- Customization Impact: Custom translations require careful handling during upgrades.
6. Data Maintenance
Translations are maintained via:- Oracle's Translation Console.
- Direct SQL updates (with caution).
- ADI tools for bulk loading translations.
7. Upgrade Implications
Between 12.1.1 and 12.2.2:- Table structure remains largely unchanged.
- New seed translations may be added for enhanced features.
- Custom translations must be preserved during migration.
Conclusion
TheMSD_CS_DEFINITIONS_TL
table plays a vital role in Oracle EBS's global deployment capabilities by enabling multilingual configuration management. Its proper maintenance is essential for international organizations using Demand Planning or Collaborative Planning modules. While technically a supporting table, its role in user experience and reporting localization makes it a critical component of the MSC architecture.
-
Table: MSD_CS_DEFINITIONS_TL
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_CS_DEFINITIONS_TL, object_name:MSD_CS_DEFINITIONS_TL, status:VALID, product: MSD - Demand Planning , description: This table holds translatable data for MSD_CS_DEFINITIONS. , implementation_dba_data: MSD.MSD_CS_DEFINITIONS_TL ,
-
Table: MSD_HIERARCHIES
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_HIERARCHIES, object_name:MSD_HIERARCHIES, status:VALID, product: MSD - Demand Planning , description: This table provides the Hierachies, their corresponding State (Valid or Not) and the Dimension to which it belongs. , implementation_dba_data: MSD.MSD_HIERARCHIES ,
-
Table: MSD_ST_EVENTS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_ST_EVENTS, object_name:MSD_ST_EVENTS, status:VALID, product: MSD - Demand Planning , description: Staging table for events , implementation_dba_data: MSD.MSD_ST_EVENTS ,
-
Table: MSD_ST_LEVEL_VALUES
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_ST_LEVEL_VALUES, object_name:MSD_ST_LEVEL_VALUES, status:VALID, product: MSD - Demand Planning , description: Staging table that stores all the level information; the attributes and the value. This is not stripped by the Demand Plan Id. , implementation_dba_data: MSD.MSD_ST_LEVEL_VALUES ,
-
Table: MSD_EVT_PRODUCT_DETAILS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_EVT_PRODUCT_DETAILS, object_name:MSD_EVT_PRODUCT_DETAILS, status:VALID, product: MSD - Demand Planning , description: This table is a child to the MSD_EVENT_PRODUCTS. This stores all the detail events information. , implementation_dba_data: MSD.MSD_EVT_PRODUCT_DETAILS ,
-
Table: MSD_ST_EVENT_PRODUCTS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_ST_EVENT_PRODUCTS, object_name:MSD_ST_EVENT_PRODUCTS, status:VALID, product: MSD - Demand Planning , description: Staging table for events , implementation_dba_data: MSD.MSD_ST_EVENT_PRODUCTS ,
-
Table: MSD_ST_SALES_FORECAST
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_ST_SALES_FORECAST, object_name:MSD_ST_SALES_FORECAST, status:VALID, product: MSD - Demand Planning , description: Staging table that stores the sales forecast data. , implementation_dba_data: MSD.MSD_ST_SALES_FORECAST ,
-
Table: MSD_DP_EVENTS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DP_EVENTS, object_name:MSD_DP_EVENTS, status:VALID, product: MSD - Demand Planning , description: This table stores Demand Plan related Events. , implementation_dba_data: MSD.MSD_DP_EVENTS ,
-
Table: MSD_ST_ORG_CALENDARS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_ST_ORG_CALENDARS, object_name:MSD_ST_ORG_CALENDARS, status:VALID, product: MSD - Demand Planning , description: This staging table stores Associations between Organizations and Calendars. , implementation_dba_data: MSD.MSD_ST_ORG_CALENDARS ,
-
Table: MSD_ST_CS_DATA
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_ST_CS_DATA, object_name:MSD_ST_CS_DATA, status:VALID, product: MSD - Demand Planning , description: This is staging table for Custom Stream Data. , implementation_dba_data: MSD.MSD_ST_CS_DATA ,
-
Table: MSD_CS_DEFINITIONS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_CS_DEFINITIONS, object_name:MSD_CS_DEFINITIONS, status:VALID, product: MSD - Demand Planning , description: This table stores Custom Stream Definitions , implementation_dba_data: MSD.MSD_CS_DEFINITIONS ,
-
Table: MSD_DP_CALENDARS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DP_CALENDARS, object_name:MSD_DP_CALENDARS, status:VALID, product: MSD - Demand Planning , description: This table stores Demand Plan related Calendars. , implementation_dba_data: MSD.MSD_DP_CALENDARS ,
-
Table: MSD_SCN_ENTRY_COMMENTS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_SCN_ENTRY_COMMENTS, object_name:MSD_SCN_ENTRY_COMMENTS, status:VALID, product: MSD - Demand Planning , description: This table stores the comments for scenario entries. , implementation_dba_data: MSD.MSD_SCN_ENTRY_COMMENTS ,
-
Table: MSD_DP_DIMENSIONS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DP_DIMENSIONS, object_name:MSD_DP_DIMENSIONS, status:VALID, product: MSD - Demand Planning , description: This table stores the associations between the Demand Plan User Defined Dimensions and the Real Dimensions. , implementation_dba_data: MSD.MSD_DP_DIMENSIONS ,
-
Table: MSD_ODPTIME
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_ODPTIME, object_name:MSD_ODPTIME, status:VALID, product: MSD - Demand Planning , implementation_dba_data: MSD.MSD_ODPTIME ,
-
Table: MSD_LOCAL_ID_SETUP
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_LOCAL_ID_SETUP, object_name:MSD_LOCAL_ID_SETUP, status:VALID, product: MSD - Demand Planning , description: This table is used by Legacy Collection to generate Local ID. , implementation_dba_data: MSD.MSD_LOCAL_ID_SETUP ,
-
Table: MSD_CS_CLMN_IDENTIFIERS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_CS_CLMN_IDENTIFIERS, object_name:MSD_CS_CLMN_IDENTIFIERS, status:VALID, product: MSD - Demand Planning , description: This table has Column identifiers for Custom Data Stream. , implementation_dba_data: MSD.MSD_CS_CLMN_IDENTIFIERS ,
-
Table: MSD_DP_EXPRESS_SETUP
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DP_EXPRESS_SETUP, object_name:MSD_DP_EXPRESS_SETUP, status:VALID, product: MSD - Demand Planning , description: This table stores the Express related Setup information for a Demand Plan. , implementation_dba_data: MSD.MSD_DP_EXPRESS_SETUP ,
-
Table: MSD_DP_HIERARCHIES
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DP_HIERARCHIES, object_name:MSD_DP_HIERARCHIES, status:VALID, product: MSD - Demand Planning , description: This table stores the various hierarchies that are associated to the Demand Plan. , implementation_dba_data: MSD.MSD_DP_HIERARCHIES ,
-
Table: MSD_EVENT_DETAILS
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_EVENT_DETAILS, object_name:MSD_EVENT_DETAILS, status:VALID, product: MSD - Demand Planning , implementation_dba_data: MSD.MSD_EVENT_DETAILS ,
-
Table: MSD_BOOKING_DATA
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_BOOKING_DATA, object_name:MSD_BOOKING_DATA, status:VALID, product: MSD - Demand Planning , description: Fact Table that stores the Booking Data. , implementation_dba_data: MSD.MSD_BOOKING_DATA ,
-
Table: MSD_DP_SCENARIO_ENTRIES
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DP_SCENARIO_ENTRIES, object_name:MSD_DP_SCENARIO_ENTRIES, status:VALID, product: MSD - Demand Planning , description: This fact table has all the detail scenario entry information. , implementation_dba_data: MSD.MSD_DP_SCENARIO_ENTRIES ,
-
Table: MSD_ST_SALES_FORECAST
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_ST_SALES_FORECAST, object_name:MSD_ST_SALES_FORECAST, status:VALID, product: MSD - Demand Planning , description: Staging table that stores the sales forecast data. , implementation_dba_data: MSD.MSD_ST_SALES_FORECAST ,
-
Table: MSD_CS_DATA
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_CS_DATA, object_name:MSD_CS_DATA, status:VALID, product: MSD - Demand Planning , description: This table is fact table for Custom Data Stream. , implementation_dba_data: MSD.MSD_CS_DATA ,
-
Table: MSD_ST_MFG_FORECAST
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_ST_MFG_FORECAST, object_name:MSD_ST_MFG_FORECAST, status:VALID, product: MSD - Demand Planning , description: Staging table that stores the data for manufacturing forecast. , implementation_dba_data: MSD.MSD_ST_MFG_FORECAST ,
-
Table: MSD_DEMAND_PLANS
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DEMAND_PLANS, object_name:MSD_DEMAND_PLANS, status:VALID, product: MSD - Demand Planning , description: Demand Plan definition. , implementation_dba_data: MSD.MSD_DEMAND_PLANS ,
-
Table: MSD_LEVEL_VALUES
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_LEVEL_VALUES, object_name:MSD_LEVEL_VALUES, status:VALID, product: MSD - Demand Planning , description: This table stores all the level values Information including the system generated primary key and the level value attributes. This is not stripped by the Demand Plan Id. , implementation_dba_data: MSD.MSD_LEVEL_VALUES ,
-
Table: MSD_DP_SCENARIO_INTRODUCTIONS
12.2.2
product: MSD - Demand Planning , implementation_dba_data: Not implemented in this database ,
-
Table: MSD_CS_DEFN_COLUMN_DTLS
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_CS_DEFN_COLUMN_DTLS, object_name:MSD_CS_DEFN_COLUMN_DTLS, status:VALID, product: MSD - Demand Planning , description: This table has Data Stream's Column mappings. , implementation_dba_data: MSD.MSD_CS_DEFN_COLUMN_DTLS ,
-
Table: MSD_DELETED_LEVEL_VALUES
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DELETED_LEVEL_VALUES, object_name:MSD_DELETED_LEVEL_VALUES, status:VALID, product: MSD - Demand Planning , description: This table stores all the deleted level values Information including the system generated primary key and the level value attributes. This is not stripped by the Demand Plan Id. , implementation_dba_data: MSD.MSD_DELETED_LEVEL_VALUES ,
-
Table: MSD_DP_DIMENSIONS
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DP_DIMENSIONS, object_name:MSD_DP_DIMENSIONS, status:VALID, product: MSD - Demand Planning , description: This table stores the associations between the Demand Plan User Defined Dimensions and the Real Dimensions. , implementation_dba_data: MSD.MSD_DP_DIMENSIONS ,
-
Table: MSD_ITEM_LIST_PRICE
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_ITEM_LIST_PRICE, object_name:MSD_ITEM_LIST_PRICE, status:VALID, product: MSD - Demand Planning , description: This is a fact table that stores the list price, Base UOM and the average discount for each of the Product that is used in the Demand Planning. , implementation_dba_data: MSD.MSD_ITEM_LIST_PRICE ,
-
Table: MSD_ST_ITEM_LIST_PRICE
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_ST_ITEM_LIST_PRICE, object_name:MSD_ST_ITEM_LIST_PRICE, status:VALID, product: MSD - Demand Planning , description: Staging table that stores the item information like the base UOM, list price, and average discount. , implementation_dba_data: MSD.MSD_ST_ITEM_LIST_PRICE ,
-
Table: MSD_ST_SALES_OPPORTUNITY_DATA
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_ST_SALES_OPPORTUNITY_DATA, object_name:MSD_ST_SALES_OPPORTUNITY_DATA, status:VALID, product: MSD - Demand Planning , description: Staging table that stores the sales opportunity data. , implementation_dba_data: MSD.MSD_ST_SALES_OPPORTUNITY_DATA ,
-
Table: MSD_COMMENTS
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_COMMENTS, object_name:MSD_COMMENTS, status:VALID, product: MSD - Demand Planning , description: This table stores comments for a particular scenario revision , implementation_dba_data: MSD.MSD_COMMENTS ,
-
Table: MSD_DP_EXPRESS_SETUP
12.2.2
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DP_EXPRESS_SETUP, object_name:MSD_DP_EXPRESS_SETUP, status:VALID, product: MSD - Demand Planning , description: This table stores the Express related Setup information for a Demand Plan. , implementation_dba_data: MSD.MSD_DP_EXPRESS_SETUP ,
-
Table: MSD_DP_HIERARCHIES
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DP_HIERARCHIES, object_name:MSD_DP_HIERARCHIES, status:VALID, product: MSD - Demand Planning , description: This table stores the various hierarchies that are associated to the Demand Plan. , implementation_dba_data: MSD.MSD_DP_HIERARCHIES ,
-
Table: MSD_HIERARCHY_LEVELS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_HIERARCHY_LEVELS, object_name:MSD_HIERARCHY_LEVELS, status:VALID, product: MSD - Demand Planning , description: This table provides the Level Associations within a Hierarchy for a Real Dimension. , implementation_dba_data: MSD.MSD_HIERARCHY_LEVELS ,
-
Table: MSD_DP_SCENARIO_OUTPUT_LEVELS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DP_SCENARIO_OUTPUT_LEVELS, object_name:MSD_DP_SCENARIO_OUTPUT_LEVELS, status:VALID, product: MSD - Demand Planning , description: This table specifies the levels in the various dimensions except for the time dimension at which the Scenario needs to be generated from the Oracle Express component. , implementation_dba_data: MSD.MSD_DP_SCENARIO_OUTPUT_LEVELS ,
-
Table: MSD_ORG_CALENDARS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_ORG_CALENDARS, object_name:MSD_ORG_CALENDARS, status:VALID, product: MSD - Demand Planning , description: This table stores Associations between Organizations and Calendars. , implementation_dba_data: MSD.MSD_ORG_CALENDARS ,
-
Table: MSD_DEM_ITEMS_GTT
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DEM_ITEMS_GTT, object_name:MSD_DEM_ITEMS_GTT, status:VALID, product: MSD - Demand Planning , implementation_dba_data: MSD.MSD_DEM_ITEMS_GTT ,
-
Table: MSD_UOM_CONVERSIONS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_UOM_CONVERSIONS, object_name:MSD_UOM_CONVERSIONS, status:VALID, product: MSD - Demand Planning , description: This is the fact table that stores the UOM conversions information. , implementation_dba_data: MSD.MSD_UOM_CONVERSIONS ,
-
Table: MSD_ST_MFG_FORECAST
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_ST_MFG_FORECAST, object_name:MSD_ST_MFG_FORECAST, status:VALID, product: MSD - Demand Planning , description: Staging table that stores the data for manufacturing forecast. , implementation_dba_data: MSD.MSD_ST_MFG_FORECAST ,
-
Table: MSD_ST_PRICE_LIST
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_ST_PRICE_LIST, object_name:MSD_ST_PRICE_LIST, status:VALID, product: MSD - Demand Planning , description: Staging table for price list data , implementation_dba_data: MSD.MSD_ST_PRICE_LIST ,
-
Table: MSD_DP_SCENARIO_INTRODUCTIONS
12.1.1
product: MSD - Demand Planning , implementation_dba_data: Not implemented in this database ,
-
Table: MSD_LEVELS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_LEVELS, object_name:MSD_LEVELS, status:VALID, product: MSD - Demand Planning , description: This tableI provides the Levels, their Owning Dimension. It also specifies the Level Type. The possible values for Level Type are : , implementation_dba_data: MSD.MSD_LEVELS ,
-
Table: MSD_DEM_UOM_CONVERSIONS_GTT
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DEM_UOM_CONVERSIONS_GTT, object_name:MSD_DEM_UOM_CONVERSIONS_GTT, status:VALID, product: MSD - Demand Planning , implementation_dba_data: MSD.MSD_DEM_UOM_CONVERSIONS_GTT ,
-
Table: MSD_DP_SCENARIOS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DP_SCENARIOS, object_name:MSD_DP_SCENARIOS, status:VALID, product: MSD - Demand Planning , description: This table specifies the Scenarios to be generated from a particular Demand Plan. [To actually generate this scenario from Oracle Express, an instance of this scenario needs to be created in the Demand Plan Parameters table]. , implementation_dba_data: MSD.MSD_DP_SCENARIOS ,
-
Table: MSD_DP_SCENARIO_EVENTS
12.1.1
owner:MSD, object_type:TABLE, fnd_design_data:MSD.MSD_DP_SCENARIO_EVENTS, object_name:MSD_DP_SCENARIO_EVENTS, status:VALID, product: MSD - Demand Planning , description: This tables stores the associations between a scenario and the events associated with this scenario. , implementation_dba_data: MSD.MSD_DP_SCENARIO_EVENTS ,
-
Table: MSD_NEW_PRODUCTS
12.1.1
product: MSD - Demand Planning , implementation_dba_data: Not implemented in this database ,