Search Results platform_version_id
Overview
CS_ACC_CP_RG_V is a valid APPS-owned database view in the Oracle E-Business Suite Service (CS) module. Its documented purpose is to support the main service request form, where it is consumed by a record group to retrieve install base information. In practical terms, the view exposes customer product (install base) records together with the item definition, system, revision, and status data needed to populate the customer product field on the service request window.
The view is defined with a SYSDATE predicate against the effective date range on CS_CUSTOMER_PRODUCTS_ALL, and it excludes certain inactive status identifiers (4 and 1003). As a result, it returns only currently effective customer products. Because it joins order line and order header data, it also surfaces the original sales order context associated with the installed item.
A notable characteristic of this view is that it explicitly projects placeholder columns. PLATFORM_ID, PLATFORM, PLATFORM_VERSION_ID, and VERSION are returned as typed NULLs rather than values sourced from a base table. This is directly relevant to searches for platform_version_id: although the column exists in the view's projection, it is not populated by this view. Its presence maintains a consistent record group structure for the service request form while the underlying platform data is supplied elsewhere, such as through the CSICUMPI_PUB package referenced in the metadata.
Underlying Base Objects
The view is defined over the following documented base objects:
CS_CUSTOMER_PRODUCTS_ALL— the primary install base table (aliasedCP), supplying customer product identifier, serial number, system, revision, status, reference number, lot number, configuration hierarchy, organization, customer, and install site.CS_CUSTOMER_PRODUCT_STATUSES— provides the status name and theINCIDENT_ALLOWED_FLAG.CS_CP_REVISIONS— supplies the revision identifier text for the current revision.CS_SYSTEMS— supplies the system name; joined with an outer join.CS_LOOKUPS— outer-joined on lookup typeCUSTOMER_PRODUCT_TYPEfor the type code.MTL_SYSTEM_ITEMS_KFV— the concatenated item description view, providing product name, description, and item type. The join is constrained to the inventory validation organization returned byCS_STD.GET_ITEM_VALDN_ORGZN_ID.OE_ORDER_LINES_ALLandOE_ORDER_HEADERS_ALL— outer-joined throughORIGINAL_ORDER_LINE_IDto supply the order number and customer PO number.
The metadata additionally lists CS_STD, FND_GLOBAL, and CSICUMPI_PUB as referenced objects; these are packages used by the view definition or its supporting logic rather than row sources.
Key Columns
CUSTOMER_PRODUCT_ID— primary identifier of the install base record.PRODUCT_NAME/PRODUCT_DESCRIPTION/PRODUCT_TYPE— derived from the concatenated item flexfield view.INVENTORY_ITEM_ID— inventory item identifier for the installed product.CURRENT_SERIAL_NUMBER,LOT_NUMBER,REFERENCE_NUMBER— identification attributes of the installed unit.SYSTEM_ID/SYSTEM_NAME— the system to which the customer product belongs.CURRENT_CP_REVISION_ID/REVISION— current revision of the customer product.CUSTOMER_PRODUCT_STATUS_ID/CUSTOMER_PRODUCT_STATUS/INCIDENT_ALLOWED_FLAG— status and whether incidents may be created.CONFIG_ROOT_ID/CONFIG_PARENT_ID— configuration hierarchy linkage.CUST_PO_NUMBER/ORDER_NUMBER— original order context.ORG_ID,CUSTOMER_ID,INSTALL_SITE_USE_ID— multi-org and party/site context.PLATFORM_ID,PLATFORM,PLATFORM_VERSION_ID,VERSION— structural placeholders returned as NULL.
Common Use Cases and Queries
Typical use is to resolve the install base entries available for a service request, filtered by item, serial number, or system. For example, locating a product by serial number:
SELECT customer_product_id, product_name, current_serial_number, system_name, revision, customer_product_statusFROM cs_acc_cp_rg_vWHERE current_serial_number = :serial_number;
Retrieving all effective products for a given system:
SELECT customer_product_id, product_name, reference_number, order_numberFROM cs_acc_cp_rg_vWHERE system_id = :system_idORDER BY product_name;
Because PLATFORM_VERSION_ID is a constant NULL, queries that filter or report on platform version against this view will return no meaningful platform data; platform and version information must be obtained from the sources that populate it, consistent with the role of CSICUMPI_PUB in the documented metadata. Note also that the view applies its own effective-date and status filters, so callers do not need to re-apply them.
-
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_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_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_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_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_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_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_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_CUSTOMER_PRODUCTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_CUSTOMER_PRODUCTS, object_name:CS_CUSTOMER_PRODUCTS, status:VALID, product: CS - Service , description: A view of customer products by organization. , implementation_dba_data: APPS.CS_CUSTOMER_PRODUCTS ,
-
View: CS_CUSTOMER_PRODUCTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_CUSTOMER_PRODUCTS, object_name:CS_CUSTOMER_PRODUCTS, status:VALID, product: CS - Service , description: A view of customer products by organization. , implementation_dba_data: APPS.CS_CUSTOMER_PRODUCTS ,
-
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_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_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_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_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_CP_MAINT_V
12.2.2
product: CS - Service , description: Products in the installed base , implementation_dba_data: Not implemented in this database ,
-
View: CS_CP_MAINT_V
12.1.1
product: CS - Service , description: Products in the installed base , 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 ,
-
Lookup Type: CS_SR_AUDIT_FIELDS
12.1.1
product: CS - Service , meaning: CS_SR_AUDIT_FIELDS ,
-
View: CS_SR_SEARCH_NO_CONT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_SEARCH_NO_CONT_V, object_name:CS_SR_SEARCH_NO_CONT_V, status:VALID, product: CS - Service , description: This view is used in the SR find window on Bali spread table and in the Service History Bali Spreadtable of SR Tab , implementation_dba_data: APPS.CS_SR_SEARCH_NO_CONT_V ,
-
View: CS_SR_SEARCH_NO_CONT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_SEARCH_NO_CONT_V, object_name:CS_SR_SEARCH_NO_CONT_V, status:VALID, product: CS - Service , description: This view is used in the SR find window on Bali spread table and in the Service History Bali Spreadtable of SR Tab , implementation_dba_data: APPS.CS_SR_SEARCH_NO_CONT_V ,
-
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_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_SR_ACCESS_RESP_SEC
12.2.2
product: CS - Service , 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 ,
-
View: CS_SR_ACCESS_RESP_SEC
12.1.1
product: CS - Service , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: CS_SR_AUDIT_FIELDS
12.2.2
product: CS - Service , meaning: CS_SR_AUDIT_FIELDS ,
-
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 ,
-
View: CS_INCIDENTS_VL_SEC
12.2.2
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 , implementation_dba_data: APPS.CS_INCIDENTS_VL_SEC ,
-
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_INCIDENTS_ALL_VL
12.1.1
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 ,
-
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_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 ,
-
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_SR_SEARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_SEARCH_V, object_name:CS_SR_SEARCH_V, status:VALID, product: CS - Service , description: This view is used in the SR find window on Bali spread table , implementation_dba_data: APPS.CS_SR_SEARCH_V ,
-
View: CS_SR_SEARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_SEARCH_V, object_name:CS_SR_SEARCH_V, status:VALID, product: CS - Service , description: This view is used in the SR find window on Bali spread table , implementation_dba_data: APPS.CS_SR_SEARCH_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 ,
-
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_CUSTOMER_PRODUCTS_MAINT_V
12.1.1
product: CS - Service , description: Products in the installed base , implementation_dba_data: Not implemented in this database ,
-
View: CS_CUSTOMER_PRODUCTS_MAINT_V
12.2.2
product: CS - Service , description: Products in the installed base , implementation_dba_data: Not implemented in this database ,
-
View: CS_CUST_PROD_FORM_V
12.2.2
product: CS - Service , implementation_dba_data: Not implemented in this database ,
-
View: CS_CUST_PROD_FORM_V
12.1.1
product: CS - Service , implementation_dba_data: Not implemented in this database ,
-
View: CS_INCIDENTS_AUDIT_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_AUDIT_VL, object_name:CS_INCIDENTS_AUDIT_VL, status:VALID, product: CS - Service , description: Multi-lingual view for CS_INCIDENTS_AUDIT_B and CS_INCIDENTS_AUDIT_TL tables. , implementation_dba_data: APPS.CS_INCIDENTS_AUDIT_VL ,
-
View: CS_INCIDENTS_AUDIT_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENTS_AUDIT_VL, object_name:CS_INCIDENTS_AUDIT_VL, status:VALID, product: CS - Service , description: Multi-lingual view for CS_INCIDENTS_AUDIT_B and CS_INCIDENTS_AUDIT_TL tables. , implementation_dba_data: APPS.CS_INCIDENTS_AUDIT_VL ,