Search Results bgrp_id
Overview
The OPI_EDW_PRODUCT_GROSS_MARGIN_V view is a reporting source object delivered under the OPI — Operations Intelligence product, and it is now classified as obsolete within Oracle E-Business Suite 12.1.1 and 12.2.2. Its stated purpose is to serve as the source view for the Product Gross Margin report, exposing pre-aggregated revenue and cost-of-goods-sold figures alongside the descriptive dimensions required to slice margin performance across organization, time, item, sales channel, and geography.
The view is a denormalized dimensional read model. It resolves foreign keys held in a margin fact table into the surrogate keys of the EDW conformed dimensions, allowing downstream reporting tools to join or filter on organization, calendar, item, channel, and location attributes without directly navigating the star schema. The metadata records that the object is not implemented in this database, so no runnable definition exists in the target instance; all statements below derive from the documented view text.
Underlying Base Objects
The view is defined over six documented warehouse objects. The single fact source is OPI_EDW_PERD_MARGIN_F, aliased MARGIN, which supplies the measures PROD_AMT_G (revenue) and COGS_G (cost of goods sold). It is joined to five conformed dimensions:
EDW_TIME_M(aliasTIME) — calendar/period rollups.EDW_ORGANIZATION_M(aliasORG) — operating unit and organization hierarchies.EDW_OE_SLCHNL_M(aliasSCH) — sales channel.EDW_ITEMS_M(aliasIT) — item and item-category attributes.EDW_GEOGRAPHY_M(aliasGEO) — ship-to geography.
The joins are performed on natural surrogate-key relationships: operating unit, sales channel, item revision, ship-to location, and margin period. No other base objects are documented. Because the view is unimplemented, no column-level lineage to EBS transactional tables is recorded.
Key Columns
The column list is purely dimensional keys plus two measures. Notable entries include:
- ALL_ORGS_ID, BGRP_ID, LE_ID, OU_ID, ORG_ID — organization hierarchy from the "all" node down to operating unit and inventory organization.
- ALL_TIME_ID, CAL_PERIOD_ID, CAL_QTR_ID, CAL_YEAR_ID — calendar hierarchy for period, quarter, and year reporting.
- ALL_ITEMS_ID, ITEM_CAT_ID, ITEM_ID — item hierarchy including item category and item revision.
- ALL_SCH_ID, SCH_ID — sales channel and its "all" rollup.
- ALL_LOCS_ID, LOC_ID, CITY_ID, STATE_ID, COUNTRY_ID, REGION_ID, AREA_ID — full geography hierarchy.
CITY_IDis the surrogate key for the city level, the column most commonly used when analysts filter or group margin results by city. - SALES_REVENUE and COGS — the additive measures sourced from
PROD_AMT_GandCOGS_Grespectively.
Common Use Cases and Queries
The principal use case is margin analysis by geographic and organizational dimension. A typical query aggregates revenue and COGS by city, filtered to a single operating unit and calendar year:
- Margin by city:
SELECT CITY_ID, SUM(SALES_REVENUE) REV, SUM(COGS) COGS, SUM(SALES_REVENUE - COGS) GM FROM OPI_EDW_PRODUCT_GROSS_MARGIN_V WHERE OU_ID = :ou AND CAL_YEAR_ID = :yr GROUP BY CITY_ID; - Margin by channel and category: grouping on
SCH_IDandITEM_CAT_ID. - Marginal trend: grouping on
CAL_PERIOD_IDorCAL_QTR_ID.
Because the object is obsolete and absent from the instance, these queries are illustrative of the documented shape only. Customers on 12.1.1 or 12.2.2 should confirm availability or migrate to a supported replacement before relying on it.
-
View: OPI_EDW_PRODUCT_GROSS_MARGIN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_PRODUCT_GROSS_MARGIN_V, object_name:OPI_EDW_PRODUCT_GROSS_MARGIN_V, status:VALID, product: OPI - Operations Intelligence , description: Product Gross Margin report source view , implementation_dba_data: APPS.OPI_EDW_PRODUCT_GROSS_MARGIN_V ,
-
View: OPI_EDW_PRODUCT_GROSS_MARGIN_V
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: Product Gross Margin report source view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OPI_EDW_PRODUCT_SALES_REV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_PRODUCT_SALES_REV_V, object_name:OPI_EDW_PRODUCT_SALES_REV_V, status:VALID,
-
VIEW: APPS.OPI_EDW_PRODUCT_GROSS_MARGIN_V
12.1.1
-
VIEW: APPS.OPI_EDW_PRODUCT_GROSS_MARGIN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_PRODUCT_GROSS_MARGIN_V, object_name:OPI_EDW_PRODUCT_GROSS_MARGIN_V, status:VALID,
-
View: OPI_EDW_PRODUCT_SALES_REV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_PRODUCT_SALES_REV_V, object_name:OPI_EDW_PRODUCT_SALES_REV_V, status:VALID, product: OPI - Operations Intelligence , description: Product Sales Revenue report source view , implementation_dba_data: APPS.OPI_EDW_PRODUCT_SALES_REV_V ,
-
View: OPI_EDW_PRODUCT_SALES_REV_V
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: Product Sales Revenue report source view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OPI_EDW_PRODUCT_SALES_REV_V
12.1.1
-
eTRM - OPI Tables and Views
12.1.1