Search Results jtf_msites_b
Overview
The JTF_MSITES_B table is a core data object within the Oracle E-Business Suite CRM Foundation (JTF) module. It serves as the primary repository for storing configuration and master data related to Mini Sites, which are also referred to as Specialty Stores. In the context of Oracle EBS, particularly versions 12.1.1 and 12.2.2, a Mini Site represents a specialized, often branded, subsection of a larger online storefront or commerce application. It enables businesses to create targeted shopping experiences with specific product assortments, pricing, languages, and currencies. The table's role is to define the foundational attributes of these sites, acting as a central reference point for the storefront's display logic, personalization, and multi-currency/multi-language capabilities.
Key Information Stored
The table's primary key is the MSITE_ID, a unique identifier for each Mini Site record. Based on the documented foreign key relationships, other critical columns include STORE_ID, which links the Mini Site to its parent store in the JTF_STORES_B table. The MSITE_ROOT_SECTION_ID column references the JTF_DSP_SECTIONS_B table, indicating the root content section or catalog structure for the site. For internationalization and localization, DEFAULT_LANGUAGE_CODE and DEFAULT_CURRENCY_CODE link to FND_LANGUAGES and FND_CURRENCIES, respectively, establishing the site's base language and transactional currency. The PROFILE_ID column connects to the JTF_PERZ_PROFILE table, enabling personalized content delivery rules for the Mini Site.
Common Use Cases and Queries
A primary use case is retrieving the configuration of active Mini Sites for a specific store to drive an e-commerce portal's navigation and content rendering. Administrators may query this table to audit site setups or to generate reports on the deployment of specialty stores across the organization. Common SQL patterns involve joining to the translated table (JTF_MSITES_TL) to get the site name in a desired language and to related setup tables for currencies and languages. For instance, a basic query to list Mini Sites with their default settings might be:
- SELECT b.MSITE_ID, tl.NAME, b.DEFAULT_CURRENCY_CODE, b.DEFAULT_LANGUAGE_CODE FROM JTF.JTF_MSITES_B b, JTF.JTF_MSITES_TL tl WHERE b.MSITE_ID = tl.MSITE_ID AND tl.LANGUAGE = USERENV('LANG');
Another critical scenario involves data integrity checks, using the foreign key relationships to identify orphaned records or validate configurations before deployment.
Related Objects
The JTF_MSITES_B table has extensive relationships within the CRM Foundation schema, as documented in the ETRM. It is the parent table for numerous child entities that store supplemental Mini Site data:
- JTF_MSITES_TL: Translation table for multilingual site names (join on MSITE_ID).
- JTF_DSP_MSITE_SCT_ITEMS, JTF_DSP_MSITE_SCT_SECTS: Define the specific sections and items displayed in the Mini Site (join on MINI_SITE_ID).
- JTF_MSITE_CURRENCIES & JTF_MSITE_LANGUAGES: Store the additional currencies and languages supported beyond the defaults (join on MSITE_ID).
- JTF_MSITE_ORGS & JTF_MSITE_RESPS_B: Control organization and responsibility-based access to the Mini Site (join on MSITE_ID).
- JTF_MSITE_PRTY_ACCSS: Manages party-level access rules (join on MSITE_ID).
- JTF_DSP_LGL_PHYS_MAP: Used for content display mapping (referenced by MSITE_ID).
It also references key master data tables: JTF_STORES_B (STORE_ID), JTF_DSP_SECTIONS_B (MSITE_ROOT_SECTION_ID), FND_LANGUAGES, FND_CURRENCIES, and JTF_PERZ_PROFILE.
-
Table: JTF_MSITES_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITES_B, object_name:JTF_MSITES_B, status:VALID, product: JTF - CRM Foundation , description: Stores Mini Site (Specialty Stores) Information. , implementation_dba_data: JTF.JTF_MSITES_B ,
-
Table: JTF_MSITES_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITES_B, object_name:JTF_MSITES_B, status:VALID, product: JTF - CRM Foundation , description: Stores Mini Site (Specialty Stores) Information. , implementation_dba_data: JTF.JTF_MSITES_B ,
-
Table: JTF_MSITES_TL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITES_TL, object_name:JTF_MSITES_TL, status:VALID, product: JTF - CRM Foundation , description: Translations for JTF_MSITES_B , implementation_dba_data: JTF.JTF_MSITES_TL ,
-
Table: JTF_MSITES_TL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITES_TL, object_name:JTF_MSITES_TL, status:VALID, product: JTF - CRM Foundation , description: Translations for JTF_MSITES_B , implementation_dba_data: JTF.JTF_MSITES_TL ,
-
Table: JTF_MSITE_ORGS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_ORGS, object_name:JTF_MSITE_ORGS, status:VALID, product: JTF - CRM Foundation , description: Define the organizations supported by the mini-sites , implementation_dba_data: JTF.JTF_MSITE_ORGS ,
-
Table: JTF_STORES_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_STORES_B, object_name:JTF_STORES_B, status:VALID, product: JTF - CRM Foundation , description: Stores details of a WEB store. , implementation_dba_data: JTF.JTF_STORES_B ,
-
Table: JTF_MSITE_PRTY_ACCSS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_PRTY_ACCSS, object_name:JTF_MSITE_PRTY_ACCSS, status:VALID, product: JTF - CRM Foundation , description: Defines the parties supported by the mini-sites (Currently not used in 11.5.1) , implementation_dba_data: JTF.JTF_MSITE_PRTY_ACCSS ,
-
Table: JTF_DSP_MSITE_SCT_SECTS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_MSITE_SCT_SECTS, object_name:JTF_DSP_MSITE_SCT_SECTS, status:VALID, product: JTF - CRM Foundation , description: This table stores the association between mini-site and sections. , implementation_dba_data: JTF.JTF_DSP_MSITE_SCT_SECTS ,
-
Table: JTF_MSITE_PRTY_ACCSS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_PRTY_ACCSS, object_name:JTF_MSITE_PRTY_ACCSS, status:VALID, product: JTF - CRM Foundation , description: Defines the parties supported by the mini-sites (Currently not used in 11.5.1) , implementation_dba_data: JTF.JTF_MSITE_PRTY_ACCSS ,
-
Table: JTF_MSITE_CURRENCIES
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_CURRENCIES, object_name:JTF_MSITE_CURRENCIES, status:VALID, product: JTF - CRM Foundation , description: Stores the currencies supported by the mini-sites , implementation_dba_data: JTF.JTF_MSITE_CURRENCIES ,
-
Table: JTF_MSITE_LANGUAGES
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_LANGUAGES, object_name:JTF_MSITE_LANGUAGES, status:VALID, product: JTF - CRM Foundation , description: Stores the languages supported by the mini-sites , implementation_dba_data: JTF.JTF_MSITE_LANGUAGES ,
-
Table: JTF_DSP_MSITE_SCT_ITEMS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_MSITE_SCT_ITEMS, object_name:JTF_DSP_MSITE_SCT_ITEMS, status:VALID, product: JTF - CRM Foundation , description: This table stores the assocation between mini-site and items. , implementation_dba_data: JTF.JTF_DSP_MSITE_SCT_ITEMS ,
-
Table: JTF_MSITE_CURRENCIES
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_CURRENCIES, object_name:JTF_MSITE_CURRENCIES, status:VALID, product: JTF - CRM Foundation , description: Stores the currencies supported by the mini-sites , implementation_dba_data: JTF.JTF_MSITE_CURRENCIES ,
-
Table: JTF_MSITE_RESPS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_RESPS_B, object_name:JTF_MSITE_RESPS_B, status:VALID, product: JTF - CRM Foundation , description: Defines the responsibilities supported by the minisite , implementation_dba_data: JTF.JTF_MSITE_RESPS_B ,
-
Table: JTF_MSITE_LANGUAGES
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_LANGUAGES, object_name:JTF_MSITE_LANGUAGES, status:VALID, product: JTF - CRM Foundation , description: Stores the languages supported by the mini-sites , implementation_dba_data: JTF.JTF_MSITE_LANGUAGES ,
-
Table: JTF_DSP_LGL_PHYS_MAP
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_LGL_PHYS_MAP, object_name:JTF_DSP_LGL_PHYS_MAP, status:VALID, product: JTF - CRM Foundation , description: Stores the logical to physical media mapping based on site and language , implementation_dba_data: JTF.JTF_DSP_LGL_PHYS_MAP ,
-
Table: JTF_STORES_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_STORES_B, object_name:JTF_STORES_B, status:VALID, product: JTF - CRM Foundation , description: Stores details of a WEB store. , implementation_dba_data: JTF.JTF_STORES_B ,
-
Table: JTF_MSITE_ORGS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_ORGS, object_name:JTF_MSITE_ORGS, status:VALID, product: JTF - CRM Foundation , description: Define the organizations supported by the mini-sites , implementation_dba_data: JTF.JTF_MSITE_ORGS ,
-
Table: JTF_PERZ_PROFILE
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_PROFILE, object_name:JTF_PERZ_PROFILE, status:VALID, product: JTF - CRM Foundation , description: JTF_PERZ_PROFILE stores the personalization tag or profile for an entity. The entity could be a user, an object, a group etc. , implementation_dba_data: JTF.JTF_PERZ_PROFILE ,
-
Table: JTF_MSITE_RESPS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_RESPS_B, object_name:JTF_MSITE_RESPS_B, status:VALID, product: JTF - CRM Foundation , description: Defines the responsibilities supported by the minisite , implementation_dba_data: JTF.JTF_MSITE_RESPS_B ,
-
Table: JTF_DSP_SECTIONS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_SECTIONS_B, object_name:JTF_DSP_SECTIONS_B, status:VALID, product: JTF - CRM Foundation , description: This table stores information about the sections. , implementation_dba_data: JTF.JTF_DSP_SECTIONS_B ,
-
Table: JTF_DSP_SECTIONS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_SECTIONS_B, object_name:JTF_DSP_SECTIONS_B, status:VALID, product: JTF - CRM Foundation , description: This table stores information about the sections. , implementation_dba_data: JTF.JTF_DSP_SECTIONS_B ,
-
Table: JTF_DSP_MSITE_SCT_ITEMS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_MSITE_SCT_ITEMS, object_name:JTF_DSP_MSITE_SCT_ITEMS, status:VALID, product: JTF - CRM Foundation , description: This table stores the assocation between mini-site and items. , implementation_dba_data: JTF.JTF_DSP_MSITE_SCT_ITEMS ,
-
Table: JTF_DSP_LGL_PHYS_MAP
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_LGL_PHYS_MAP, object_name:JTF_DSP_LGL_PHYS_MAP, status:VALID, product: JTF - CRM Foundation , description: Stores the logical to physical media mapping based on site and language , implementation_dba_data: JTF.JTF_DSP_LGL_PHYS_MAP ,
-
Table: JTF_DSP_MSITE_SCT_SECTS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_MSITE_SCT_SECTS, object_name:JTF_DSP_MSITE_SCT_SECTS, status:VALID, product: JTF - CRM Foundation , description: This table stores the association between mini-site and sections. , implementation_dba_data: JTF.JTF_DSP_MSITE_SCT_SECTS ,
-
Table: JTF_PERZ_PROFILE
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_PROFILE, object_name:JTF_PERZ_PROFILE, status:VALID, product: JTF - CRM Foundation , description: JTF_PERZ_PROFILE stores the personalization tag or profile for an entity. The entity could be a user, an object, a group etc. , implementation_dba_data: JTF.JTF_PERZ_PROFILE ,
-
View: JTF_MSITES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_MSITES_VL, object_name:JTF_MSITES_VL, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_MSITES_VL ,
-
View: JTF_MSITES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_MSITES_VL, object_name:JTF_MSITES_VL, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_MSITES_VL ,