Search Results bic_party_summ
Overview
BIC_PARTY_SUMM is a table owned by the BIC schema (Customer Intelligence), classified in the ETRM metadata as part of an obsolete module in Oracle E-Business Suite 12.1.1 and 12.2.2. Its documented purpose is to transpose the rows of the underlying Customer Summary table into columns, producing a flattened, denormalized structure for matrix-style reporting against org-striped measures. In effect, it pre-aggregates customer-level metrics across a reporting period and a business unit, so that downstream reports and analytics can retrieve a wide row of measures for a single party instead of pivoting a narrow result set at query time.
Following the heuristic Data Vault classification mined from the foreign-key structure, this table is satellite-leaning. That is a modeling suggestion rather than a documented designation: the table behaves as a descriptive satellite keyed by a business key (party and period), carrying measured attributes rather than defining a hub or resolving a many-to-many link. It does not act as a party master; the party identity itself is owned elsewhere and referenced here.
Key Information Stored
The table contains 90 documented columns, of which a representative subset carries the analytical payload. The business key is defined by the unique index BIC_PARTY_SUMM_U1 across (PERIOD_START_DATE, PARTY_ID, ORG_ID); there is no separate surrogate primary key documented, so this composite key identifies a row. PARTY_ID is the foreign key to HZ_PARTIES, ORG_ID identifies the operating unit or organization stripe, and PERIOD_START_DATE fixes the reporting period.
The most significant measure columns include:
- Customer relationship and loyalty indicators: LOYALTY, SATISFACTION, ASSOCIATION_YRS, MARKET_SEGMENT_ID, PROFITABILITY.
- Order and fulfillment measures: ORDER_AMT, ORDER_QTY, ORDER_NUM, ORDER_LINES_DELIVERED, ORDER_LINES_ONTIME, ONTIME_SHIP_PCT, OL_DEL_VALUE, OL_ONTIME_VALUE, ONTIME_VALUE_PCT.
- Financial and returns measures: SALES, COGS, PAYMENTS, ONTIME_PAYMENTS, ON_TIME_PAYMENT_RATE, RETURNS, RETURN_QTY, RETURN_BY_VALUE, RETURN_BY_VALUE_PCT.
- Service and support measures: SRS_LOGGED, CLOSED_SRS, OPEN_SRS, ESC_SRS, REOPENED_SRS, NO_OF_COMPLAINTS, NO_OF_INTERACTIONS, INTERACTIONS, AVG_SR_RESPONSE_TIME, AVG_SR_RESL_TIME, TOTAL_HOLD_TIME, CALLS, CALL_LENGTH.
- Contract measures: CONTRACT_AMT, CONTRACT_DURATION, OPEN_CONTRACTS, NEW_CONTRACTS, RENEWED_CONTRACTS, INACTIVE_CONTRACTS, CONTRACTS_CUML.
Standard WHO columns and concurrency fields are also present (LAST_UPDATE_DATE, CREATION_DATE, LAST_UPDATED_BY, CREATED_BY, LAST_UPDATE_LOGIN), together with SECURITY_GROUP_ID, which references FND_SECURITY_GROUPS and supports multi-tenant data segregation, and request-tracking columns (REQUEST_ID, PROGRAM_ID, PROGRAM_APPLICATION_ID, PROGRAM_UPDATE_DATE) that identify the concurrent program that populated each row.
Common Use Cases and Queries
Because the table is period-striped, the typical access pattern filters on a party, a date range, and an organization. A representative query retrieving a customer scorecard follows this shape:
SELECT PERIOD_START_DATE, ORG_ID, SALES, ORDER_AMT, CLOSED_SRS, ONTIME_SHIP_PCT FROM BIC.BIC_PARTY_SUMM WHERE PARTY_ID = :p_party_id AND PERIOD_START_DATE BETWEEN :p_from AND :p_to ORDER BY PERIOD_START_DATE;- Segment-level trending: aggregate SALES, PROFITABILITY, and RETURNS by PERIOD_START_DATE for a MARKET_SEGMENT_ID to produce period-over-period performance reports.
- Supplier or customer scorecards: combine the SF_ prefixed survey scores (SF_BILLING, SF_CONTRACT, SF_QUALITY, SF_SERVICE, SF_SHIPMENT) with LOYALTY and SATISFACTION for executive dashboards.
- Operational service reporting: rank parties by AVG_SR_RESPONSE_TIME, AVG_SR_RESL_TIME, or PERCT_CALL_REWORK within an ORG_ID to identify problem accounts.
All queries must respect SECURITY_GROUP_ID to avoid cross-organization leakage in a multi-org deployment.
Related Objects
- HZ_PARTIES — joined on BIC_PARTY_SUMM.PARTY_ID = HZ_PARTIES.PARTY_ID; supplies party name, number, and classification attributes.
- FND_SECURITY_GROUPS — joined on BIC_PARTY_SUMM.SECURITY_GROUP_ID; enforces organization-level data access.
- Customer Summary source table (BIC schema) — the upstream table whose rows are transposed into this flattened structure.
- Concurrent program and request tables (FND_CONCURRENT_REQUESTS) — related through REQUEST_ID, PROGRAM_ID, and PROGRAM_APPLICATION_ID to trace population runs.
- FND_ORG assignments / HR operating unit definitions — contextual reference for ORG_ID striping in multi-org reporting.
Given the obsolete status of the BIC module, these relationships are best treated as historical dependencies; where equivalent functionality now resides in Oracle Customer Intelligence successors or custom data marts, the join semantics to HZ_PARTIES and FND_SECURITY_GROUPS remain valid for migration analysis.
-
Table: BIC_PARTY_SUMM
12.1.1
owner:BIC, object_type:TABLE, fnd_design_data:BIC.BIC_PARTY_SUMM, object_name:BIC_PARTY_SUMM, status:VALID, product: BIC - Customer Intelligence (obsolete) , description: From Customer Summary table, the rows are transposed as columns for matrix reporting. i.e., Flattened table for org striped measures. , implementation_dba_data: BIC.BIC_PARTY_SUMM ,
-
Table: BIC_PARTY_SUMM
12.2.2
owner:BIC, object_type:TABLE, fnd_design_data:BIC.BIC_PARTY_SUMM, object_name:BIC_PARTY_SUMM, status:VALID, product: BIC - Customer Intelligence(Obsolete) , description: From Customer Summary table, the rows are transposed as columns for matrix reporting. i.e., Flattened table for org striped measures. , implementation_dba_data: BIC.BIC_PARTY_SUMM ,
-
SYNONYM: APPS.BIC_PARTY_SUMM
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BIC_PARTY_SUMM, status:VALID,
-
SYNONYM: APPS.BIC_PARTY_SUMM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIC_PARTY_SUMM, status:VALID,
-
VIEW: BIC.BIC_PARTY_SUMM#
12.2.2
owner:BIC, object_type:VIEW, object_name:BIC_PARTY_SUMM#, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
APPS.BIC_CONSOLIDATE_CUST_DATA_PKG SQL Statements
12.1.1
-
APPS.BIC_CONSOLIDATE_CUST_DATA_PKG SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.BIC_CONSOLIDATE_CUST_DATA_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIC_CONSOLIDATE_CUST_DATA_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
View: BIC_PARTY_SUMM_V
12.1.1
product: BIC - Customer Intelligence (obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.BIC_CONSOLIDATE_CUST_DATA_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BIC_CONSOLIDATE_CUST_DATA_PKG, status:VALID,
-
View: BIC_PARTY_LOYALTY_INDEX_V
12.1.1
product: BIC - Customer Intelligence (obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.BIC_CONSOLIDATE_CUST_DATA_PKG
12.1.1
-
View: BIC_PARTY_SUMM_V
12.2.2
product: BIC - Customer Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.AMS_DMEXTRACT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DMEXTRACT_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_DMEXTRACT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DMEXTRACT_PVT, status:VALID,
-
View: BIC_PARTY_SAT_INDEX_V
12.2.2
product: BIC - Customer Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.BIC_CONSOLIDATE_CUST_DATA_PKG
12.2.2
-
VIEW: BIC.BIC_PARTY_SUMM#
12.2.2
-
PACKAGE BODY: APPS.AMS_DMSELECTION_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DMSELECTION_PVT, status:VALID,
-
View: BIC_PARTY_LOYALTY_INDEX_V
12.2.2
product: BIC - Customer Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: BIC_PARTY_SAT_INDEX_V
12.1.1
product: BIC - Customer Intelligence (obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.AMS_DMSELECTION_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DMSELECTION_PVT, status:VALID,
-
eTRM - BIC Tables and Views
12.2.2
description: This table stores industry standard values for satisfaction ,
-
TABLE: BIC.BIC_PARTY_SUMM
12.2.2
owner:BIC, object_type:TABLE, fnd_design_data:BIC.BIC_PARTY_SUMM, object_name:BIC_PARTY_SUMM, status:VALID,
-
TABLE: BIC.BIC_PARTY_SUMM
12.1.1
owner:BIC, object_type:TABLE, fnd_design_data:BIC.BIC_PARTY_SUMM, object_name:BIC_PARTY_SUMM, status:VALID,
-
eTRM - BIC Tables and Views
12.1.1
description: This table stores industry standard values for satisfaction ,
-
PACKAGE BODY: APPS.BIC_CONSOLIDATE_CUST_DATA_PKG
12.2.2
-
PACKAGE BODY: APPS.BIC_CONSOLIDATE_CUST_DATA_PKG
12.1.1
-
APPS.BIC_CONSOLIDATE_CUST_DATA_PKG dependencies on BIC_PARTY_SUMM
12.2.2
-
APPS.BIC_CONSOLIDATE_CUST_DATA_PKG dependencies on BIC_PARTY_SUMM
12.1.1
-
APPS.AMS_DMSELECTION_PVT dependencies on BIC_PARTY_SUMM
12.1.1
-
APPS.AMS_DMSELECTION_PVT dependencies on BIC_PARTY_SUMM
12.2.2
-
APPS.AMS_DMEXTRACT_PVT dependencies on BIC_PARTY_SUMM
12.1.1
-
APPS.AMS_DMEXTRACT_PVT dependencies on BIC_PARTY_SUMM
12.2.2
-
APPS.BIC_SUMMARY_EXTRACT_PKG SQL Statements
12.1.1
-
APPS.BIC_SUMMARY_EXTRACT_PKG SQL Statements
12.2.2
-
APPS.AMS_DMSELECTION_PVT SQL Statements
12.1.1
-
APPS.AMS_DMSELECTION_PVT SQL Statements
12.2.2
-
eTRM - BIC Tables and Views
12.2.2
description: This table stores industry standard values for satisfaction ,
-
Table: HZ_PARTIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,