Search Results cs_ctr_audit_lines
Overview
The CS_CTR_AUDIT_LINES table is a core transactional data object within the Oracle E-Business Suite Service (CS) module, specifically for versions 12.1.1 and 12.2.2. It functions as the detailed repository for audit line information pertaining to counters. In the context of service management, counters are used to track measurable usage or cycles on serviceable items, such as machine operating hours, mileage, or production counts. This table stores the granular, line-level details generated during an audit process of these counter readings. Its primary role is to maintain a historical and auditable record of the specific values and adjustments made during counter audits, ensuring data integrity and supporting service contract billing, warranty validation, and preventative maintenance scheduling based on accurate usage data.
Key Information Stored
The table's structure is designed to capture the essential details of each counter audit transaction line. The primary key, AUDIT_LINE_ID, uniquely identifies each audit line record. A critical foreign key column is AUDIT_ID, which links each line to its parent audit header record in the CS_CTR_AUDIT table, establishing the transactional context. While the provided ETRM metadata does not list all columns, typical data stored in such a table includes the counter being audited (counter_id), the previous reading value, the new audited reading value, the source of the audit, the date and time of the reading, and the unit of measure. It may also store information about any adjustments made and identifiers for the related service item or instance.
Common Use Cases and Queries
This table is central to reporting and reconciliation processes involving counter-based service agreements. A common use case is generating a detailed audit trail report for a specific service item to verify billing calculations or investigate usage discrepancies. Another scenario involves querying for significant counter adjustments to identify potential data entry errors or unusual usage patterns. A typical reporting query would join CS_CTR_AUDIT_LINES to its parent header table and related counter and item tables.
Sample SQL Pattern:
- SELECT a.audit_number, al.counter_id, al.previous_reading, al.new_reading, al.audit_date FROM cs_ctr_audit_lines al, cs_ctr_audit a WHERE al.audit_id = a.audit_id AND a.instance_id = :p_instance_id ORDER BY al.audit_date DESC;
Related Objects
The CS_CTR_AUDIT_LINES table has a documented, direct foreign key relationship with the CS_CTR_AUDIT table, which serves as its parent header. The relationship is defined as:
- Foreign Key from: CS_CTR_AUDIT_LINES
- To Table: CS_CTR_AUDIT
- Join Column: CS_CTR_AUDIT_LINES.AUDIT_ID references CS_CTR_AUDIT.AUDIT_ID
This relationship is critical; every audit line must correspond to one audit header. The table is also logically related to other Service module base tables such as CS_COUNTERS (defining the counter template) and CSI_ITEM_INSTANCES (the serviceable item), though these are not explicitly listed as foreign keys in the provided metadata. Business logic and data validation for operations on this table are typically managed through Service module APIs rather than direct DML.
-
Table: CS_CTR_AUDIT_LINES
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_CTR_AUDIT_LINES, object_name:CS_CTR_AUDIT_LINES, status:VALID, product: CS - Service , description: Audit line information for Counters , implementation_dba_data: CS.CS_CTR_AUDIT_LINES ,
-
Table: CS_CTR_AUDIT_LINES
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_CTR_AUDIT_LINES, object_name:CS_CTR_AUDIT_LINES, status:VALID, product: CS - Service , description: Audit line information for Counters , implementation_dba_data: CS.CS_CTR_AUDIT_LINES ,
-
VIEW: CS.CS_CTR_AUDIT_LINES#
12.2.2
owner:CS, object_type:VIEW, object_name:CS_CTR_AUDIT_LINES#, status:VALID,
-
SYNONYM: APPS.CS_CTR_AUDIT_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_CTR_AUDIT_LINES, status:VALID,
-
SYNONYM: APPS.CS_CTR_AUDIT_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_CTR_AUDIT_LINES, status:VALID,
-
VIEW: CS.CS_CTR_AUDIT_LINES#
12.2.2
-
Table: CS_CTR_AUDIT
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_CTR_AUDIT, object_name:CS_CTR_AUDIT, status:VALID, product: CS - Service , description: Audit information for Counters , implementation_dba_data: CS.CS_CTR_AUDIT ,
-
TABLE: CS.CS_CTR_AUDIT_LINES
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_CTR_AUDIT_LINES, object_name:CS_CTR_AUDIT_LINES, status:VALID,
-
TABLE: CS.CS_CTR_AUDIT_LINES
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_CTR_AUDIT_LINES, object_name:CS_CTR_AUDIT_LINES, status:VALID,
-
Table: CS_CTR_AUDIT
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_CTR_AUDIT, object_name:CS_CTR_AUDIT, status:VALID, product: CS - Service , description: Audit information for Counters , implementation_dba_data: CS.CS_CTR_AUDIT ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - CS Tables and Views
12.2.2
-
eTRM - CS Tables and Views
12.1.1
description: Table to store web conference details for an SR. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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