Search Results customer_product_type
Overview
The APPS.CS_CP_AUDIT_MAINT_V view provides a denormalized, human-readable presentation of the CS_CP_AUDIT table, which stores audit trail records for customer product (CP) maintenance activity within Oracle E-Business Suite's TeleService/Service (CS) module. Each row represents a single captured change to a customer product record, exposing both the prior ("OLD") and resulting ("CURRENT") values side by side. Because raw audit tables store numeric foreign keys, this view resolves those identifiers into descriptive names from customer, system, agreement, status, and lookup sources, making it directly usable for reporting, reconciliation, and integration without additional joins. It is documented as a standard APPS-owned view in ETRM for both 12.1.1 and 12.2.2, and it is commonly surfaced in customer product audit inquiries and historical change reports where end users need to see what changed on a customer product instance and who changed it.
Underlying Base Objects
The view is defined primarily over the CS_CP_AUDIT synonym and joins outward to twelve additional objects. Customer references are resolved through CS_CUSTOMER_PRODUCTS_ALL, HZ_CUST_ACCOUNTS, and HZ_PARTIES (via the party_name attribute). System references join to CS_SYSTEMS for both old and current system names. Product agreement references join to OE_AGREEMENTS. Status descriptions are resolved through CS_CUSTOMER_PRODUCT_STATUSES, while type codes and split reason codes map to meanings via CS_LOOKUPS (the view is joined twice for OLD/CURRENT type codes plus once for split reason). FND_USER supplies the updating user's name, and FND_GLOBAL supports session context. CSICUMPI_PUB is the concurrent program package associated with the customer product import/maintenance process that writes audit rows. Note that the documented dependency list confirms these base objects; the join predicates in the view text link each audit foreign key to its parent with outer joins.
Key Columns
- CUSTOMER_PRODUCT_ID — identifier of the audited customer product record.
- OLD_CUSTOMER_ID / CURRENT_CUSTOMER_ID with OLD_CUSTOMER / NEW_CUSTOMER — account move, resolved to party names.
- OLD_SYSTEM_ID / CURRENT_SYSTEM_ID and OLD_SYSTEM / NEW_SYSTEM — system reassignment.
- OLD_PRODUCT_AGREEMENT_ID / CURRENT_PRODUCT_AGREEMENT_ID and OLD/NEW_PRODUCT_AGREEMENT — agreement name changes.
- OLD_CP_STATUS_ID / CURRENT_CP_STATUS_ID with OLD_CP_STATUS / NEW_CP_STATUS — status transitions.
- OLD_TYPE_CODE / CURRENT_TYPE_CODE with OLD_TYPE / NEW_TYPE — type meaning changes.
- ATTRIBUTE1–ATTRIBUTE15, CONTEXT — descriptive flexfield data.
- OLD_CP_QUANTITY / CURRENT_CP_QUANTITY, SPLIT_CP_ID, SPLIT_CP_REFERENCE_NUMBER, CP_SPLIT_REASON — split operation detail.
- UPDATED_BY, LAST_UPDATE_DATE, CREATION_DATE — audit attribution.
- ROW_ID — the ROWID of the base audit row for chained updates.
Common Use Cases and Queries
Typical uses include auditing status or ownership changes on a customer product, reporting quantity splits, and tracing historical customer/system/agreement reassignments. Example:
SELECT customer_product_id, old_customer, new_customer,
old_cp_status, new_cp_status, old_type, new_type,
updated_by, last_update_date
FROM apps.cs_cp_audit_maint_v
WHERE customer_product_id = :cp_id
ORDER BY last_update_date DESC;
To find split activity:
SELECT customer_product_id, old_cp_quantity, current_cp_quantity,
split_cp_reference_number, cp_split_reason
FROM apps.cs_cp_audit_maint_v
WHERE split_cp_id IS NOT NULL;
-
Lookup Type: CUSTOMER_PRODUCT_TYPE
12.1.1
product: CS - Service , meaning: CUSTOMER_PRODUCT_TYPE , description: Customer Product Types ,
-
Lookup Type: CUSTOMER_PRODUCT_TYPE
12.2.2
product: CS - Service , meaning: CUSTOMER_PRODUCT_TYPE , description: Customer Product Types ,
-
VIEW: APPS.CS_CP_AUDIT_MAINT_V
12.1.1
-
View: SO_LINE_SERVICE_DETAILS_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_LINE_SERVICE_DETAILS_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.CS_CP_AUDIT_MAINT_V
12.2.2
-
VIEW: APPS.CS_ACC_CP_RG_V
12.1.1
-
VIEW: APPS.CS_ACC_CP_RG_V
12.2.2
-
View: CS_CP_AUDIT_MAINTAIN_V
12.2.2
product: CS - Service , description: View of the Customer Product Audit table , implementation_dba_data: Not implemented in this database ,
-
View: CS_CP_AUDIT_MAINT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_CP_AUDIT_MAINT_V, object_name:CS_CP_AUDIT_MAINT_V, status:VALID, product: CS - Service , description: Audit information for customer products , implementation_dba_data: APPS.CS_CP_AUDIT_MAINT_V ,
-
View: CS_CP_AUDIT_MAINTAIN_V
12.1.1
product: CS - Service , description: View of the Customer Product Audit table , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.CS_CUSTOMER_PRODUCTS_REPORT_V
12.2.2
-
VIEW: APPS.CS_CUSTOMER_PRODUCTS_REPORT_V
12.1.1
-
View: CS_CP_AUDIT_MAINT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_CP_AUDIT_MAINT_V, object_name:CS_CP_AUDIT_MAINT_V, status:VALID, product: CS - Service , description: Audit information for customer products , implementation_dba_data: APPS.CS_CP_AUDIT_MAINT_V ,
-
View: AST_INSTALLED_BASE_V
12.1.1
product: AST - TeleSales , 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: AST_INSTALLED_BASE_V
12.2.2
product: AST - TeleSales , implementation_dba_data: Not implemented in this database ,
-
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_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_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: APPS.CSI_INSTALLED_BASE_V
12.2.2
-
VIEW: APPS.CSI_INSTALLED_BASE_V
12.1.1
-
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 ,
-
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 ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
View: CSI_INSTALLED_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INSTALLED_BASE_V, object_name:CSI_INSTALLED_BASE_V, status:VALID, product: CSI - Install Base , description: View for the grid in E-Business Center. , implementation_dba_data: APPS.CSI_INSTALLED_BASE_V ,
-
View: CSI_INSTALLED_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INSTALLED_BASE_V, object_name:CSI_INSTALLED_BASE_V, status:VALID, product: CSI - Install Base , description: View for the grid in E-Business Center. , implementation_dba_data: APPS.CSI_INSTALLED_BASE_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.1.1
product: CS - Service , 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 ,