Search Results ibe_msite_orgs
Overview
The IBE_MSITE_ORGS table is a core data object within the Oracle E-Business Suite (EBS) iStore (IBE) module. It functions as a mapping or junction table that defines the relationship between mini-sites and the operating units (organizations) they support. In the context of Oracle iStore, a mini-site represents a specialized, often branded, subset of the main e-commerce storefront, typically used for targeted marketing, partner storefronts, or specific product lines. This table is essential for multi-organization configurations, ensuring that transactions and data for a given mini-site are correctly processed within the appropriate legal and operational entity (org_id) as defined in the EBS inventory and financials setup.
Key Information Stored
The table's structure is designed to enforce and manage the association between a mini-site and one or more organizations. Its primary columns, as indicated by the primary and foreign key constraints, are critical for this purpose. The MSITE_ORG_ID serves as the unique surrogate primary key for each record. The MSITE_ID column is a foreign key that references the IBE_MSITES_B table, identifying the specific mini-site. The ORG_ID column holds the identifier for the operating unit (organization) that is enabled for and can transact business through the associated mini-site. The composite primary key on MSITE_ID and ORG_ID ensures that a given organization cannot be assigned to the same mini-site more than once.
Common Use Cases and Queries
A primary use case is validating and reporting on the organizational scope of a deployed mini-site. For instance, during order capture through a mini-site, the application logic will reference this table to determine the correct operating unit context. Common administrative queries include listing all organizations available for a specific mini-site or identifying all mini-sites a particular organization supports. Sample SQL patterns include:
- Fetching organizations for a mini-site:
SELECT org_id FROM ibe.ibe_msite_orgs WHERE msite_id = :p_msite_id; - Joining to get descriptive names:
SELECT ms.site_name, hou.name org_name FROM ibe.ibe_msite_orgs mo, ibe.ibe_msites_b ms, hr_operating_units hou WHERE mo.msite_id = ms.msite_id AND mo.org_id = hou.organization_id;
Related Objects
The IBE_MSITE_ORGS table has a direct and critical dependency on the IBE_MSITES_B table, which stores the master definition of the mini-sites themselves, as enforced by the documented foreign key constraint. While not explicitly listed in the provided metadata, this table is inherently linked to the core EBS organization definition via the HR_OPERATING_UNITS table (or related base tables) through the ORG_ID column. It serves as a foundational piece for iStore's multi-org architecture, and its data is likely referenced by various iStore application programming interfaces (APIs) and user interfaces responsible for configuring and managing the e-commerce storefront.
-
Table: IBE_MSITE_ORGS
12.2.2
owner:IBE, object_type:TABLE, fnd_design_data:IBE.IBE_MSITE_ORGS, object_name:IBE_MSITE_ORGS, status:VALID, product: IBE - iStore , description: Define the organizations supported by the mini-sites , implementation_dba_data: IBE.IBE_MSITE_ORGS ,
-
Table: IBE_MSITE_ORGS
12.1.1
owner:IBE, object_type:TABLE, fnd_design_data:IBE.IBE_MSITE_ORGS, object_name:IBE_MSITE_ORGS, status:VALID, product: IBE - iStore , description: Define the organizations supported by the mini-sites , implementation_dba_data: IBE.IBE_MSITE_ORGS ,
-
APPS.IBE_MSITE_GRP dependencies on IBE_MSITE_ORGS
12.1.1
-
APPS.IBE_MSITE_GRP dependencies on IBE_MSITE_ORGS
12.2.2
-
VIEW: IBE.IBE_MSITE_ORGS#
12.2.2
owner:IBE, object_type:VIEW, object_name:IBE_MSITE_ORGS#, status:VALID,
-
SYNONYM: APPS.IBE_MSITE_ORGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBE_MSITE_ORGS, status:VALID,
-
SYNONYM: APPS.IBE_MSITE_ORGS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBE_MSITE_ORGS, status:VALID,
-
VIEW: IBE.IBE_MSITE_ORGS#
12.2.2
-
TABLE: IBE.IBE_MSITE_ORGS
12.1.1
owner:IBE, object_type:TABLE, fnd_design_data:IBE.IBE_MSITE_ORGS, object_name:IBE_MSITE_ORGS, status:VALID,
-
TABLE: IBE.IBE_MSITE_ORGS
12.2.2
owner:IBE, object_type:TABLE, fnd_design_data:IBE.IBE_MSITE_ORGS, object_name:IBE_MSITE_ORGS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.IBE_MSITE_GRP dependencies on IBE_DSP_MSITE_SCT_SECTS
12.1.1
-
APPS.IBE_MSITE_GRP dependencies on IBE_DSP_MSITE_SCT_SECTS
12.2.2
-
APPS.IBE_MSITE_GRP dependencies on IBE_DSP_MSITE_SCT_ITEMS
12.1.1
-
APPS.IBE_MSITE_GRP dependencies on IBE_DSP_MSITE_SCT_ITEMS
12.2.2
-
Table: IBE_MSITES_B
12.1.1
owner:IBE, object_type:TABLE, fnd_design_data:IBE.IBE_MSITES_B, object_name:IBE_MSITES_B, status:VALID, product: IBE - iStore , description: Stores Mini Site (Specialty Stores) Information. , implementation_dba_data: IBE.IBE_MSITES_B ,
-
12.2.2 DBA Data
12.2.2
-
Table: IBE_MSITES_B
12.2.2
owner:IBE, object_type:TABLE, fnd_design_data:IBE.IBE_MSITES_B, object_name:IBE_MSITES_B, status:VALID, product: IBE - iStore , description: Stores Mini Site (Specialty Stores) Information. , implementation_dba_data: IBE.IBE_MSITES_B ,
-
APPS.IBE_MSITE_GRP dependencies on IBE_PHYSICALMAP_GRP
12.1.1
-
APPS.IBE_MSITE_GRP dependencies on IBE_PHYSICALMAP_GRP
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IBE_MSITE_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBE_MSITE_GRP, status:VALID,
-
PACKAGE BODY: APPS.IBE_MSITE_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBE_MSITE_GRP, status:VALID,
-
APPS.IBE_MSITE_GRP dependencies on IBE_MSITE_LANGUAGES
12.1.1
-
APPS.IBE_MSITE_GRP dependencies on IBE_MSITE_LANGUAGES
12.2.2
-
APPS.IBE_MSITE_GRP dependencies on IBE_MSITE_CURRENCIES
12.1.1
-
APPS.IBE_MSITE_GRP dependencies on IBE_MSITE_CURRENCIES
12.2.2
-
APPS.IBE_MSITE_GRP SQL Statements
12.2.2
-
APPS.IBE_MSITE_GRP SQL Statements
12.1.1
-
APPS.IBE_MSITE_GRP dependencies on IBE_MSITES_TL
12.2.2
-
APPS.IBE_MSITE_GRP dependencies on IBE_MSITES_TL
12.1.1
-
APPS.IBE_MSITE_GRP dependencies on IBE_MSITES_B
12.2.2
-
APPS.IBE_MSITE_GRP dependencies on IBE_MSITES_B
12.1.1
-
eTRM - IBE Tables and Views
12.2.2
description: This table stores information about supported Work Flow notifications in iStore. ,
-
eTRM - IBE Tables and Views
12.1.1
description: This table stores information about supported Work Flow notifications in iStore. ,
-
PACKAGE BODY: APPS.IBE_MSITE_GRP
12.1.1
-
PACKAGE BODY: APPS.IBE_MSITE_GRP
12.2.2
-
eTRM - IBE Tables and Views
12.2.2
description: This table stores information about supported Work Flow notifications in iStore. ,
-
eTRM - IBE Tables and Views
12.1.1
description: This table stores information about supported Work Flow notifications in iStore. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1