Search Results oe_bis_cust_sat_t2
Overview
OE_BIS_CUST_SAT_T2 is a Business Intelligence System (BIS) summary table owned by the OE (Order Entry) schema in Oracle E-Business Suite. It is a denormalized reporting structure designed to store customer sales activity and satisfaction metrics aggregated across multiple business dimensions, including set of books, legal entity, operating unit, inventory organization, item, category, customer, geography, and accounting period. The table is part of the Order Management BI infrastructure that supports Oracle Daily Business Intelligence and related analytical reporting for order entry operations.
Based on the heuristic Data Vault classification mined from its foreign key structure, this table is modeled as a standalone object. In Data Vault terms, this suggests the table functions outside a traditional hub-link-satellite chain rather than acting as a hub, link, or satellite itself. That classification reflects the fact that the only documented foreign key — LEGAL_ENTITY_ID referencing FV_LEGAL_ENTITIES — is a single outbound reference, and the table otherwise consists of pre-joined descriptive and quantitative attributes rather than normalized business keys.
Key Information Stored
The table contains 31 documented columns. The most operationally significant are:
- SET_OF_BOOKS_ID / SET_OF_BOOKS_NAME — ledger identifier and name, defining the accounting context of the summarized sales.
- LEGAL_ENTITY_ID / LEGAL_ENTITY_NAME — the legal entity responsible for the transaction. LEGAL_ENTITY_ID is the sole documented foreign key, referencing FV_LEGAL_ENTITIES.
- OPERATING_UNIT_ID / OPERATING_UNIT_NAME — the operating unit in which the sales activity originated.
- ORGANIZATION_ID / ORGANIZATION_NAME — the inventory organization associated with the item shipment or fulfillment.
- INVENTORY_ITEM_ID / INVENTORY_ITEM_NAME / ITEM_DESCRIPTION — the specific item sold and its descriptive attributes.
- CATEGORY_ID / CATEGORY_DESC — the item category used for product-line and category-level rollups.
- CUSTOMER_ID / CUSTOMER_NAME — the customer account to which the sales are attributed.
- TRANSACTION_DATE — the date of the underlying transaction, primary grain for time-series reporting.
- DEL_SALES, RET_SALES, NET_SALES — the three core measures: delivered sales, returned sales, and net sales.
- PERIOD_SET_NAME, YEAR_PERIOD, QUARTER_PERIOD, MONTH_PERIOD — the accounting calendar hierarchy enabling period-based aggregation.
- HEADER_ID, LINE_ID — order header and line references linking summaries back to the transactional order model.
- LOCATION_ID / LOCATION_CODE, AREA, COUNTRY, REGION — geographic dimensions for territory and regional analysis.
No surrogate primary key or unique business key index is documented in the ETRM metadata. The combination of dimension columns — set of books, legal entity, operating unit, organization, item, customer, and period — effectively serves as the business grain of the summary, while HEADER_ID and LINE_ID provide lineage to source order transactions.
Common Use Cases and Queries
This table typically supports sales performance dashboards, customer satisfaction analysis, and order management KPIs. Typical queries aggregate the sales measures across the descriptive dimensions:
- Net sales by customer, period, and operating unit: SELECT customer_name, month_period, SUM(net_sales) FROM oe_bis_cust_sat_t2 GROUP BY customer_name, month_period;
- Returns analysis as a percentage of delivered sales: SELECT category_desc, SUM(ret_sales)/SUM(del_sales) FROM oe_bis_cust_sat_t2 GROUP BY category_desc;
- Regional and country-level revenue rollups using AREA, COUNTRY, and REGION.
- Year-over-year comparisons by joining YEAR_PERIOD against prior-period rows.
Because the table is pre-aggregated, it is best suited to analytical reporting rather than transactional reconciliation; drill-through to order detail should use HEADER_ID and LINE_ID.
Related Objects
- FV_LEGAL_ENTITIES — referenced via OE_BIS_CUST_SAT_T2.LEGAL_ENTITY_ID; supplies legal entity attributes.
- OE_ORDER_HEADERS_ALL — source of HEADER_ID lineage to order transactions.
- OE_ORDER_LINES_ALL — source of LINE_ID lineage to order line detail.
- MTL_SYSTEM_ITEMS_B — item master referenced conceptually through INVENTORY_ITEM_ID.
- HZ_CUST_ACCOUNTS — customer master associated with CUSTOMER_ID.
- HR_OPERATING_UNITS — operating unit attributes for OPERATING_UNIT_ID.
- GL_SETS_OF_BOOKS / GL_LEDGERS — ledger definitions for SET_OF_BOOKS_ID.
- ORG_ORGANIZATION_DEFINITIONS — inventory organization attributes for ORGANIZATION_ID.
These objects provide the surrounding transactional and master-data context that the summary table abstracts into a single reporting structure.
-
Table: OE_BIS_CUST_SAT_T2
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.OE_BIS_CUST_SAT_T2, object_name:OE_BIS_CUST_SAT_T2, status:VALID, product: OE - Order Entry , implementation_dba_data: OE.OE_BIS_CUST_SAT_T2 ,
-
Table: OE_BIS_CUST_SAT_T2
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.OE_BIS_CUST_SAT_T2, object_name:OE_BIS_CUST_SAT_T2, status:VALID, product: OE - Order Entry , implementation_dba_data: OE.OE_BIS_CUST_SAT_T2 ,
-
SYNONYM: APPS.OE_BIS_CUST_SAT_T2
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_BIS_CUST_SAT_T2, status:VALID,
-
SYNONYM: APPS.OE_BIS_CUST_SAT_T2
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_BIS_CUST_SAT_T2, status:VALID,
-
VIEW: APPS.OE_BIS_CUST_SAT_V
12.2.2
-
VIEW: APPS.OE_BIS_CUST_SAT_V
12.1.1
-
VIEW: OE.OE_BIS_CUST_SAT_T2#
12.2.2
owner:OE, object_type:VIEW, object_name:OE_BIS_CUST_SAT_T2#, status:VALID,
-
VIEW: OE.OE_BIS_CUST_SAT_T2#
12.2.2
-
TABLE: OE.OE_BIS_CUST_SAT_T2
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.OE_BIS_CUST_SAT_T2, object_name:OE_BIS_CUST_SAT_T2, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
TABLE: OE.OE_BIS_CUST_SAT_T2
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.OE_BIS_CUST_SAT_T2, object_name:OE_BIS_CUST_SAT_T2, status:VALID,
-
View: OE_BIS_CUST_SAT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OE_BIS_CUST_SAT_V, object_name:OE_BIS_CUST_SAT_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.OE_BIS_CUST_SAT_V ,
-
View: OE_BIS_CUST_SAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.OE_BIS_CUST_SAT_V, object_name:OE_BIS_CUST_SAT_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.OE_BIS_CUST_SAT_V ,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.OE_BIS_CUST_SAT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OE_BIS_CUST_SAT_V, object_name:OE_BIS_CUST_SAT_V, status:VALID,
-
VIEW: APPS.OE_BIS_CUST_SAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.OE_BIS_CUST_SAT_V, object_name:OE_BIS_CUST_SAT_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.OE_BIS_CUST_SAT_SUMMARY SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OE_BIS_CUST_SAT_SUMMARY
12.1.1
-
APPS.OE_BIS_CUST_SAT_SUMMARY dependencies on OE_BIS_CUST_SAT_T
12.1.1
-
eTRM - OE Tables and Views
12.2.2
description: Temporary table ,
-
eTRM - OE Tables and Views
12.1.1
description: Temporary table ,
-
eTRM - OE Tables and Views
12.1.1
description: Temporary table ,
-
eTRM - OE Tables and Views
12.2.2
description: Temporary table ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1