Search Results cs_estimate_details
Overview
The CS_ESTIMATE_DETAILS table is a core transaction table within the Oracle E-Business Suite Service (CS) module, specifically for versions 12.1.1 and 12.2.2. It serves as the central repository for storing detailed line-level information for service charges and estimates. Its primary role is to capture the financial and logistical details of chargeable items associated with service transactions, such as repairs, field service tasks, or service requests. This table is fundamental to the service estimation and billing processes, acting as a detailed child record to higher-level service transaction headers.
Key Information Stored
The table's structure is defined by its primary key, ESTIMATE_DETAIL_ID, which uniquely identifies each charge line. Its extensive foreign key relationships reveal the breadth of data it consolidates. Key columns and their purposes include transactional identifiers (INCIDENT_ID, SOURCE_ID), billing determinants (TXN_BILLING_TYPE_ID, PRICE_LIST_HEADER_ID), and product information (CUSTOMER_PRODUCT_ID). Crucially, it stores comprehensive customer and site data for invoicing and shipping, linking to the Trading Community Architecture (HZ) tables via columns like INVOICE_TO_ACCOUNT_ID, SHIP_TO_ORG_ID, BILL_TO_CONTACT_ID, and SHIP_TO_PARTY_ID. This design enables the table to hold a complete snapshot of the chargeable service line for financial and operational processing.
Common Use Cases and Queries
This table is central to generating service estimates, invoices, and related operational reports. A common use case involves querying all estimated charges for a specific service incident to review a customer quote. Another is extracting detailed billing lines for integration with financial systems. Sample SQL patterns often involve joining to related service and customer tables.
- Finding Estimate Details for an Incident:
SELECT ced.* FROM cs_estimate_details ced WHERE ced.incident_id = <incident_id> ORDER BY ced.estimate_detail_id; - Joining with Customer and Product Information:
SELECT ced.estimate_detail_id, hca.account_number, cpa.instance_number
FROM cs_estimate_details ced, hz_cust_accounts hca, cs_customer_products_all cpa
WHERE ced.invoice_to_account_id = hca.cust_account_id
AND ced.customer_product_id = cpa.customer_product_id(+);
Related Objects
CS_ESTIMATE_DETAILS has a dense network of relationships, as indicated by its foreign keys. Key related objects include:
- Parent/Dependency Tables: CS_INCIDENTS_ALL_B (service request), CS_TXN_BILLING_TYPES, QP_LIST_HEADERS_B (pricing), HZ_PARTIES, HZ_CUST_ACCOUNTS, HZ_PARTY_SITES (customer data), CS_CUSTOMER_PRODUCTS_ALL, and CSD_REPAIRS.
- Child/Referencing Tables: The table is a key parent to several Service Depot (CSD) transaction lines, including CSD_REPAIR_ESTIMATE_LINES, CSD_REPAIR_ACTUAL_LINES, and CSD_PRODUCT_TRANSACTIONS, which link actual repair work to the original estimate. It is also referenced by CSF_DEBRIEF_LINES in Field Service.
This interconnectedness underscores its critical position as the linchpin between service execution, estimation, and financial charging.
-
Table: CS_ESTIMATE_DETAILS
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_ESTIMATE_DETAILS, object_name:CS_ESTIMATE_DETAILS, status:VALID, product: CS - Service , description: Transaction table that stores details of Charge lines in Service , implementation_dba_data: CS.CS_ESTIMATE_DETAILS ,
-
Table: CS_ESTIMATE_DETAILS
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_ESTIMATE_DETAILS, object_name:CS_ESTIMATE_DETAILS, status:VALID, product: CS - Service , description: Transaction table that stores details of Charge lines in Service , implementation_dba_data: CS.CS_ESTIMATE_DETAILS ,
-
APPS.CSD_REPAIR_ESTIMATE_PVT dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CSD_BULK_RECEIVE_PVT dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CSD_PROCESS_UTIL dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.SR_UWQ_INTEG dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CSF_DEBRIEF_UPDATE_PKG dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CS_SR_COST_CP dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CSD_COST_ANALYSIS_PVT dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CS_SR_STATUS_PROPAGATION_PKG dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CSD_LOGISTICS_UTIL dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CSD_SOO_PVT dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CSD_BULK_RECEIVE_PVT dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CSD_DEPOT_UPDATE_PVT dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CSD_PROCESS_PVT dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CSD_REPAIRS_PVT dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CSD_REPAIR_ACTUAL_PROCESS_PVT dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.ISC_DEPOT_MTTR_ETL_PKG dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CS_CH_PARTY_MERGE_PKG dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CSD_MIGRATE_FROM_115X_PKG2 dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CSF_DEBRIEF_UPDATE_PKG dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CSD_PROCESS_UTIL dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CS_CHARGE_CREATE_ORDER_PVT dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CSD_REPAIRS_PVT dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CSD_DEPOT_REPAIR_CNTR dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CSD_MIGRATE_FROM_115X_PKG2 dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CS_EST_APPLY_CONTRACT_PKG dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.PA_PROJ_TSK_UTILS dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CS_CH_PARTY_MERGE_PKG dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CSD_PROCESS_PVT dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CS_SERVICE_BILLING_ENGINE_PVT dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CS_ESTIMATE_DETAILS_PKG dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CSD_REPAIRS_UTIL dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CSD_MIGRATE_FROM_115X_PKG dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CS_SR_INTERFACE_CP dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CS_CH_ACCOUNT_MERGE_PKG dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CS_PARTYMERGE_PKG dependencies on CS_ESTIMATE_DETAILS
12.2.2
-
APPS.CSF_DEBRIEF_CHARGES dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CSD_REPAIR_ESTIMATE_PVT dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CS_CHARGE_DETAILS_PVT dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CS_CHG_AUTO_SUB_CON_PKG dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CS_SERVICE_BILLING_ENGINE_PVT dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CS_CH_ACCOUNT_MERGE_PKG dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.ISC_DEPOT_MARGIN_ETL_PKG dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CSD_COST_ANALYSIS_PVT dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CSD_DEPOT_REPAIR_CNTR dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CSD_MIGRATE_FROM_115X_PKG dependencies on CS_ESTIMATE_DETAILS
12.1.1
-
APPS.CSD_MIGRATE_FROM_115X_PKG3 dependencies on CS_ESTIMATE_DETAILS
12.1.1