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 ,
-
APPS.HZ_PURGE_GEN dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKL_ACC_CALL_PVT dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKS_EXTWAR_UTIL_PUB dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKL_CONTRACT_PARTY_PVT dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKS_IMPORT_INSERT dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKC_OPPORTUNITY_PVT dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKS_COVERAGES_PVT dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKI_REFRESH_PVT dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKE_CONTRACT_PARTY_PUB dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKS_ENTITLEMENTS_PVT dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKC_PARTY_MERGE_PUB dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKL_ARINTF_PVT dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKL_COPY_CONTRACT_PVT dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKL_CONTRACT_PARTY_PVT dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKC_CONTRACT_PVT dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKS_COPY_CONTRACT_PVT dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKL_LOSS_PROV_PVT dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKL_BPD_ADVANCED_BILLING_PVT dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKS_CUSTOMER_ACCEPTANCE_PVT dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKC_OPPORTUNITY_PVT dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKC_OC_INT_SALESCDT_PVT dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKS_COVERAGES_PVT dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKS_UTIL_PUB dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKS_ARFEEDER_PUB dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKC_QA_GENERAL_CHECKLISTS dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKC_PARTY_MERGE_PUB dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKS_MASS_UPDATE_PVT dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKS_SETUP_UTIL_PUB dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKL_DEAL_CREATE_PUB dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKL_ACC_CALL_PVT dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKL_INTEREST_CALC_PVT dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKS_RENCPY_PVT dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKS_IB_UTIL_PVT dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKL_MISC_TRANS_PVT dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKL_DEAL_CREAT_PVT dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKE_IMPORT_CONTRACT_PUB dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKL_BPD_ADVANCED_BILLING_PVT dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKS_IMPORT_INSERT dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKS_IMPORT_TEST_INSERT dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKC_OC_INT_KTQ_PVT dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKL_BLK_AST_UPD_PVT dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKL_LA_JE_PVT dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKL_LA_JE_PVT dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKC_OC_INT_SALESCDT_PVT dependencies on OKC_CONTACTS
12.2.2
-
APPS.OKS_ENTITLEMENTS_WEB dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKL_FUNDING_PVT dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKS_EXTWAR_UTIL_PUB dependencies on OKC_CONTACTS
12.1.1
-
APPS.OKC_CTC_PVT dependencies on OKC_CONTACTS
12.1.1