Search Results cs_contacts
Overview
The CS_CONTACTS table is a core data object within the Oracle E-Business Suite Service (CS) module. It functions as a central repository for storing and managing contact information associated with various serviceable entities. Its primary role is to establish and maintain relationships between parties (customers, employees, or other resources) and service-related objects, such as customer products or installed bases. This linkage is fundamental for service request management, contract administration, and field service operations, enabling the system to identify and communicate with the correct individuals or roles tied to a specific asset or service agreement.
Key Information Stored
The table's structure is designed to capture the identity and context of a contact. The primary key, CS_CONTACT_ID, uniquely identifies each contact record. A critical column is CONTACT_ID, which serves as a foreign key to the JTF_RS_RESOURCE_EXTNS table, linking the contact to a specific resource or person defined in the Trading Community Architecture (TCA) model. The SOURCE_OBJECT_ID column links the contact to its parent entity, such as a customer product record in the CS_CUSTOMER_PRODUCTS_ALL table. While the provided metadata does not list all columns, typical data stored includes contact type classifications, relationship codes (e.g., primary, secondary), start and end dates for the contact relationship, and reference information to the source object's type and table.
Common Use Cases and Queries
A primary use case is identifying all contacts associated with a specific customer product for support or warranty purposes. For reporting, it is common to join this table with customer product and party information. A typical query pattern involves filtering by the source object and joining to resource details.
- Find Contacts for a Product:
SELECT cc.cs_contact_id, r.resource_name FROM cs_contacts cc, jtf_rs_resource_extns r WHERE cc.source_object_id = :p_product_id AND cc.contact_id = r.resource_id; - Audit Trail Analysis: The table has a direct relationship with CS_CP_PARTIES_AUDIT, allowing historical tracking of changes to contact assignments for auditing and compliance reporting.
Related Objects
CS_CONTACTS is a hub within a network of key service tables. Its most significant relationships, as documented, are:
- JTF_RS_RESOURCE_EXTNS: Provides the detailed person or resource information (name, contact methods) for the CONTACT_ID.
- CS_CUSTOMER_PRODUCTS_ALL: A major parent entity where SOURCE_OBJECT_ID references a product instance.
- CS_CP_PARTIES_AUDIT: Dependent on CS_CONTACTS, this audit table tracks changes to contact-party relationships over time, using CS_CONTACT_ID as a foreign key (CP_PARTY_ID).
This structure ensures data integrity and supports comprehensive service lifecycle management by connecting assets, people, and service history.
-
Table: CS_CONTACTS
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_CONTACTS, object_name:CS_CONTACTS, status:VALID, product: CS - Service , description: Party and employee information related to an entity. , implementation_dba_data: CS.CS_CONTACTS ,
-
Table: CS_CONTACTS
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_CONTACTS, object_name:CS_CONTACTS, status:VALID, product: CS - Service , description: Party and employee information related to an entity. , implementation_dba_data: CS.CS_CONTACTS ,
-
SYNONYM: APPS.CS_CONTACTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_CONTACTS, status:VALID,
-
SYNONYM: APPS.CS_CONTACTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_CONTACTS, status:VALID,
-
Table: CS_CP_PARTIES_AUDIT
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_CP_PARTIES_AUDIT, object_name:CS_CP_PARTIES_AUDIT, status:VALID, product: CS - Service , description: Stores audit history for the CS_CONTACTS table which holds the information of parties associated with an entity. , implementation_dba_data: CS.CS_CP_PARTIES_AUDIT ,
-
VIEW: APPS.CS_INST_DETAIL_CONTACTS_V
12.1.1
-
Table: CS_CP_PARTIES_AUDIT
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_CP_PARTIES_AUDIT, object_name:CS_CP_PARTIES_AUDIT, status:VALID, product: CS - Service , description: Stores audit history for the CS_CONTACTS table which holds the information of parties associated with an entity. , implementation_dba_data: CS.CS_CP_PARTIES_AUDIT ,
-
VIEW: CS.CS_CONTACTS#
12.2.2
owner:CS, object_type:VIEW, object_name:CS_CONTACTS#, status:VALID,
-
VIEW: APPS.CS_INST_DETAIL_CONTACTS_V
12.2.2
-
View: CS_CONTACTS_V
12.2.2
product: CS - Service , description: Information regarding the Resources and their type of contacts in Installedbase , implementation_dba_data: Not implemented in this database ,
-
View: CS_CONTACTS_V
12.1.1
product: CS - Service , description: Information regarding the Resources and their type of contacts in Installedbase , implementation_dba_data: Not implemented in this database ,
-
View: BIC_CP_CONTACTS_V
12.2.2
product: BIC - Customer Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: CS.CS_CONTACTS#
12.2.2
-
View: CS_INST_DETAIL_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INST_DETAIL_CONTACTS_V, object_name:CS_INST_DETAIL_CONTACTS_V, status:VALID, product: CS - Service , description: This view lists the contact information pertaining to the Installation Details , implementation_dba_data: APPS.CS_INST_DETAIL_CONTACTS_V ,
-
View: BIC_CP_CONTACTS_V
12.1.1
product: BIC - Customer Intelligence (obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: CS_INST_DETAIL_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INST_DETAIL_CONTACTS_V, object_name:CS_INST_DETAIL_CONTACTS_V, status:VALID, product: CS - Service , description: This view lists the contact information pertaining to the Installation Details , implementation_dba_data: APPS.CS_INST_DETAIL_CONTACTS_V ,
-
VIEW: APPS.CS_INST_DETAIL_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INST_DETAIL_CONTACTS_V, object_name:CS_INST_DETAIL_CONTACTS_V, status:VALID,
-
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 ,
-
VIEW: APPS.CS_INST_DETAIL_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INST_DETAIL_CONTACTS_V, object_name:CS_INST_DETAIL_CONTACTS_V, status:VALID,
-
View: BIC_INSTALLED_BASE_DETAIL_V
12.2.2
product: BIC - Customer Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
TABLE: CS.CS_CONTACTS
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_CONTACTS, object_name:CS_CONTACTS, status:VALID,
-
APPS.ASO_INSTDTLS_INT dependencies on FND_API
12.2.2
-
APPS.ASO_INSTDTLS_INT dependencies on FND_API
12.1.1
-
View: BIC_INSTALLED_BASE_DETAIL_V
12.1.1
product: BIC - Customer Intelligence (obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: CS.CS_CONTACTS
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_CONTACTS, object_name:CS_CONTACTS, status:VALID,
-
APPS.CS_SR_PURGE_CP dependencies on FND_CONC_SUMMARIZER
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.CS_SR_PURGE_CP dependencies on FND_CONC_SUMMARIZER
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
View: CSI_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CONTACTS_V, object_name:CSI_CONTACTS_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Contacts (View for table CS_CONTACTS). , implementation_dba_data: APPS.CSI_CONTACTS_V ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
View: CSI_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CONTACTS_V, object_name:CSI_CONTACTS_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Contacts (View for table CS_CONTACTS). , implementation_dba_data: APPS.CSI_CONTACTS_V ,
-
Table: JTF_RS_RESOURCE_EXTNS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID, product: JTF - CRM Foundation , description: This is table stores all important information about Resources. These Resources are coming from HR or HZ or Vonder table etc. Primary key is resource_id. Resource_number, user_id sre also unique keys. , implementation_dba_data: JTF.JTF_RS_RESOURCE_EXTNS ,
-
Table: JTF_RS_RESOURCE_EXTNS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID, product: JTF - CRM Foundation , description: This is table stores all important information about Resources. These Resources are coming from HR or HZ or Vonder table etc. Primary key is resource_id. Resource_number, user_id sre also unique keys. , implementation_dba_data: JTF.JTF_RS_RESOURCE_EXTNS ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.CSC_CUSTOMERS_PKG SQL Statements
12.2.2
-
APPS.CSC_CUSTOMERS_PKG SQL Statements
12.1.1
-
PACKAGE: APPS.ASO_INSTDTLS_INT
12.2.2
-
PACKAGE: APPS.ASO_INSTDTLS_INT
12.1.1
-
PACKAGE BODY: APPS.CSC_CUSTOMERS_PKG
12.2.2
-
PACKAGE BODY: APPS.CSC_CUSTOMERS_PKG
12.1.1
-
APPS.CS_SR_PURGE_CP dependencies on FND_MESSAGE
12.1.1
-
APPS.CS_SR_PURGE_CP dependencies on FND_MESSAGE
12.2.2