Search Results customers
The IMC_THREE_SIXTY_COLS_TL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component within the Incentive Compensation (IMC) module, specifically designed to support multilingual functionality for 360-degree column definitions. This table serves as a translation table (_TL
suffix denotes "translation") for the base table IMC_THREE_SIXTY_COLS_B
, storing language-specific labels and descriptions for columns used in 360-degree compensation views.
### **Purpose and Functional Context**
In Oracle IMC, 360-degree views provide comprehensive dashboards for compensation analysts, managers, and participants to evaluate performance metrics, quotas, and payouts. The IMC_THREE_SIXTY_COLS_TL
table ensures these columns are displayed in the user's preferred language, adhering to Oracle's multi-org and multi-lingual architecture. It stores translated text for column headers, tooltips, and other UI elements, enabling global deployments to comply with regional language requirements.
### **Table Structure and Key Columns**
The table's structure typically includes:
- COLUMN_ID
: Foreign key referencing IMC_THREE_SIXTY_COLS_B.COLUMN_ID
, linking translations to base column definitions.
- LANGUAGE
: Stores the ISO language code (e.g., 'US' for English, 'DE' for German).
- SOURCE_LANG
: Indicates the source language of the original text (usually 'US').
- COLUMN_NAME
: Translated label for the column as displayed in the UI.
- DESCRIPTION
: Optional translated description or help text.
- Standard Oracle columns like CREATED_BY
, CREATION_DATE
, and LAST_UPDATE_DATE
for auditing.
### **Integration with Oracle EBS Features**
1. **Multi-Lingual Support (NLS)**: The table leverages Oracle's National Language Support (NLS) framework, allowing dynamic rendering of UI labels based on the user's session language.
2. **Seed Data**: Predefined translations for common columns (e.g., "Earnings," "Quota") are often delivered as seed data during IMC module installation.
3. **Flexibility**: Custom translations can be added via Oracle's standard localization tools or direct SQL scripts (with caution to avoid corruption).
### **Technical Considerations**
- **Indexing**: The table is indexed on COLUMN_ID
and LANGUAGE
for efficient joins with the base table.
- **VPD/RLS**: In multi-org environments, Virtual Private Database (VPD) policies may restrict access to translations based on responsibility.
- **Upgrades**: During EBS upgrades (e.g., 12.1.1 to 12.2.2), translation data is preserved but may require reapplication if base column definitions change.
### **Common Use Cases**
- **Localization**: Adding translations for new languages during global rollouts.
- **Customization**: Modifying default labels to align with organizational terminology.
- **Troubleshooting**: Diagnosing UI display issues by verifying translation completeness.
### **Best Practices**
- Always use Oracle's Translation Editor or APIs (FND_PROGRAM
) to modify translations, avoiding direct DML.
- Audit translations post-upgrade to ensure synchronization with base column definitions.
- Test UI rendering in all supported languages to detect missing translations.
In summary, IMC_THREE_SIXTY_COLS_TL
is a foundational element for IMC's global usability, ensuring that compensation data is accessible and intelligible across diverse linguistic contexts. Its design reflects Oracle EBS's commitment to scalability and localization, making it indispensable for multinational deployments.
-
Lookup Type: AMS_SYS_ARC_QUALIFIER
12.1.1
product: IMC - Customers Online , meaning: AMS_SYS_ARC_QUALIFIER , description: System Arc Qualifier ,
-
Lookup Type: AMS_SYS_ARC_QUALIFIER
12.2.2
product: IMC - Customers Online , meaning: AMS_SYS_ARC_QUALIFIER , description: System Arc Qualifier ,
-
Lookup Type: COMPLETENESS_REPORTS
12.1.1
product: IMC - Customers Online , meaning: Data Completeness Reports for Oracle Customers Online , description: Data Completeness Reports for Oracle Customers Online ,
-
Lookup Type: COMPLETENESS_REPORTS
12.2.2
product: IMC - Customers Online , meaning: Data Completeness Reports for Oracle Customers Online , description: Data Completeness Reports for Oracle Customers Online ,
-
Lookup Type: MONTH
12.1.1
product: IMC - Customers Online , meaning: Months of a year , description: Months of a year ,
-
Lookup Type: MONTH
12.2.2
product: IMC - Customers Online , meaning: Months of a year , description: Months of a year ,
-
Lookup Type: IMC_TXN_BUSINESS_ENTITY
12.1.1
product: IMC - Customers Online , meaning: Business Entity , description: This lookup contains a list of business entities supported by the Customers Online Transaction Viewer including Party/Customer, Item, and the like ,
-
Lookup Type: IMC_TXN_BUSINESS_ENTITY
12.2.2
product: IMC - Customers Online , meaning: Business Entity , description: This lookup contains a list of business entities supported by the Customers Online Transaction Viewer including Party/Customer, Item, and the like ,
-
Table: IMC_THREE_SIXTY_COLS_TL
12.2.2
owner:IMC, object_type:TABLE, fnd_design_data:IMC.IMC_THREE_SIXTY_COLS_TL, object_name:IMC_THREE_SIXTY_COLS_TL, status:VALID, product: IMC - Customers Online , description: IMC_THREE_SIXTY_COLS_TL translation table , implementation_dba_data: IMC.IMC_THREE_SIXTY_COLS_TL ,
-
Table: IMC_THREE_SIXTY_COLS_B
12.2.2
owner:IMC, object_type:TABLE, fnd_design_data:IMC.IMC_THREE_SIXTY_COLS_B, object_name:IMC_THREE_SIXTY_COLS_B, status:VALID, product: IMC - Customers Online , description: IMC_THREE_SIXTY_COLS_B base table , implementation_dba_data: IMC.IMC_THREE_SIXTY_COLS_B ,
-
Table: IMC_THREE_SIXTY_QUERY_TL
12.2.2
owner:IMC, object_type:TABLE, fnd_design_data:IMC.IMC_THREE_SIXTY_QUERY_TL, object_name:IMC_THREE_SIXTY_QUERY_TL, status:VALID, product: IMC - Customers Online , description: IMC_THREE_SIXTY_QUERY_TL TRANSLATION TABLE , implementation_dba_data: IMC.IMC_THREE_SIXTY_QUERY_TL ,
-
Table: IMC_THREE_SIXTY_SSM_QUERY
12.2.2
owner:IMC, object_type:TABLE, fnd_design_data:IMC.IMC_THREE_SIXTY_SSM_QUERY, object_name:IMC_THREE_SIXTY_SSM_QUERY, status:VALID, product: IMC - Customers Online , description: Stores external transaction queries , implementation_dba_data: IMC.IMC_THREE_SIXTY_SSM_QUERY ,
-
Table: IMC_THREE_SIXTY_QUERY_B
12.2.2
owner:IMC, object_type:TABLE, fnd_design_data:IMC.IMC_THREE_SIXTY_QUERY_B, object_name:IMC_THREE_SIXTY_QUERY_B, status:VALID, product: IMC - Customers Online , description: IMC_THREE_SIXTY_B base table , implementation_dba_data: IMC.IMC_THREE_SIXTY_QUERY_B ,
-
Table: IMC_RECENT_ACCESSED_OBJ
12.1.1
owner:IMC, object_type:TABLE, fnd_design_data:IMC.IMC_RECENT_ACCESSED_OBJ, object_name:IMC_RECENT_ACCESSED_OBJ, status:VALID, product: IMC - Customers Online , description: Most recent IMC objects viewed by a user. , implementation_dba_data: IMC.IMC_RECENT_ACCESSED_OBJ ,
-
Table: IMC_RECENT_ACCESSED_OBJ
12.2.2
owner:IMC, object_type:TABLE, fnd_design_data:IMC.IMC_RECENT_ACCESSED_OBJ, object_name:IMC_RECENT_ACCESSED_OBJ, status:VALID, product: IMC - Customers Online , description: Most recent IMC objects viewed by a user. , implementation_dba_data: IMC.IMC_RECENT_ACCESSED_OBJ ,
-
Table: IMC_THREE_SIXTY_PARAMS
12.2.2
owner:IMC, object_type:TABLE, fnd_design_data:IMC.IMC_THREE_SIXTY_PARAMS, object_name:IMC_THREE_SIXTY_PARAMS, status:VALID, product: IMC - Customers Online , description: Stores bind parameters for the transaction queries , implementation_dba_data: IMC.IMC_THREE_SIXTY_PARAMS ,
-
Lookup Type: IMC_TXN_BE_ITEM
12.1.1
product: IMC - Customers Online , meaning: Item , description: This lookup contains transaction types related to the Item business entity ,
-
Lookup Type: IMC_YES_NO
12.2.2
product: IMC - Customers Online , meaning: IMC_YES_NO ,
-
Lookup Type: COMPL_CNT_FLEX
12.1.1
product: IMC - Customers Online , meaning: Select Attributes for Contact Flexfield Configuration , description: Select Attributes for Contact Flexfield Configuration ,
-
Lookup Type: COMPL_PER_FLEX
12.1.1
product: IMC - Customers Online , meaning: Select Attributes for Person Flexfield Configuration , description: Select Attributes for Person Flexfield Configuration ,
-
Lookup Type: IMC_TXN_BE_PARTY
12.1.1
product: IMC - Customers Online , meaning: Customer , description: This lookup contains transaction types related to the Party/Customer business entity ,
-
Lookup Type: IMC_TXN_BE_PARTY
12.2.2
product: IMC - Customers Online , meaning: Customer , description: This lookup contains transaction types related to the Party/Customer business entity ,
-
Table: IMC_OBJECT_METADATA
12.2.2
owner:IMC, object_type:TABLE, fnd_design_data:IMC.IMC_OBJECT_METADATA, object_name:IMC_OBJECT_METADATA, status:VALID, product: IMC - Customers Online , description: Metadata storage for objects, including function name, parameter name and menu information. , implementation_dba_data: IMC.IMC_OBJECT_METADATA ,
-
Lookup Type: COMPL_ORG_FLEX
12.1.1
product: IMC - Customers Online , meaning: Select Attributes for Organization Flexfield Configuration , description: Select Attributes for Organization Flexfield Configuration ,
-
Lookup Type: IMC_TXN_BE_ITEM
12.2.2
product: IMC - Customers Online , meaning: Item , description: This lookup contains transaction types related to the Item business entity ,
-
Lookup Type: COMPL_ORG_FLEX
12.2.2
product: IMC - Customers Online , meaning: Select Attributes for Organization Flexfield Configuration , description: Select Attributes for Organization Flexfield Configuration ,
-
Lookup Type: COMPL_CNT_FLEX
12.2.2
product: IMC - Customers Online , meaning: Select Attributes for Contact Flexfield Configuration , description: Select Attributes for Contact Flexfield Configuration ,
-
Lookup Type: IMC_VIS_SOL_TYPE
12.1.1
product: IMC - Customers Online , meaning: IMC_VIS_SOL_TYPE , description: Visualization solution type selection ,
-
Lookup Type: IMC_VIS_SOL_TYPE
12.2.2
product: IMC - Customers Online , meaning: IMC_VIS_SOL_TYPE , description: Visualization solution type selection ,
-
Table: IMC_THREE_SIXTY_SSM_QUERY_MAP
12.2.2
owner:IMC, object_type:TABLE, fnd_design_data:IMC.IMC_THREE_SIXTY_SSM_QUERY_MAP, object_name:IMC_THREE_SIXTY_SSM_QUERY_MAP, status:VALID, product: IMC - Customers Online , description: Stores information to map main to external transaction queries , implementation_dba_data: IMC.IMC_THREE_SIXTY_SSM_QUERY_MAP ,
-
Lookup Type: IMC_CSV_Y_OR_N
12.2.2
product: IMC - Customers Online , meaning: Import CSV Flow: Y or N values ,
-
Lookup Type: IMC_CSV_Y_OR_N
12.1.1
product: IMC - Customers Online , meaning: Import CSV Flow: Y or N values ,
-
Lookup Type: IMC_YES_NO
12.1.1
product: IMC - Customers Online , meaning: IMC_YES_NO ,
-
Lookup Type: COMPL_PER_FLEX
12.2.2
product: IMC - Customers Online , meaning: Select Attributes for Person Flexfield Configuration , description: Select Attributes for Person Flexfield Configuration ,
-
Table: IMC_OBJECT_METADATA
12.1.1
owner:IMC, object_type:TABLE, fnd_design_data:IMC.IMC_OBJECT_METADATA, object_name:IMC_OBJECT_METADATA, status:VALID, product: IMC - Customers Online , description: Metadata storage for objects, including function name, parameter name and menu information. , implementation_dba_data: IMC.IMC_OBJECT_METADATA ,
-
File: R115 IMC THREESIXTY 14-JUN-2004 V1.pdf
12.2.2
product: IMC - Customers Online , size: 1022.902 KBytes , file_type: PDF Diagram ,
-
File: R115 IMC THREESIXTY 14-JUN-2004 V1.pdf
12.1.1
product: IMC - Customers Online , size: 1022.902 KBytes , file_type: PDF Diagram ,
-
Lookup Type: IMC_RCNT_RULE_TYPE
12.1.1
product: IMC - Customers Online , meaning: IMC_RCNT_RULE_TYPE , description: Number or Date type for recently created ,
-
Lookup Type: IMC_RCNT_RULE_TYPE
12.2.2
product: IMC - Customers Online , meaning: IMC_RCNT_RULE_TYPE , description: Number or Date type for recently created ,
-
Lookup Type: IMC_CSV_CORRECT_ERRORS
12.2.2
product: IMC - Customers Online , meaning: Import CSV Flow : Correct Errors ,
-
Lookup Type: COMPL_URL
12.2.2
product: IMC - Customers Online , meaning: Select Attributes for Web , description: Select Attributes for Web ,
-
Lookup Type: IMC_PURGE_RADIO_CHOICE
12.2.2
product: IMC - Customers Online , meaning: Purge : Lookups for the Selection on Purge Creation Type ,
-
Lookup Type: IMC_PURGE_RADIO_CHOICE
12.1.1
product: IMC - Customers Online , meaning: Purge : Lookups for the Selection on Purge Creation Type ,
-
Lookup Type: COMPL_REPORT_TYPE
12.1.1
product: IMC - Customers Online , meaning: Type of Data Completeness Report , description: Type of Data Completeness Report ,
-
Lookup Type: IMC_CSV_CORRECT_ERRORS
12.1.1
product: IMC - Customers Online , meaning: Import CSV Flow : Correct Errors ,
-
Lookup Type: COMPL_URL
12.1.1
product: IMC - Customers Online , meaning: Select Attributes for Web , description: Select Attributes for Web ,
-
Lookup Type: COMPL_EMAIL
12.1.1
product: IMC - Customers Online , meaning: Select Attributes for Email , description: Select Attributes for Email ,
-
Lookup Type: ENRICH_TREND_INTERVAL
12.2.2
product: IMC - Customers Online , meaning: Trend Interval for Data Enrichment Report , description: Trend Interval for Data Enrichment Report ,
-
Lookup Type: IMC_USER_ACCESS
12.1.1
product: IMC - Customers Online , meaning: IMC_USER_ACCESS , description: Type to specify the customer access ,
-
Lookup Type: IMC_CSV_MANAGEMAP_SEARCH
12.2.2
product: IMC - Customers Online , meaning: Import CSV Flow : Mapping Search ,