Search Results cs_sr_products_maint_v
Overview
APPS.CS_SR_PRODUCTS_MAINT_V is a Service (CS) module view that consolidates installed base product information required by the Service Request (SR) maintenance flow in Oracle E-Business Suite 12.1.1 and 12.2.2. The view presents one row per customer product record held in the Install Base, enriched with the originating order context, item description, revision, system membership, and serviced status. Its principal purpose is to return all product instances belonging to a particular customer account so that a service agent can identify, select, or validate the product referenced on a service request.
For users searching on the term original_order_number, this view is the relevant access point: the column ORIGINAL_ORDER_NUMBER is projected directly from the order header source, allowing the original sales order number associated with an installed instance to be displayed alongside the original line number and order date without navigating to Order Management tables. The view is owned by the APPS schema and is reported with VALID status in the ETRM repository.
Underlying Base Objects
The view joins several base objects in a single flattened projection. The Install Base record itself is supplied by CS_CUSTOMER_PRODUCTS_ALL, which contributes the customer product identifier, serial number, lot number, install site, parent product, status, and shipped date. Current revision data is joined from CS_CP_REVISIONS on both CUSTOMER_PRODUCT_ID and CURRENT_CP_REVISION_ID. Item context comes from MTL_SYSTEM_ITEMS, restricted to the validation organization returned by CS_STD.GET_ITEM_VALDN_ORGZN_ID.
Original order attributes are sourced from ASO_I_OE_ORDER_HEADERS_V and ASO_I_OE_ORDER_LINES_V, joined to the installed instance on ORIGINAL_ORDER_LINE_ID. Account and party names are resolved through HZ_CUST_ACCOUNTS and HZ_PARTIES. System membership is supplied by CS_SYSTEMS via an outer join on SYSTEM_ID, and the serviced status flag is derived through CS_LOOKUPS using the function CS_STD.CS_GET_SERVICED_STATUS. Supporting packages referenced by the view definition include FND_GLOBAL and CSICUMPI_PUB. Records with a customer product status of 4 or 1003 are excluded by the view predicate.
Key Columns
CUSTOMER_PRODUCT_ID— Primary identifier of the installed instance; the principal join key to service request product lines.ORIGINAL_ORDER_NUMBER— Order number from the header view for the original sales order, the column sought by the "original_order_number" search.ORIGINAL_ORDER_DATEandORIGINAL_LINE_NUMBER— Corresponding order date and line reference, giving full order provenance.CUSTOMER_ID,PRINCIPAL_PARTY_NAME— Account identifier and party name used to filter products by account.INVENTORY_ITEM_ID,PRODUCT_DESCRIPTION— Item identifier and descriptive text for the product.CURRENT_SERIAL_NUMBER,CP_LOT_NUMBER,REVISION— Serial, lot, and revision attributes of the current configuration.SYSTEM_ID,SYSTEM— System membership, resolved through an outer join.SERVICED_STATUS_FLAG— Lookup code indicating the current serviced status of the instance.MOST_RECENT_FLAG,REFERENCE_NUMBER,PURCHASE_ORDER_NUM,SHIPPED_DATE,QUANTITY— Additional attributes supporting selection and confirmation.
Common Use Cases and Queries
The view is typically queried by service request forms, extensions, and custom reports that must display the products owned by an account. A frequent pattern filters on the customer and retrieves current instances with their original order reference:
SELECT customer_product_id, current_serial_number, product_description, original_order_number, original_order_date, system FROM cs_sr_products_maint_v WHERE customer_id = :p_customer_id;SELECT customer_product_id, original_order_number, original_line_number, purchase_order_num FROM cs_sr_products_maint_v WHERE customer_product_id = :p_cp_id;SELECT customer_product_id, current_serial_number, serviced_status_flag FROM cs_sr_products_maint_v WHERE customer_id = :p_customer_id AND most_recent_flag = 'Y';
Because the view excludes inactive customer product statuses and applies a lookup-based serviced status, results represent serviceable instances suitable for direct use in SR product selection. Queries should restrict on CUSTOMER_ID, CUSTOMER_PRODUCT_ID, or INVENTORY_ITEM_ID to avoid broad scans across the Install Base.
-
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_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 ,
-
SYNONYM: APPS.CS_CP_REVISIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_CP_REVISIONS, status:VALID,
-
SYNONYM: APPS.CS_CUSTOMER_PRODUCTS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_CUSTOMER_PRODUCTS_ALL, status:VALID,
-
SYNONYM: APPS.CS_CP_REVISIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_CP_REVISIONS, status:VALID,
-
SYNONYM: APPS.CS_SYSTEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_SYSTEMS, status:VALID,
-
SYNONYM: APPS.CS_SYSTEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_SYSTEMS, status:VALID,
-
PACKAGE: APPS.CSICUMPI_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CSICUMPI_PUB, status:VALID,
-
PACKAGE: APPS.CSICUMPI_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CSICUMPI_PUB, status:VALID,
-
SYNONYM: APPS.CS_CUSTOMER_PRODUCTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_CUSTOMER_PRODUCTS_ALL, status:VALID,
-
PACKAGE: APPS.CS_STD
12.1.1
owner:APPS, object_type:PACKAGE, object_name:CS_STD, status:VALID,
-
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
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.CS_STD
12.2.2
owner:APPS, object_type:PACKAGE, object_name:CS_STD, status:VALID,
-
VIEW: APPS.CS_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_LOOKUPS, object_name:CS_LOOKUPS, status:VALID,
-
VIEW: APPS.CS_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_LOOKUPS, object_name:CS_LOOKUPS, status:VALID,
-
VIEW: APPS.ASO_I_OE_ORDER_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_OE_ORDER_HEADERS_V, object_name:ASO_I_OE_ORDER_HEADERS_V, status:VALID,
-
VIEW: APPS.ASO_I_OE_ORDER_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_OE_ORDER_HEADERS_V, object_name:ASO_I_OE_ORDER_HEADERS_V, status:VALID,
-
VIEW: APPS.ASO_I_OE_ORDER_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_OE_ORDER_LINES_V, object_name:ASO_I_OE_ORDER_LINES_V, status:VALID,
-
eTRM - ASO Tables and Views
12.2.2
description: This tables is used to log messages during the migration in Order Capture. ,
-
VIEW: APPS.ASO_I_OE_ORDER_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_OE_ORDER_LINES_V, object_name:ASO_I_OE_ORDER_LINES_V, status:VALID,
-
eTRM - ASO Tables and Views
12.1.1
description: This tables is used to log messages during the migration in Order Capture. ,
-
SYNONYM: APPS.HZ_CUST_ACCOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
eTRM - CS Tables and Views
12.1.1
description: Table to store web conference details for an SR. ,
-
eTRM - CS Tables and Views
12.2.2
-
eTRM - ASO Tables and Views
12.1.1
description: This tables is used to log messages during the migration in Order Capture. ,
-
eTRM - ASO Tables and Views
12.2.2
description: This tables is used to log messages during the migration in Order Capture. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: PUBLIC.DUAL
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DUAL, status:VALID,
-
SYNONYM: PUBLIC.DUAL
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DUAL, status:VALID,
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - CS Tables and Views
12.1.1
description: Table to store web conference details for an SR. ,
-
eTRM - CS Tables and Views
12.2.2