Search Results cs_line_inst_details
Overview
The CS_LINE_INST_DETAILS table is a core transactional data object within the Oracle E-Business Suite Service (CS) module for versions 12.1.1 and 12.2.2. It serves as the definitive repository for capturing and storing installation-specific information for a product at the precise moment of order or quote entry. This table is fundamental to the service logistics and contract fulfillment processes, as it links sales transactions (orders and quotes) to the installed base of customer products. By persisting installation details at the time of the transaction, it provides a critical audit trail and ensures the service organization has the correct contextual data—such as installation location and associated customer product—to support subsequent service delivery, warranty management, and contract administration.
Key Information Stored
The table's primary key is the system-generated identifier, LINE_INST_DETAIL_ID. Its most significant columns are foreign keys that establish essential relationships with other EBS entities. The ORDER_LINE_ID and QUOTE_LINE_SHIPMENT_ID columns link the installation details directly to the originating sales order line (in Order Management, OE) or the quote shipment line (in Advanced Sales, ASO), respectively. The CUSTOMER_PRODUCT_ID associates the line with a specific serialized item in the installed base (CS_CUSTOMER_PRODUCTS_ALL). The INSTALLED_AT_PARTY_SITE_ID defines the physical installation location by referencing the party site (HZ_PARTY_SITES). Other crucial references include the SYSTEM_ID, which can group the product into a logical system, and the TRANSACTION_TYPE_ID, which classifies the nature of the service transaction.
Common Use Cases and Queries
A primary use case is generating reports or providing data for service technicians that detail what was ordered, where it was to be installed, and against which customer product. For instance, a query to fetch installation details for a specific order would join CS_LINE_INST_DETAILS to OE_ORDER_LINES_ALL and HZ_PARTY_SITES. Another critical scenario involves tracing the provenance of a customer product in the installed base back to its original sales order line by querying via the CUSTOMER_PRODUCT_ID and ORDER_LINE_ID. The table is also pivotal during returns processing, as indicated by the NEW_CP_RMA_LINE_ID and INSTALLED_CP_RMA_LINE_ID columns, which link to Return Material Authorization (RMA) lines to manage replacements and updates to installation records.
Related Objects
CS_LINE_INST_DETAILS has extensive foreign key relationships, making it a central hub within the Service schema. Key documented relationships include:
- OE_ORDER_LINES_ALL: Linked via ORDER_LINE_ID, NEW_CP_RMA_LINE_ID, and INSTALLED_CP_RMA_LINE_ID for order and RMA line details.
- ASO_SHIPMENTS: Linked via QUOTE_LINE_SHIPMENT_ID for quotation-related installation data.
- CS_CUSTOMER_PRODUCTS_ALL: Linked via CUSTOMER_PRODUCT_ID (the installed product) and is referenced by that table's ORIGINAL_LINE_SERV_DETAIL_ID.
- CS_SYSTEMS_ALL_B: Linked via SYSTEM_ID for logical system grouping.
- HZ_PARTY_SITES: Linked via INSTALLED_AT_PARTY_SITE_ID for the installation address.
- CS_TRANSACTION_TYPES_B: Linked via TRANSACTION_TYPE_ID for the service transaction classification.
- CS_CP_REVISIONS: References this table via its LINE_SERVICE_DETAIL_ID column.
- CS_LINE_INST_DETAILS (Self-Referential): Linked via SOURCE_LINE_INST_DETAIL_ID to track lineage between related installation detail records.
-
Table: CS_LINE_INST_DETAILS
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_LINE_INST_DETAILS, object_name:CS_LINE_INST_DETAILS, status:VALID, product: CS - Service , description: Installation details of a product captured at the time of order or quote entry. , implementation_dba_data: CS.CS_LINE_INST_DETAILS ,
-
Table: CS_LINE_INST_DETAILS
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_LINE_INST_DETAILS, object_name:CS_LINE_INST_DETAILS, status:VALID, product: CS - Service , description: Installation details of a product captured at the time of order or quote entry. , implementation_dba_data: CS.CS_LINE_INST_DETAILS ,
-
APPS.ASO_QUOTE_LINES_PVT dependencies on CS_LINE_INST_DETAILS
12.1.1
-
APPS.ASO_QUOTE_LINES_PVT dependencies on CS_LINE_INST_DETAILS
12.2.2
-
SYNONYM: APPS.CS_LINE_INST_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_LINE_INST_DETAILS, status:VALID,
-
VIEW: APPS.CS_LINE_INST_DETAILS_DFV
12.2.2
-
VIEW: APPS.CS_LINE_INST_DETAILS_DFV
12.1.1
-
SYNONYM: APPS.CS_LINE_INST_DETAILS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_LINE_INST_DETAILS, status:VALID,
-
Table: OE_ORDER_LINES_ALL
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_LINES_ALL, object_name:OE_ORDER_LINES_ALL, status:VALID, product: ONT - Order Management , description: OE_ORDER_LINES_ALL stores information for all order lines in Oracle Order Management. , implementation_dba_data: ONT.OE_ORDER_LINES_ALL ,
-
VIEW: CS.CS_LINE_INST_DETAILS#
12.2.2
owner:CS, object_type:VIEW, object_name:CS_LINE_INST_DETAILS#, status:VALID,
-
APPS.ASO_INSTDTLS_INT SQL Statements
12.1.1
-
Table: CS_CUSTOMER_PRODUCTS_ALL
12.2.2
product: CS - Service , description: The Customer installed base Products information. , implementation_dba_data: Not implemented in this database ,
-
Table: OE_ORDER_LINES_ALL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_LINES_ALL, object_name:OE_ORDER_LINES_ALL, status:VALID, product: ONT - Order Management , description: OE_ORDER_LINES_ALL stores information for all order lines in Oracle Order Management. , implementation_dba_data: ONT.OE_ORDER_LINES_ALL ,
-
Table: CS_CUSTOMER_PRODUCTS_ALL
12.1.1
product: CS - Service , description: The Customer installed base Products information. , implementation_dba_data: Not implemented in this database ,
-
APPS.ASO_INSTDTLS_INT SQL Statements
12.2.2
-
Table: CS_CP_REVISIONS
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_CP_REVISIONS, object_name:CS_CP_REVISIONS, status:VALID, product: CS - Service , description: Revision information about products in the installed base , implementation_dba_data: CS.CS_CP_REVISIONS ,
-
Table: CS_TRANSACTION_TYPES_B
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_TRANSACTION_TYPES_B, object_name:CS_TRANSACTION_TYPES_B, status:VALID, product: CS - Service , description: Seeded and user-defined Transactions Types that determine processing rules for Charges , implementation_dba_data: CS.CS_TRANSACTION_TYPES_B ,
-
VIEW: CS.CS_LINE_INST_DETAILS#
12.2.2
-
Table: CS_TRANSACTION_TYPES_B
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_TRANSACTION_TYPES_B, object_name:CS_TRANSACTION_TYPES_B, status:VALID, product: CS - Service , description: Seeded and user-defined Transactions Types that determine processing rules for Charges , implementation_dba_data: CS.CS_TRANSACTION_TYPES_B ,
-
Table: CS_CP_REVISIONS
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_CP_REVISIONS, object_name:CS_CP_REVISIONS, status:VALID, product: CS - Service , description: Revision information about products in the installed base , implementation_dba_data: CS.CS_CP_REVISIONS ,
-
VIEW: APPS.CS_LINE_INST_DETAILS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:CS_LINE_INST_DETAILS_DFV, status:VALID,
-
View: XNC_ORDER_LINE_SYSTEM_V
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: XNC_ORDER_LINE_SYSTEM_V retrieves the system key for an order line. , implementation_dba_data: Not implemented in this database ,
-
Table: ASO_SHIPMENTS
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_SHIPMENTS, object_name:ASO_SHIPMENTS, status:VALID, product: ASO - Order Capture , description: ASO_SHIPMENTS store shipping information for a quote at header level or line level. , implementation_dba_data: ASO.ASO_SHIPMENTS ,
-
VIEW: APPS.CS_LINE_INST_DETAILS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:CS_LINE_INST_DETAILS_DFV, status:VALID,
-
View: XNC_ORDER_LINE_SYSTEM_V
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: XNC_ORDER_LINE_SYSTEM_V retrieves the system key for an order line. , implementation_dba_data: Not implemented in this database ,
-
Table: ASO_SHIPMENTS
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_SHIPMENTS, object_name:ASO_SHIPMENTS, status:VALID, product: ASO - Order Capture , description: ASO_SHIPMENTS store shipping information for a quote at header level or line level. , implementation_dba_data: ASO.ASO_SHIPMENTS ,
-
Table: CS_SYSTEMS_ALL_B
12.1.1
product: CS - Service , description: Systems , implementation_dba_data: Not implemented in this database ,
-
Table: CS_SYSTEMS_ALL_B
12.2.2
product: CS - Service , description: Systems , implementation_dba_data: Not implemented in this database ,
-
View: CSI_LINE_INST_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_LINE_INST_DETAILS_V, object_name:CSI_LINE_INST_DETAILS_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Installation details ( View for table CS_LINE_INST_DETAILS) , implementation_dba_data: APPS.CSI_LINE_INST_DETAILS_V ,
-
View: CSI_LINE_INST_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_LINE_INST_DETAILS_V, object_name:CSI_LINE_INST_DETAILS_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Installation details ( View for table CS_LINE_INST_DETAILS) , implementation_dba_data: APPS.CSI_LINE_INST_DETAILS_V ,
-
TABLE: CS.CS_LINE_INST_DETAILS
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_LINE_INST_DETAILS, object_name:CS_LINE_INST_DETAILS, status:VALID,
-
TABLE: CS.CS_LINE_INST_DETAILS
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_LINE_INST_DETAILS, object_name:CS_LINE_INST_DETAILS, status:VALID,
-
View: CS_LINE_INST_DETAILS_V
12.2.2
product: CS - Service , description: This view stores information regarding installation details of product captured during order or quote entry. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.ASO_QUOTE_LINES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ASO_QUOTE_LINES_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
APPS.OE_UPG_INSTALL_DETAILS SQL Statements
12.1.1
-
APPS.OE_UPG_INSTALL_DETAILS SQL Statements
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.ASO_QUOTE_LINES_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ASO_QUOTE_LINES_PVT, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
View: CS_LINE_INST_DETAILS_V
12.1.1
product: CS - Service , description: This view stores information regarding installation details of product captured during order or quote entry. , implementation_dba_data: Not implemented in this database ,
-
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.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: HZ_PARTY_SITES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_SITES, object_name:HZ_PARTY_SITES, status:VALID, product: AR - Receivables , description: Links party to physical locations , implementation_dba_data: AR.HZ_PARTY_SITES ,
-
Table: HZ_PARTY_SITES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_SITES, object_name:HZ_PARTY_SITES, status:VALID, product: AR - Receivables , description: Links party to physical locations , implementation_dba_data: AR.HZ_PARTY_SITES ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2