Search Results language_description
Overview
IBE_DSP_LGL_PHYS_MAP_V is an Oracle E-Business Suite (EBS) read-only view owned by the APPS schema. It belongs to the IBE (iStore) product family and is classified as a valid reporting object in both Oracle EBS 12.1.1 and 12.2.2. The view exists to present a denormalized, human-readable projection of the physical site translation mappings that iStore uses to associate content items with a legal (language) and physical site combination. Rather than requiring report authors and integration developers to join the underlying mapping, site, and language tables manually, the view supplies a single, already-joined result set.
The name of the object reflects its function: it maps legal/phys/ical site relationships for display and content localization in an iStore context. Because the view is defined WITH READ ONLY, it cannot be used to insert, update, or delete data and is intended exclusively for query, reporting, and integration extraction.
Underlying Base Objects
The ETRM metadata documents three referenced base objects for this view:
- IBE_DSP_LGL_PHYS_MAP (SYNONYM) – the driving mapping object that holds the legal/physical site to language and item associations.
- IBE_MSITES_VL (VIEW) – the multilingual, language-aware view of iStore physical sites, which provides the site name and its active date range.
- FND_LANGUAGES_VL (VIEW) – the Oracle Foundation multilingual language view, from which the translated language description is obtained.
Joins are constructed as follows. The physical site identifier JDLPM.MSITE_ID is equated to JMV.MSITE_ID, and the site record is restricted by date so that only sites where START_DATE_ACTIVE <= SYSDATE and NVL(END_DATE_ACTIVE, SYSDATE) >= SYSDATE are returned. The language lookup on FND_LANGUAGES_VL is an outer join (FLV.LANGUAGE_CODE(+) = JDLPM.LANGUAGE_CODE), so rows are preserved even when no language description matches.
Key Columns
- LGL_PHYS_MAP_ID – primary identifier of the legal/physical site mapping record.
- ATTACHMENT_ID – identifier of the attachment associated with the mapping.
- ITEM_ID – the inventory/content item identifier referenced by the mapping.
- MSITE_ID – unique identifier of the iStore physical site.
- MSITE_NAME – the translated display name of the physical site.
- DEFAULT_SITE – flag indicating whether the mapping represents the default site.
- LANGUAGE_CODE – the language code associated with the mapping.
- LANGUAGE_DESCRIPTION – the human-readable description of the language, sourced from FND_LANGUAGES_VL; this is the column most relevant to the user's search term.
- DEFAULT_LANGUAGE – flag indicating whether the language is the default for the mapping.
- CONTENT_ITEM_KEY – key that ties the mapping to a specific content item.
Common Use Cases and Queries
Typical scenarios include validating the language coverage of iStore sites, reporting which content items are published per language and site, and populating integration extracts where a readable language description is required.
- Listing all active sites with their mapped languages.
- Identifying content items that lack a default language assignment.
- Reporting duplicate or missing language mappings per item and site.
Sample query:
SELECT msite_name,
language_code,
language_description,
content_item_key
FROM apps.ibe_dsp_lgl_phys_map_v
WHERE default_language = 'Y'
ORDER BY msite_name, language_description;
Because the view is read-only and sources only current site records, it is well suited to runtime reporting and integration extraction without additional date filtering.
-
View: IBE_DSP_LGL_PHYS_MAP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_DSP_LGL_PHYS_MAP_V, object_name:IBE_DSP_LGL_PHYS_MAP_V, status:VALID, product: IBE - iStore , implementation_dba_data: APPS.IBE_DSP_LGL_PHYS_MAP_V ,
-
View: GR_ITEM_FIELD_NAME_MASKS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_FIELD_NAME_MASKS_VL, object_name:GR_ITEM_FIELD_NAME_MASKS_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Translated View of Regulatory Item Field Name Masks , implementation_dba_data: APPS.GR_ITEM_FIELD_NAME_MASKS_VL ,
-
View: AST_AGENT_SCRIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_AGENT_SCRIPTS_V, object_name:AST_AGENT_SCRIPTS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_AGENT_SCRIPTS_V ,
-
View: IBE_DSP_LGL_PHYS_MAP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_DSP_LGL_PHYS_MAP_V, object_name:IBE_DSP_LGL_PHYS_MAP_V, status:VALID, product: IBE - iStore , implementation_dba_data: APPS.IBE_DSP_LGL_PHYS_MAP_V ,
-
VIEW: APPS.GR_ITEM_FIELD_NAME_MASKS_VL
12.1.1
-
VIEW: APPS.GR_ITEM_FIELD_NAME_MASKS_VL
12.2.2
-
VIEW: APPS.JTF_DSP_LGL_PHYS_MAP_V
12.2.2
-
View: JTF_DSP_LGL_PHYS_MAP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_DSP_LGL_PHYS_MAP_V, object_name:JTF_DSP_LGL_PHYS_MAP_V, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_DSP_LGL_PHYS_MAP_V ,
-
View: JTF_DSP_LGL_PHYS_MAP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_DSP_LGL_PHYS_MAP_V, object_name:JTF_DSP_LGL_PHYS_MAP_V, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_DSP_LGL_PHYS_MAP_V ,
-
VIEW: APPS.AST_AGENT_SCRIPTS_V
12.2.2
-
View: GR_ITEM_FIELD_NAME_MASKS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_FIELD_NAME_MASKS_VL, object_name:GR_ITEM_FIELD_NAME_MASKS_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Translated View of Regulatory Item Field Name Masks , implementation_dba_data: APPS.GR_ITEM_FIELD_NAME_MASKS_VL ,
-
View: AST_AGENT_SCRIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_AGENT_SCRIPTS_V, object_name:AST_AGENT_SCRIPTS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_AGENT_SCRIPTS_V ,
-
VIEW: APPS.JTF_DSP_LGL_PHYS_MAP_V
12.1.1
-
VIEW: APPS.IBE_DSP_LGL_PHYS_MAP_V
12.1.1
-
VIEW: APPS.AST_AGENT_SCRIPTS_V
12.1.1
-
VIEW: APPS.IBE_DSP_LGL_PHYS_MAP_V
12.2.2
-
View: OTA_COMPETENCE_LANGUAGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_COMPETENCE_LANGUAGES_V, object_name:OTA_COMPETENCE_LANGUAGES_V, status:VALID, product: OTA - Learning Management , implementation_dba_data: APPS.OTA_COMPETENCE_LANGUAGES_V ,
-
View: OTA_COMPETENCE_LANGUAGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_COMPETENCE_LANGUAGES_V, object_name:OTA_COMPETENCE_LANGUAGES_V, status:VALID, product: OTA - Learning Management , implementation_dba_data: APPS.OTA_COMPETENCE_LANGUAGES_V ,
-
VIEW: APPS.OTA_COMPETENCE_LANGUAGES_V
12.1.1
-
VIEW: APPS.GR_EIN_NUMBERS_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EIN_NUMBERS_TL_V, object_name:GR_EIN_NUMBERS_TL_V, status:VALID,
-
VIEW: APPS.OTA_COMPETENCE_LANGUAGES_V
12.2.2
-
VIEW: APPS.JTF_DSP_LGL_PHYS_MAP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_DSP_LGL_PHYS_MAP_V, object_name:JTF_DSP_LGL_PHYS_MAP_V, status:VALID,
-
View: IGI_AR_ADDRESSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_AR_ADDRESSES_V, object_name:IGI_AR_ADDRESSES_V, status:VALID, product: IGI - Public Sector Financials International , description: This view displays single third party customer site information , implementation_dba_data: APPS.IGI_AR_ADDRESSES_V ,
-
VIEW: APPS.GR_ITEM_FIELD_NAME_MASKS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_FIELD_NAME_MASKS_VL, object_name:GR_ITEM_FIELD_NAME_MASKS_VL, status:VALID,
-
View: IGI_AR_ADDRESSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_AR_ADDRESSES_V, object_name:IGI_AR_ADDRESSES_V, status:VALID, product: IGI - Public Sector Financials International , description: This view displays single third party customer site information , implementation_dba_data: APPS.IGI_AR_ADDRESSES_V ,
-
VIEW: APPS.JTF_DSP_LGL_PHYS_MAP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_DSP_LGL_PHYS_MAP_V, object_name:JTF_DSP_LGL_PHYS_MAP_V, status:VALID,
-
VIEW: APPS.GR_SUB_HEADINGS_TL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_SUB_HEADINGS_TL_V, object_name:GR_SUB_HEADINGS_TL_V, status:VALID,
-
VIEW: APPS.GR_EXPOSURE_TYPES_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EXPOSURE_TYPES_TL_V, object_name:GR_EXPOSURE_TYPES_TL_V, status:VALID,
-
VIEW: APPS.GR_SAFETY_PHRASES_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_SAFETY_PHRASES_TL_V, object_name:GR_SAFETY_PHRASES_TL_V, status:VALID,
-
VIEW: APPS.GR_EUROHAZARDS_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EUROHAZARDS_TL_V, object_name:GR_EUROHAZARDS_TL_V, status:VALID,
-
VIEW: APPS.GR_RISK_PHRASES_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_RISK_PHRASES_TL_V, object_name:GR_RISK_PHRASES_TL_V, status:VALID,
-
VIEW: APPS.GR_ITEM_FIELD_NAME_MASKS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_FIELD_NAME_MASKS_VL, object_name:GR_ITEM_FIELD_NAME_MASKS_VL, status:VALID,
-
VIEW: APPS.GR_EIN_NUMBERS_TL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EIN_NUMBERS_TL_V, object_name:GR_EIN_NUMBERS_TL_V, status:VALID,
-
VIEW: APPS.GR_SUB_HEADINGS_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_SUB_HEADINGS_TL_V, object_name:GR_SUB_HEADINGS_TL_V, status:VALID,
-
VIEW: APPS.GR_MAIN_HEADINGS_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_MAIN_HEADINGS_TL_V, object_name:GR_MAIN_HEADINGS_TL_V, status:VALID,
-
VIEW: APPS.IBE_DSP_LGL_PHYS_MAP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_DSP_LGL_PHYS_MAP_V, object_name:IBE_DSP_LGL_PHYS_MAP_V, status:VALID,
-
VIEW: APPS.IBE_DSP_LGL_PHYS_MAP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_DSP_LGL_PHYS_MAP_V, object_name:IBE_DSP_LGL_PHYS_MAP_V, status:VALID,
-
VIEW: APPS.GR_TOXIC_SPECIES_TL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_TOXIC_SPECIES_TL_V, object_name:GR_TOXIC_SPECIES_TL_V, status:VALID,
-
VIEW: APPS.GR_SAFETY_PHRASES_TL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_SAFETY_PHRASES_TL_V, object_name:GR_SAFETY_PHRASES_TL_V, status:VALID,
-
VIEW: APPS.GR_EXPOSURE_TYPES_TL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EXPOSURE_TYPES_TL_V, object_name:GR_EXPOSURE_TYPES_TL_V, status:VALID,
-
VIEW: APPS.GR_OTHER_NAMES_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_OTHER_NAMES_TL_V, object_name:GR_OTHER_NAMES_TL_V, status:VALID,
-
VIEW: APPS.GR_RISK_PHRASES_TL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_RISK_PHRASES_TL_V, object_name:GR_RISK_PHRASES_TL_V, status:VALID,
-
VIEW: APPS.GR_EXPOSURE_AUTHS_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EXPOSURE_AUTHS_TL_V, object_name:GR_EXPOSURE_AUTHS_TL_V, status:VALID,
-
VIEW: APPS.GR_TOXIC_ROUTES_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_TOXIC_ROUTES_TL_V, object_name:GR_TOXIC_ROUTES_TL_V, status:VALID,
-
VIEW: APPS.GR_TOXIC_SPECIES_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_TOXIC_SPECIES_TL_V, object_name:GR_TOXIC_SPECIES_TL_V, status:VALID,
-
VIEW: APPS.GR_TOXIC_EFFECTS_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_TOXIC_EFFECTS_TL_V, object_name:GR_TOXIC_EFFECTS_TL_V, status:VALID,
-
VIEW: APPS.IGI_AR_ADDRESSES_V
12.1.1
-
VIEW: APPS.GR_TOXIC_ROUTES_TL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_TOXIC_ROUTES_TL_V, object_name:GR_TOXIC_ROUTES_TL_V, status:VALID,
-
VIEW: APPS.GR_OTHER_NAMES_TL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_OTHER_NAMES_TL_V, object_name:GR_OTHER_NAMES_TL_V, status:VALID,
-
VIEW: APPS.GR_EUROHAZARDS_TL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EUROHAZARDS_TL_V, object_name:GR_EUROHAZARDS_TL_V, status:VALID,