Search Results product_description
Overview
The view CS_CUSTOMER_PRODUCTS_RG_V belongs to the Oracle E-Business Suite CS – Service module and stores information pertaining to products recorded in Oracle Installed Base. It functions as a reporting and integration layer that flattens the core customer product record into a single, denormalized result set, joining item master descriptions, customer account details, and the originating service or order context. Rather than requiring report developers to assemble these joins manually against CS_CUSTOMER_PRODUCTS, MTL_SYSTEM_ITEMS_KFV, and HZ_CUST_ACCOUNTS, the view presents the resolved product identifier, description, account number, and line instance detail identifier in one row per installed instance.
The suffix _RG_V indicates a report-generator style view used by Service/Installed Base reporting components. In EBS 12.1.1 and 12.2.2, such views typically back Oracle Reports, OAF pages, or customer-facing extracts where installed base product data must be displayed alongside account and item context. The view is read-only by design and is not a configuration or transactional entity.
Underlying Base Objects
The ETRM metadata records no explicitly documented referenced base objects, but the embedded view text exposes the full definition. The view is defined over:
- CS_CUSTOMER_PRODUCTS CP — the primary installed base table that stores each customer product instance, including serial number, quantity, and the original service detail reference.
- HZ_CUST_ACCOUNTS ACC — the trading community account table, joined on
CP.CUSTOMER_ID = ACC.CUST_ACCOUNT_ID, supplying the account number. - MTL_SYSTEM_ITEMS_KFV SI — the key-flexfield item view, joined on
CP.INVENTORY_ITEM_ID = SI.INVENTORY_ITEM_ID, providing the concatenated item segment description.
The item join is additionally constrained by SI.ORGANIZATION_ID = (SELECT CS_STD.GET_ITEM_VALDN_ORGZN_ID FROM DUAL), which restricts the item flexfield resolution to the validation organization returned by the CS_STD package function. This ensures the product name and description align with the master item definition rather than a warehouse-specific organization record.
Key Columns
- CUSTOMER_PRODUCT_ID — primary identifier of the installed base instance; the key for drill-down into
CS_CUSTOMER_PRODUCTS. - REFERENCE_NUMBER — user-facing reference for the instance.
- CURRENT_SERIAL_NUMBER — the current serial number tracked for the product.
- PRODUCT — concatenated inventory item segments resolved through the key flexfield view.
- PRODUCT_DESCRIPTION — description of the item.
- QUANTITY and UNIT_OF_MEASURE_CODE — installed quantity and its unit of measure.
- ACCOUNT_ID and ACCOUNT_NUMBER — customer account identifier and formatted account number.
- LINE_INST_DETAIL_ID — aliases
CP.ORIGINAL_LINE_SERV_DETAIL_ID; the line instance detail identifier linking the instance to its originating service detail. - SYSTEM_ID — the system to which the instance belongs.
- ORIGINAL_ORDER_LINE_ID — the order line from which the instance was created.
Common Use Cases and Queries
Analysts commonly query this view to reconcile installed base instances with the service detail or order line that created them, particularly when tracing a line_inst_detail_id value back to a serialized product.
- Listing all installed products for an account with item and quantity detail.
- Locating the customer product record associated with a given line instance detail ID.
- Validating item descriptions and account numbers for installed base extracts.
SELECT customer_product_id,
reference_number,
current_serial_number,
product,
account_number,
line_inst_detail_id
FROM cs_customer_products_rg_v
WHERE line_inst_detail_id = :p_line_inst_detail_id;
SELECT account_number, product, quantity FROM cs_customer_products_rg_v WHERE account_id = :p_account_id ORDER BY product;
-
View: CS_CUSTOMER_PRODUCTS_RG_V
12.2.2
product: CS - Service , description: This view stores information pertaining to the Products in InstalledBase , implementation_dba_data: Not implemented in this database ,
-
View: CS_CUSTOMER_PRODUCTS_RG_V
12.1.1
product: CS - Service , description: This view stores information pertaining to the Products in InstalledBase , implementation_dba_data: Not implemented in this database ,
-
View: CS_ACC_CP_RG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_ACC_CP_RG_V, object_name:CS_ACC_CP_RG_V, status:VALID, product: CS - Service , description: This view is used by the main service request form for a record group to retrieve install base information. , implementation_dba_data: APPS.CS_ACC_CP_RG_V ,
-
View: CS_ACC_CP_RG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_ACC_CP_RG_V, object_name:CS_ACC_CP_RG_V, status:VALID, product: CS - Service , description: This view is used by the main service request form for a record group to retrieve install base information. , implementation_dba_data: APPS.CS_ACC_CP_RG_V ,
-
View: CS_INCIDENTS_WORKFLOW_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_WORKFLOW_V, object_name:CS_INCIDENTS_WORKFLOW_V, status:VALID, product: CS - Service , description: Used by the Service Request Workflow , implementation_dba_data: APPS.CS_INCIDENTS_WORKFLOW_V ,
-
View: CS_ACC_CP_RG_V_1155
12.1.1
product: CS - Service , description: This view is used by the main service request form for a record group to retrieve install base information. , implementation_dba_data: Not implemented in this database ,
-
View: CS_NEW_INCIDENTS_V_SEC
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_NEW_INCIDENTS_V_SEC, object_name:CS_NEW_INCIDENTS_V_SEC, status:VALID, product: CS - Service , description: This is a secured view created on top of the view CS_NEW_INCIDENTS_V , implementation_dba_data: APPS.CS_NEW_INCIDENTS_V_SEC ,
-
View: CS_SR_PRODUCTS_MAINT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_PRODUCTS_MAINT_V, object_name:CS_SR_PRODUCTS_MAINT_V, status:VALID, product: CS - Service , description: This view contains the information about all products in the InstallBase. This view is using to get all product information for a perticular account in Service request. , implementation_dba_data: APPS.CS_SR_PRODUCTS_MAINT_V ,
-
View: CS_ACC_CP_RG_V_1155
12.2.2
product: CS - Service , description: This view is used by the main service request form for a record group to retrieve install base information. , implementation_dba_data: Not implemented in this database ,
-
View: CS_INCIDENT_LINKS_FROM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENT_LINKS_FROM_V, object_name:CS_INCIDENT_LINKS_FROM_V, status:VALID, product: CS - Service , description: Show all Service Requests that are linked from another service request to this Service request. , implementation_dba_data: APPS.CS_INCIDENT_LINKS_FROM_V ,
-
View: CS_NEW_INCIDENTS_V_SEC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_NEW_INCIDENTS_V_SEC, object_name:CS_NEW_INCIDENTS_V_SEC, status:VALID, product: CS - Service , description: This is a secured view created on top of the view CS_NEW_INCIDENTS_V , implementation_dba_data: APPS.CS_NEW_INCIDENTS_V_SEC ,
-
View: CS_CUSTOMER_PRODUCTS_REPORT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_CUSTOMER_PRODUCTS_REPORT_V, object_name:CS_CUSTOMER_PRODUCTS_REPORT_V, status:VALID, product: CS - Service , description: - Retrofitted , implementation_dba_data: APPS.CS_CUSTOMER_PRODUCTS_REPORT_V ,
-
View: CS_NEW_INCIDENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_NEW_INCIDENTS_V, object_name:CS_NEW_INCIDENTS_V, status:VALID, product: CS - Service , description: This is a simplified version of view CS_INCIDENTS_V , implementation_dba_data: APPS.CS_NEW_INCIDENTS_V ,
-
View: CS_INCIDENTS_WORKFLOW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_WORKFLOW_V, object_name:CS_INCIDENTS_WORKFLOW_V, status:VALID, product: CS - Service , description: Used by the Service Request Workflow , implementation_dba_data: APPS.CS_INCIDENTS_WORKFLOW_V ,
-
View: CS_SR_SERVICE_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_SERVICE_HISTORY_V, object_name:CS_SR_SERVICE_HISTORY_V, status:VALID, product: CS - Service , description: This view is being used by Service History Tab , implementation_dba_data: APPS.CS_SR_SERVICE_HISTORY_V ,
-
View: CS_INCIDENT_LINKS_FROM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENT_LINKS_FROM_V, object_name:CS_INCIDENT_LINKS_FROM_V, status:VALID, product: CS - Service , description: Show all Service Requests that are linked from another service request to this Service request. , implementation_dba_data: APPS.CS_INCIDENT_LINKS_FROM_V ,
-
View: CS_NEW_INCIDENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_NEW_INCIDENTS_V, object_name:CS_NEW_INCIDENTS_V, status:VALID, product: CS - Service , description: This is a simplified version of view CS_INCIDENTS_V , implementation_dba_data: APPS.CS_NEW_INCIDENTS_V ,
-
View: CS_CUSTOMER_PRODUCTS_REPORT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_CUSTOMER_PRODUCTS_REPORT_V, object_name:CS_CUSTOMER_PRODUCTS_REPORT_V, status:VALID, product: CS - Service , description: - Retrofitted , implementation_dba_data: APPS.CS_CUSTOMER_PRODUCTS_REPORT_V ,
-
View: CS_SR_PRODUCTS_MAINT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_PRODUCTS_MAINT_V, object_name:CS_SR_PRODUCTS_MAINT_V, status:VALID, product: CS - Service , description: This view contains the information about all products in the InstallBase. This view is using to get all product information for a perticular account in Service request. , implementation_dba_data: APPS.CS_SR_PRODUCTS_MAINT_V ,
-
View: CS_SR_SERVICE_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_SERVICE_HISTORY_V, object_name:CS_SR_SERVICE_HISTORY_V, status:VALID, product: CS - Service , description: This view is being used by Service History Tab , implementation_dba_data: APPS.CS_SR_SERVICE_HISTORY_V ,
-
View: CS_SR_REPORT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_REPORT_V, object_name:CS_SR_REPORT_V, status:VALID, product: CS - Service , description: This view is used in Service Request Summary/Detail report. , implementation_dba_data: APPS.CS_SR_REPORT_V ,
-
View: CS_SR_NEW_PRODUCTS_MAINT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_NEW_PRODUCTS_MAINT_V, object_name:CS_SR_NEW_PRODUCTS_MAINT_V, status:VALID, product: CS - Service , description: This view contains the information about all products in the InstallBase release 11.5.6 and higher . This view is used to get all product information for a particular account in Service request. , implementation_dba_data: APPS.CS_SR_NEW_PRODUCTS_MAINT_V ,
-
View: CS_SR_FIND_PROD_MAINT_P_EAM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_FIND_PROD_MAINT_P_EAM_V, object_name:CS_SR_FIND_PROD_MAINT_P_EAM_V, status:VALID, product: CS - Service , description: This view is used to bring eAM Assests in Find Product UI , implementation_dba_data: APPS.CS_SR_FIND_PROD_MAINT_P_EAM_V ,
-
View: CS_SR_FIND_PROD_MAINT_P_EAM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_FIND_PROD_MAINT_P_EAM_V, object_name:CS_SR_FIND_PROD_MAINT_P_EAM_V, status:VALID, product: CS - Service , description: This view is used to bring eAM Assests in Find Product UI , implementation_dba_data: APPS.CS_SR_FIND_PROD_MAINT_P_EAM_V ,
-
View: CS_SR_REPORT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_REPORT_V, object_name:CS_SR_REPORT_V, status:VALID, product: CS - Service , description: This view is used in Service Request Summary/Detail report. , implementation_dba_data: APPS.CS_SR_REPORT_V ,
-
View: CS_SR_FIND_PROD_MAINT_EAM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_FIND_PROD_MAINT_EAM_V, object_name:CS_SR_FIND_PROD_MAINT_EAM_V, status:VALID, product: CS - Service , description: This view is used to bring eAM Assets in Find Product UI , implementation_dba_data: APPS.CS_SR_FIND_PROD_MAINT_EAM_V ,
-
View: CS_SR_NEW_FIND_PROD_MAINT_P_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_NEW_FIND_PROD_MAINT_P_V, object_name:CS_SR_NEW_FIND_PROD_MAINT_P_V, status:VALID, product: CS - Service , description: This view contains the information about all products in the InstallBase. This view is using to get all product information for a perticular account in Service request. This incorporates the 11.5.6 changes in Install base. , implementation_dba_data: APPS.CS_SR_NEW_FIND_PROD_MAINT_P_V ,
-
View: CS_CP_COUNTERS_V
12.1.1
product: CS - Service , description: This view contains the information pertaining to counters (values,groups) , implementation_dba_data: Not implemented in this database ,
-
View: CS_SR_NEW_FIND_PROD_MAINT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_NEW_FIND_PROD_MAINT_V, object_name:CS_SR_NEW_FIND_PROD_MAINT_V, status:VALID, product: CS - Service , description: This view contains the information about all products in the InstallBase. This view is using to get all product information for a perticular account in Service request. This incorporates the 11.5.6 changes in Install base. , implementation_dba_data: APPS.CS_SR_NEW_FIND_PROD_MAINT_V ,
-
View: CS_SR_NEW_ACC_CP_RG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_NEW_ACC_CP_RG_V, object_name:CS_SR_NEW_ACC_CP_RG_V, status:VALID, product: CS - Service , description: This view is used by the main service request form for a record group to retrieve release 11.5.6 and higher, install base informationr . , implementation_dba_data: APPS.CS_SR_NEW_ACC_CP_RG_V ,
-
View: CS_SR_NEW_FIND_PROD_MAINT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_NEW_FIND_PROD_MAINT_V, object_name:CS_SR_NEW_FIND_PROD_MAINT_V, status:VALID, product: CS - Service , description: This view contains the information about all products in the InstallBase. This view is using to get all product information for a perticular account in Service request. This incorporates the 11.5.6 changes in Install base. , implementation_dba_data: APPS.CS_SR_NEW_FIND_PROD_MAINT_V ,
-
View: CS_SR_NEW_PRODUCTS_MAINT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_NEW_PRODUCTS_MAINT_V, object_name:CS_SR_NEW_PRODUCTS_MAINT_V, status:VALID, product: CS - Service , description: This view contains the information about all products in the InstallBase release 11.5.6 and higher . This view is used to get all product information for a particular account in Service request. , implementation_dba_data: APPS.CS_SR_NEW_PRODUCTS_MAINT_V ,
-
View: CS_SR_FIND_PROD_MAINT_EAM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_FIND_PROD_MAINT_EAM_V, object_name:CS_SR_FIND_PROD_MAINT_EAM_V, status:VALID, product: CS - Service , description: This view is used to bring eAM Assets in Find Product UI , implementation_dba_data: APPS.CS_SR_FIND_PROD_MAINT_EAM_V ,
-
View: CS_SR_FIND_EAM_PROD_MAINT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_FIND_EAM_PROD_MAINT_V, object_name:CS_SR_FIND_EAM_PROD_MAINT_V, status:VALID, product: CS - Service , description: This view is used to filter Instance related fields LOV in Search Installed Base UI. , implementation_dba_data: APPS.CS_SR_FIND_EAM_PROD_MAINT_V ,
-
View: CS_MFS_INTERFACE
12.1.1
product: CS - Service , implementation_dba_data: Not implemented in this database ,
-
View: CS_SR_FIND_EAM_PROD_MAINT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_FIND_EAM_PROD_MAINT_V, object_name:CS_SR_FIND_EAM_PROD_MAINT_V, status:VALID, product: CS - Service , description: This view is used to filter Instance related fields LOV in Search Installed Base UI. , implementation_dba_data: APPS.CS_SR_FIND_EAM_PROD_MAINT_V ,
-
View: CS_SR_NEW_FIND_PROD_MAINT_P_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_NEW_FIND_PROD_MAINT_P_V, object_name:CS_SR_NEW_FIND_PROD_MAINT_P_V, status:VALID, product: CS - Service , description: This view contains the information about all products in the InstallBase. This view is using to get all product information for a perticular account in Service request. This incorporates the 11.5.6 changes in Install base. , implementation_dba_data: APPS.CS_SR_NEW_FIND_PROD_MAINT_P_V ,
-
View: CS_SR_NEW_ACC_CP_RG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_NEW_ACC_CP_RG_V, object_name:CS_SR_NEW_ACC_CP_RG_V, status:VALID, product: CS - Service , description: This view is used by the main service request form for a record group to retrieve release 11.5.6 and higher, install base informationr . , implementation_dba_data: APPS.CS_SR_NEW_ACC_CP_RG_V ,
-
View: CS_CP_COUNTERS_V
12.2.2
product: CS - Service , description: This view contains the information pertaining to counters (values,groups) , implementation_dba_data: Not implemented in this database ,
-
View: CS_MFS_INTERFACE
12.2.2
product: CS - Service , implementation_dba_data: Not implemented in this database ,
-
View: CS_SR_CP_NEW_ACCT_EAM_RG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_CP_NEW_ACCT_EAM_RG_V, object_name:CS_SR_CP_NEW_ACCT_EAM_RG_V, status:VALID, product: CS - Service , description: This view is used to filter the List of Values for the Product Related fields for eAM Service Requests. , implementation_dba_data: APPS.CS_SR_CP_NEW_ACCT_EAM_RG_V ,
-
View: CS_INCIDENT_LINKS_TO_V_SEC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENT_LINKS_TO_V_SEC, object_name:CS_INCIDENT_LINKS_TO_V_SEC, status:VALID, product: CS - Service , description: This is a secured view on cs_incidents_links_to_v , implementation_dba_data: APPS.CS_INCIDENT_LINKS_TO_V_SEC ,
-
View: CS_INCIDENT_LINKS_TO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENT_LINKS_TO_V, object_name:CS_INCIDENT_LINKS_TO_V, status:VALID, product: CS - Service , description: Show a Service Request that have linked to other documents such as Service Requests or Defect. , implementation_dba_data: APPS.CS_INCIDENT_LINKS_TO_V ,
-
View: CS_SR_CP_NEW_ACCT_EAM_RG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_CP_NEW_ACCT_EAM_RG_V, object_name:CS_SR_CP_NEW_ACCT_EAM_RG_V, status:VALID, product: CS - Service , description: This view is used to filter the List of Values for the Product Related fields for eAM Service Requests. , implementation_dba_data: APPS.CS_SR_CP_NEW_ACCT_EAM_RG_V ,
-
View: CS_LINE_INST_DETAILS_V
12.2.2
product: CS - Service , description: This view stores information regarding installation details of product captured during order or quote entry. , implementation_dba_data: Not implemented in this database ,
-
View: CS_LINE_INST_DETAILS_V
12.1.1
product: CS - Service , description: This view stores information regarding installation details of product captured during order or quote entry. , implementation_dba_data: Not implemented in this database ,
-
View: CS_INCIDENT_LINKS_TO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENT_LINKS_TO_V, object_name:CS_INCIDENT_LINKS_TO_V, status:VALID, product: CS - Service , description: Show a Service Request that have linked to other documents such as Service Requests or Defect. , implementation_dba_data: APPS.CS_INCIDENT_LINKS_TO_V ,
-
View: CS_INCIDENT_LINKS_TO_V_SEC
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENT_LINKS_TO_V_SEC, object_name:CS_INCIDENT_LINKS_TO_V_SEC, status:VALID, product: CS - Service , description: This is a secured view on cs_incidents_links_to_v , implementation_dba_data: APPS.CS_INCIDENT_LINKS_TO_V_SEC ,
-
View: CS_CUST_PROD_MAINT_V
12.1.1
product: CS - Service , description: New View for Customer Products - Performance , implementation_dba_data: Not implemented in this database ,
-
View: CS_CUST_PROD_MAINT_V
12.2.2
product: CS - Service , description: New View for Customer Products - Performance , implementation_dba_data: Not implemented in this database ,