Search Results fe_sw_gen_lookup_id
Overview
The XDP_FE_SW_GEN_LOOKUP_TL table is a core data object within the Oracle E-Business Suite Provisioning (XDP) module. It functions as a translation table, storing multilingual descriptions for generic software lookup codes. This table is essential for supporting global deployments of Oracle EBS, enabling the user interface and reports to display lookup values in the language specified by the user's session. It plays a critical role in the software provisioning and configuration processes by providing translatable, descriptive labels for various software-related parameters and options managed within the system.
Key Information Stored
The table's structure is designed to support multilingual content linked to a base lookup identifier. The primary key is a composite of FE_SW_GEN_LOOKUP_ID and LANGUAGE, ensuring a unique entry for each language per lookup code. The FE_SW_GEN_LOOKUP_ID column is the foreign key that links to the base lookup code in the XDP_FE_SW_GEN_LOOKUP table. The LANGUAGE column stores the standard Oracle language code (e.g., 'US' for American English). The table typically includes columns for the translated description (such as MEANING or DESCRIPTION) and potentially the source language identifier (SOURCE_LANG). Standard Translation Table (TL) columns like CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN are also present for auditing.
Common Use Cases and Queries
This table is primarily accessed indirectly by the application's multi-lingual architecture. Common use cases include generating localized lists of values (LOVs) for software configuration tasks and producing provisioned service reports in a user's native language. A typical query retrieves the translated description for a specific lookup ID in the current session language. For example, to find all translations for a set of lookup codes, one might use:
- SELECT B.LOOKUP_CODE, T.MEANING, T.LANGUAGE FROM XDP_FE_SW_GEN_LOOKUP B, XDP_FE_SW_GEN_LOOKUP_TL T WHERE B.FE_SW_GEN_LOOKUP_ID = T.FE_SW_GEN_LOOKUP_ID AND B.LOOKUP_CODE IN ('CODE1', 'CODE2');
For reporting, joins typically use the condition `T.LANGUAGE = USERENV('LANG')` to filter for the session language. Data maintenance is usually performed via the application's administration screens, not via direct SQL manipulation.
Related Objects
The table has a direct and fundamental relationship with its base table, as documented in the provided metadata. The primary foreign key dependency is:
- XDP_FE_SW_GEN_LOOKUP: This is the base table that holds the core lookup codes. The column XDP_FE_SW_GEN_LOOKUP_TL.FE_SW_GEN_LOOKUP_ID references the primary key of this table. A row in XDP_FE_SW_GEN_LOOKUP can have multiple corresponding translation rows in XDP_FE_SW_GEN_LOOKUP_TL, one for each supported language.
This relationship is enforced by the foreign key constraint, ensuring data integrity. The table may also be referenced by various views within the XDP module that present localized data to the application layers.
-
Table: XDP_FE_SW_GEN_LOOKUP_TL
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FE_SW_GEN_LOOKUP_TL, object_name:XDP_FE_SW_GEN_LOOKUP_TL, status:VALID, product: XDP - Provisioning , description: Software Generic Lookup , implementation_dba_data: XDP.XDP_FE_SW_GEN_LOOKUP_TL ,
-
Table: XDP_FE_SW_GEN_LOOKUP_TL
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FE_SW_GEN_LOOKUP_TL, object_name:XDP_FE_SW_GEN_LOOKUP_TL, status:VALID, product: XDP - Provisioning , description: Software Generic Lookup , implementation_dba_data: XDP.XDP_FE_SW_GEN_LOOKUP_TL ,
-
Table: XDP_FE_SW_GEN_LOOKUP
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FE_SW_GEN_LOOKUP, object_name:XDP_FE_SW_GEN_LOOKUP, status:VALID, product: XDP - Provisioning , description: Software Generic Lookup , implementation_dba_data: XDP.XDP_FE_SW_GEN_LOOKUP ,
-
View: XDP_FE_ATTRIBUTE_DEF_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_FE_ATTRIBUTE_DEF_VL, object_name:XDP_FE_ATTRIBUTE_DEF_VL, status:VALID, product: XDP - Provisioning , description: This View shows all the Fulfillment Element Attribute Definitions , implementation_dba_data: APPS.XDP_FE_ATTRIBUTE_DEF_VL ,
-
Table: XDP_FE_GENERIC_CONFIG
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FE_GENERIC_CONFIG, object_name:XDP_FE_GENERIC_CONFIG, status:VALID, product: XDP - Provisioning , description: Fulfillment Element Generic Config definition. , implementation_dba_data: XDP.XDP_FE_GENERIC_CONFIG ,
-
Table: XDP_FE_SW_GEN_LOOKUP
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FE_SW_GEN_LOOKUP, object_name:XDP_FE_SW_GEN_LOOKUP, status:VALID, product: XDP - Provisioning , description: Software Generic Lookup , implementation_dba_data: XDP.XDP_FE_SW_GEN_LOOKUP ,
-
Table: XDP_FA_FULFILLMENT_PROC
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FA_FULFILLMENT_PROC, object_name:XDP_FA_FULFILLMENT_PROC, status:VALID, product: XDP - Provisioning , description: Fulfillment Element Fulfillment procedures , implementation_dba_data: XDP.XDP_FA_FULFILLMENT_PROC ,
-
Table: XDP_FE_GENERIC_CONFIG
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FE_GENERIC_CONFIG, object_name:XDP_FE_GENERIC_CONFIG, status:VALID, product: XDP - Provisioning , description: Fulfillment Element Generic Config definition. , implementation_dba_data: XDP.XDP_FE_GENERIC_CONFIG ,
-
Table: XDP_FE_ATTRIBUTE_DEF
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FE_ATTRIBUTE_DEF, object_name:XDP_FE_ATTRIBUTE_DEF, status:VALID, product: XDP - Provisioning , description: Fulfillment Element Attribute Definition , implementation_dba_data: XDP.XDP_FE_ATTRIBUTE_DEF ,
-
Table: XDP_FE_ATTRIBUTE_DEF
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FE_ATTRIBUTE_DEF, object_name:XDP_FE_ATTRIBUTE_DEF, status:VALID, product: XDP - Provisioning , description: Fulfillment Element Attribute Definition , implementation_dba_data: XDP.XDP_FE_ATTRIBUTE_DEF ,
-
Table: XDP_FA_FULFILLMENT_PROC
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_FA_FULFILLMENT_PROC, object_name:XDP_FA_FULFILLMENT_PROC, status:VALID, product: XDP - Provisioning , description: Fulfillment Element Fulfillment procedures , implementation_dba_data: XDP.XDP_FA_FULFILLMENT_PROC ,
-
View: XDP_FE_SW_GEN_LOOKUP_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_FE_SW_GEN_LOOKUP_VL, object_name:XDP_FE_SW_GEN_LOOKUP_VL, status:VALID, product: XDP - Provisioning , description: This View shows all the Fulfillment Element Software Generics for the Fulfillment Element Type , implementation_dba_data: APPS.XDP_FE_SW_GEN_LOOKUP_VL ,
-
View: XDP_FE_ATTRIBUTE_DEF_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_FE_ATTRIBUTE_DEF_VL, object_name:XDP_FE_ATTRIBUTE_DEF_VL, status:VALID, product: XDP - Provisioning , description: This View shows all the Fulfillment Element Attribute Definitions , implementation_dba_data: APPS.XDP_FE_ATTRIBUTE_DEF_VL ,
-
View: XDP_FE_SW_GEN_LOOKUP_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_FE_SW_GEN_LOOKUP_VL, object_name:XDP_FE_SW_GEN_LOOKUP_VL, status:VALID, product: XDP - Provisioning , description: This View shows all the Fulfillment Element Software Generics for the Fulfillment Element Type , implementation_dba_data: APPS.XDP_FE_SW_GEN_LOOKUP_VL ,