Search Results okc_contacts
Overview
The OKC_CONTACTS table is a core data object within the Oracle E-Business Suite (EBS) Contracts Core module (OKC). It serves as the central repository for storing detailed information about individuals designated as contact points or otherwise formally named within a contract. This table is fundamental to managing the human relationships associated with contractual agreements, enabling functionalities such as communication, role assignment, and accountability tracking. Its existence is critical for linking specific persons to the broader contractual parties and roles defined elsewhere in the application, thereby providing a complete picture of all entities involved in a contract.
Key Information Stored
The table stores attributes that uniquely identify and describe a contact within the context of a contract. While the full column list is not detailed in the provided metadata, the structure indicates the presence of key identifiers and foreign key relationships. The primary key column is ID, which uniquely identifies each contact record. A critical foreign key is CPL_ID, which links the contact to a specific contract party role record in the OKC_K_PARTY_ROLES_B table, establishing which party the contact belongs to. Another significant column is JTOT_OBJECT1_CODE, which references JTF_OBJECTS_B and is typically used to define the contact's role or object type within the JTF (Trading Community Architecture) framework. Additional columns likely store standard contact details such as name, job title, phone numbers, email address, and address information.
Common Use Cases and Queries
This table is primarily accessed to retrieve or report on all contacts associated with specific contracts or parties. Common business scenarios include generating contact lists for a contract, validating contact information during contract authoring, and supporting communication workflows. A typical query would join OKC_CONTACTS to OKC_K_PARTY_ROLES_B and the main contract header table (e.g., OKC_K_HEADERS_B) to list contacts for a given contract number. For example:
- Identifying all contacts for a contract:
SELECT c.* FROM okc_contacts c, okc_k_party_roles_b pr WHERE c.cpl_id = pr.id AND pr.dnz_chr_id = <contract_id>; - Finding contacts based on a specific role type by joining with JTF_OBJECTS_B.
- Reporting on sales credits by joining with OKS_K_SALES_CREDITS where the contact is credited for sales.
Related Objects
The OKC_CONTACTS table is integral to the Contracts Core data model, with several key dependencies. Its primary relationship is with OKC_K_PARTY_ROLES_B, which defines the party (e.g., customer, supplier) the contact is associated with. It references JTF_OBJECTS_B to categorize the contact's role. Furthermore, it is referenced by the OKS_K_SALES_CREDITS table in the Service Contracts module, indicating that contacts can be assigned sales credit for contracts. This table is also likely accessed by standard Oracle Contracts APIs and views that manage contact information for transactional and reporting purposes.
-
Table: OKC_CONTACTS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CONTACTS, object_name:OKC_CONTACTS, status:VALID, product: OKC - Contracts Core , description: An individual acting as a contact point or otherwise named in a Contract. , implementation_dba_data: OKC.OKC_CONTACTS ,
-
Table: OKC_CONTACTS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CONTACTS, object_name:OKC_CONTACTS, status:VALID, product: OKC - Contracts Core , description: An individual acting as a contact point or otherwise named in a Contract. , implementation_dba_data: OKC.OKC_CONTACTS ,
-
View: OKC_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_CONTACTS_V, object_name:OKC_CONTACTS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_CONTACTS , implementation_dba_data: APPS.OKC_CONTACTS_V ,
-
View: OKC_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_CONTACTS_V, object_name:OKC_CONTACTS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_CONTACTS , implementation_dba_data: APPS.OKC_CONTACTS_V ,
-
Table: OKC_CONTACTS_H
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CONTACTS_H, object_name:OKC_CONTACTS_H, status:VALID, product: OKC - Contracts Core , description: History Table for table OKC_CONTACTS , implementation_dba_data: OKC.OKC_CONTACTS_H ,
-
Table: OKC_CONTACTS_H
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CONTACTS_H, object_name:OKC_CONTACTS_H, status:VALID, product: OKC - Contracts Core , description: This is a mirror image of base table OKC_CONTACTS, please refer to the base table for detailed column level information. , implementation_dba_data: OKC.OKC_CONTACTS_H ,
-
Table: OKC_K_PARTY_ROLES_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_PARTY_ROLES_B, object_name:OKC_K_PARTY_ROLES_B, status:VALID, product: OKC - Contracts Core , description: Records the three-way relationship between a contract, the parties to that contract, and the roles that the parties play as they participate in the contract. , implementation_dba_data: OKC.OKC_K_PARTY_ROLES_B ,
-
Table: OKC_K_PARTY_ROLES_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_PARTY_ROLES_B, object_name:OKC_K_PARTY_ROLES_B, status:VALID, product: OKC - Contracts Core , description: Records the three-way relationship between a contract, the parties to that contract, and the roles that the parties play as they participate in the contract. , implementation_dba_data: OKC.OKC_K_PARTY_ROLES_B ,
-
View: OKC_KOL_CONTACTS_V
12.2.2
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
View: OKC_KOL_CONTACTS_V
12.1.1
product: OKC - Contracts Core , implementation_dba_data: Not implemented in this database ,
-
View: OKC_KEXP_REPORT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_KEXP_REPORT_V, object_name:OKC_KEXP_REPORT_V, status:VALID, product: OKC - Contracts Core , description: This view is registered as a source for the Discoverer Folder and Workbook 'Expired Contracts' . This view is a multiple table joins, primarily sourced from the Contracts headers view 'OKC_K_HEADERS_V' for the matched rows that are availble , implementation_dba_data: APPS.OKC_KEXP_REPORT_V ,
-
View: OKC_CONTACTS_HV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_CONTACTS_HV, object_name:OKC_CONTACTS_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKC_CONTACTS. , implementation_dba_data: APPS.OKC_CONTACTS_HV ,
-
View: OKC_KEXP_REPORT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_KEXP_REPORT_V, object_name:OKC_KEXP_REPORT_V, status:VALID, product: OKC - Contracts Core , description: This view is registered as a source for the Discoverer Folder and Workbook 'Expired Contracts' . This view is a multiple table joins, primarily sourced from the Contracts headers view 'OKC_K_HEADERS_V' for the matched rows that are availble , implementation_dba_data: APPS.OKC_KEXP_REPORT_V ,
-
View: OKC_CONTACTS_HV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_CONTACTS_HV, object_name:OKC_CONTACTS_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKC_CONTACTS. , implementation_dba_data: APPS.OKC_CONTACTS_HV ,