Search Results product_revision
Overview
BIC_INSTALLED_BASE_SUMMARY_V is a reporting view historically delivered with the Oracle E-Business Suite Customer Intelligence (BIC) module. It consolidates the installed base of customer products into a single denormalized result set, joining installed product instances to item master definitions, revision data, status codes, product families, and customer site addresses. The view is documented as obsolete and, according to the ETRM metadata, is not implemented in the current database. In EBS 12.1.1 and 12.2.2 environments where it does exist, its purpose is to supply installed-base analytics — counts, distributions, and listings of customer-owned products by family, revision, and status — for BIC dashboards and for ad hoc reporting in the CRM and service domains.
The column PRODUCT_REVISION is the element most frequently targeted by users searching for revision-level installed base data. It is sourced from CS_CP_REVISIONS and reflects the currently effective revision of an installed customer product.
Underlying Base Objects
The view is defined over the customer products and customer product status tables in the CS (Customer Support / Depot Repair) schema, the item master in MTL, and the Trading Community Architecture (TCA) hierarchy in HZ, with address formatting resolved through BIC_ADDRESS_V. The documented base objects are:
CS_CUSTOMER_PRODUCTS_ALL(alias PRD) — the driving table of installed product instances.MTL_SYSTEM_ITEMS(aliases ITM and ITMF) — the inventory item definition and its product family item.CS_CP_REVISIONS(alias REV) — revision records for the customer product.CS_CUSTOMER_PRODUCT_STATUSES(alias PS) — status of the installed instance.HZ_CUST_SITE_USES_ALL,HZ_CUST_ACCT_SITES_ALL,HZ_PARTY_SITES— joined three times to resolve bill-to, ship-to, and install-site identifiers.BIC_ADDRESS_V— joined three times to format the bill-to, ship-to, and install-site addresses.
All joins to the address and revision objects are outer joins (indicated by the (+) syntax), so a customer product is returned even where revision or site data is incomplete. Notably, the item master join is constrained by FND_PROFILE.VALUE('ASO_PRODUCT_ORGANIZATION_ID'), so the view reflects only the item definitions in the profile-designated product organization. The view is declared WITH READ ONLY.
Key Columns
CUSTOMER_PRODUCT_ID— primary identifier of the installed instance in CS_CUSTOMER_PRODUCTS_ALL.CUSTOMER_IDandORG_ID— owning customer and operating unit context for multi-org security.PRODUCT_NAME— description of the inventory item from MTL_SYSTEM_ITEMS.PRODUCT_REVISION— current revision of the installed product, from CS_CP_REVISIONS.PRODUCT_TYPE— the type code carried on the customer product record.PRODUCT_FAMILY— description of the parent product family item.STATUS— the customer product status name (for example, active or terminated).INSTALLATION_DATE— date the product was installed.SHIPTO_SITE/SHIPTO_ADDRandINSTALL_SITE/INSTALL_ADDR— site identifiers and formatted addresses for shipping and installation.
Common Use Cases and Queries
Typical uses include installed-base population counts by product family and revision analysis for upgrade or service planning. A practical revision-focused query is:
SELECT PRODUCT_NAME, PRODUCT_REVISION, STATUS, COUNT(*) INSTALLED_QTY FROM BIC_INSTALLED_BASE_SUMMARY_V WHERE ORG_ID = :org_id GROUP BY PRODUCT_NAME, PRODUCT_REVISION, STATUS ORDER BY PRODUCT_NAME, PRODUCT_REVISION;
Because the view is documented as obsolete and not implemented in current 12.2.2 databases, Oracle does not support it for new development. Teams requiring equivalent installed-base reporting should build queries directly against CS_CUSTOMER_PRODUCTS_ALL, CS_CP_REVISIONS, and the TCA site tables, mirroring the join logic above and applying the ASO_PRODUCT_ORGANIZATION_ID profile constraint explicitly.
-
View: BIC_INSTALLED_BASE_SUMMARY_V
12.1.1
product: BIC - Customer Intelligence (obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: BIC_INSTALLED_BASE_DETAIL_V
12.2.2
product: BIC - Customer Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: BIC_INSTALLED_BASE_SUMMARY_V
12.2.2
product: BIC - Customer Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: CSS_DEF_IR_DEFECTS_V
12.1.1
product: CSS - Support (obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: BIC_INSTALLED_BASE_DETAIL_V
12.1.1
product: BIC - Customer Intelligence (obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: CSS_DEF_IR_DEFECTS_V
12.2.2
product: CSS - Support (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: CSS_BRM_3D_DEFECT_V
12.2.2
product: CSS - Support (Obsolete) , description: 3D defect view as used by business rule monitor , implementation_dba_data: Not implemented in this database ,
-
APPS.CS_CREATE_AUDIT_REC_PKG SQL Statements
12.2.2
-
View: CSS_BRM_3D_DEFECT_V
12.1.1
product: CSS - Support (obsolete) , description: 3D defect view as used by business rule monitor , implementation_dba_data: Not implemented in this database ,
-
APPS.CS_CREATE_AUDIT_REC_PKG SQL Statements
12.1.1
-
VIEW: CS.CS_INCIDENTS_ALL_B#
12.2.2
-
View: CSS_DEF_DEFECTS_VL
12.1.1
product: CSS - Support (obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: CSS_DEF_DEFECTS_VL
12.2.2
product: CSS - Support (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: CS_INCIDENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_V, object_name:CS_INCIDENTS_V, status:VALID, product: CS - Service , description: Service requests and their attributes. This view is used by the main service request form. , implementation_dba_data: APPS.CS_INCIDENTS_V ,
-
View: CS_INCIDENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_V, object_name:CS_INCIDENTS_V, status:VALID, product: CS - Service , description: Service requests and their attributes. This view is used by the main service request form. , implementation_dba_data: APPS.CS_INCIDENTS_V ,
-
PACKAGE: APPS.ASO_SERVICE_CONTRACTS_INT
12.1.1
-
View: CSS_DEF_AUDIT_HISTORY_VL
12.1.1
product: CSS - Support (obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.ASO_SERVICE_CONTRACTS_INT
12.2.2
-
View: CSS_DEF_AUDIT_HISTORY_VL
12.2.2
product: CSS - Support (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: XNS_INCIDENTS_V
12.1.1
product: XNS - Service for Communications (obsolete) , description: Service requests and their attributes , implementation_dba_data: Not implemented in this database ,
-
View: XNS_INCIDENTS_V
12.2.2
product: XNS - Service for Communications (Obsolete) , description: Service requests and their attributes , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: CSS_DEF_AUDIT_COLUMNS
12.2.2
product: CSS - Support (Obsolete) , meaning: DEF_AUDIT_COLUMNS , description: Defect and Enhancement Key and All Audit Columns ,
-
Lookup Type: CSS_DEF_AUDIT_COLUMNS
12.1.1
product: CSS - Support (obsolete) , meaning: DEF_AUDIT_COLUMNS , description: Defect and Enhancement Key and All Audit Columns ,
-
VIEW: APPS.CSF_CT_TASKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_CT_TASKS, object_name:CSF_CT_TASKS, status:VALID,
-
VIEW: APPS.CS_INCIDENTS_V
12.2.2
-
VIEW: APPS.CSF_DC_TASK_GRID_V
12.2.2
owner:APPS, object_type:VIEW, object_name:CSF_DC_TASK_GRID_V, status:VALID,
-
TYPE: SYSTEM.CS_SR_SERVICE_REQUEST_I_T
12.1.1
owner:SYSTEM, object_type:TYPE, object_name:CS_SR_SERVICE_REQUEST_I_T, status:VALID,
-
VIEW: APPS.CS_INCIDENTS_V
12.1.1
-
TYPE: SYSTEM.CS_SR_SERVICE_REQUEST_O_T
12.1.1
owner:SYSTEM, object_type:TYPE, object_name:CS_SR_SERVICE_REQUEST_O_T, status:VALID,
-
TYPE: SYSTEM.CS_SR_SERVICE_REQUEST_I_T
12.2.2
owner:SYSTEM, object_type:TYPE, object_name:CS_SR_SERVICE_REQUEST_I_T, status:VALID,
-
TYPE: SYSTEM.CS_SR_SERVICE_REQUEST_O_T
12.2.2
owner:SYSTEM, object_type:TYPE, object_name:CS_SR_SERVICE_REQUEST_O_T, status:VALID,
-
VIEW: APPS.CSF_CT_TASKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_CT_TASKS, object_name:CSF_CT_TASKS, status:VALID,
-
APPS.CS_SR_TASK_AUTOASSIGN_PKG SQL Statements
12.1.1
-
VIEW: CS.CS_INCIDENTS_AUDIT_B#
12.2.2
-
View: CSF_CT_TASKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_CT_TASKS, object_name:CSF_CT_TASKS, status:VALID, product: CSF - Field Service , description: Base view of 'Tasks' block in CSFCTTKS form. Selects only tasks with source document 'Service Request' , implementation_dba_data: APPS.CSF_CT_TASKS ,
-
View: CSF_CT_TASKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_CT_TASKS, object_name:CSF_CT_TASKS, status:VALID, product: CSF - Field Service , description: Base view of 'Tasks' block in CSFCTTKS form. Selects only tasks with source document 'Service Request' , implementation_dba_data: APPS.CSF_CT_TASKS ,
-
View: CSS_DEF_DEFECTS_ALL_NO_RES_V
12.1.1
product: CSS - Support (obsolete) , description: Defect information without resource information , implementation_dba_data: Not implemented in this database ,
-
View: CSS_DEF_DEFECTS_ALL_NO_RES_V
12.2.2
product: CSS - Support (Obsolete) , description: Defect information without resource information , implementation_dba_data: Not implemented in this database ,
-
View: CS_INCIDENTS_B_SEC
12.1.1
product: CS - Service , implementation_dba_data: Not implemented in this database ,
-
APPS.CS_SR_TASK_AUTOASSIGN_PKG SQL Statements
12.2.2
-
View: CS_SR_ACCESS_RESP_SEC
12.1.1
product: CS - Service , implementation_dba_data: Not implemented in this database ,
-
View: CS_INCIDENTS_VL_SEC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_VL_SEC FND.CS_INCIDENTS_VL_SEC, object_name:CS_INCIDENTS_VL_SEC, status:VALID, product: CS - Service , description: Multi-lingual Secured view based on CS_INCIDENTS_ALL_B_SEC_V view and CS_INCIDENTS_ALL_TL table. , implementation_dba_data: APPS.CS_INCIDENTS_VL_SEC ,
-
View: CS_INCIDENTS_B_SEC
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_B_SEC, object_name:CS_INCIDENTS_B_SEC, status:VALID, product: CS - Service , implementation_dba_data: APPS.CS_INCIDENTS_B_SEC ,
-
View: CS_SR_ACCESS_RESP_SEC
12.2.2
product: CS - Service , implementation_dba_data: Not implemented in this database ,
-
View: CS_SR_INCIDENTS_V_SEC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_INCIDENTS_V_SEC, object_name:CS_SR_INCIDENTS_V_SEC, status:VALID, product: CS - Service , description: Base view for SR main form. , implementation_dba_data: APPS.CS_SR_INCIDENTS_V_SEC ,
-
View: CS_SR_INCIDENTS_V_SEC
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_INCIDENTS_V_SEC, object_name:CS_SR_INCIDENTS_V_SEC, status:VALID, product: CS - Service , description: Base view for SR main form. , implementation_dba_data: APPS.CS_SR_INCIDENTS_V_SEC ,
-
View: CS_INCIDENTS_ALL_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_ALL_VL, object_name:CS_INCIDENTS_ALL_VL, status:VALID, product: CS - Service , description: Multi-lingual view for CS_INCIDENTS_ALL_B and CS_INCIDENTS_ALL_TL tables. , implementation_dba_data: APPS.CS_INCIDENTS_ALL_VL ,
-
APPS.CS_AUDIT_UPGRADE_CON_PRG SQL Statements
12.1.1
-
View: CS_SR_INCIDENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_INCIDENTS_V, object_name:CS_SR_INCIDENTS_V, status:VALID, product: CS - Service , description: Base view for SR main form. , implementation_dba_data: APPS.CS_SR_INCIDENTS_V ,
-
View: CS_SR_INCIDENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_INCIDENTS_V, object_name:CS_SR_INCIDENTS_V, status:VALID, product: CS - Service , description: Base view for SR main form. , implementation_dba_data: APPS.CS_SR_INCIDENTS_V ,