Search Results okc_rep_party_contacts
Overview
The OKC_REP_PARTY_CONTACTS table is a core data object within the Oracle E-Business Suite Contracts Core (OKC) module. It functions as the central repository for storing contact information associated with parties defined in a contract. Its primary role is to link a specific contract party to one or more individual contacts, enabling detailed communication and responsibility assignment within the contractual framework. The table is designed to support a heterogeneous data model, as contact records are not stored directly but are referenced from external source tables based on the party's role in the contract, such as Supplier, Customer, or Employee.
Key Information Stored
The table's structure is defined to manage the relationship between a contract party and their contacts. The critical columns include PARTY_CONTACT_ID, which serves as the primary key for each unique contact association. The CONTRACT_PARTY_ID is a foreign key that links the contact to a specific party record within the OKC_REP_CONTRACT_PARTIES table. The CONTACT_ROLE_ID foreign key associates the contact with a defined role from the OKC_REP_CONTACT_ROLES_B table, specifying their function (e.g., approver, signatory). Crucially, the table holds foreign key references to the source contact systems—such as PO_VENDOR_CONTACTS for supplier contacts, HZ_PARTIES for trading community contacts, and PER_PEOPLE_F for employee contacts—though the exact column names for these references are implied by the description rather than explicitly listed in the provided metadata.
Common Use Cases and Queries
A primary use case is generating contract summaries or reports that list all responsible contacts for each involved party. Support personnel often query this table to identify points of contact for contract-related inquiries or issue resolution. A typical reporting query would join OKC_REP_PARTY_CONTACTS to OKC_REP_CONTRACT_PARTIES and then to the relevant source contact table based on the PARTY_ROLE, while also fetching the contact role description. For example, to find all supplier contacts for a contract, the system would join through CONTRACT_PARTY_ID, filter for parties with a 'SUPPLIER' role, and then retrieve the actual contact details from PO_VENDOR_CONTACTS using the stored reference key.
Related Objects
- OKC_REP_CONTRACT_PARTIES: This table has a direct foreign key relationship. The CONTRACT_PARTY_ID column in OKC_REP_PARTY_CONTACTS references the primary key in OKC_REP_CONTRACT_PARTIES, establishing which contract party the contact belongs to.
- OKC_REP_CONTACT_ROLES_B: This table defines the valid contact roles. The CONTACT_ROLE_ID column in OKC_REP_PARTY_CONTACTS is a foreign key to this table, classifying the contact's purpose (e.g., technical, administrative).
- Source Contact Tables (PO_VENDOR_CONTACTS, HZ_PARTIES, PER_PEOPLE_F): Although not listed as formal foreign keys in the provided snippet, the documentation explicitly states that contact records are sourced from these tables depending on the associated party's role, creating critical logical dependencies for data integrity and display.
-
Table: OKC_REP_PARTY_CONTACTS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_REP_PARTY_CONTACTS, object_name:OKC_REP_PARTY_CONTACTS, status:VALID, product: OKC - Contracts Core , description: Stores the contacts for a party in a contract. The contact record can be from PO_VENDOR_CONTACTS, HZ_PARTIES, or PER_PEOPLE_F, depending on the party role of the contacts party. A contact whose party has a role of SUPPLIER comes from PO_ , implementation_dba_data: OKC.OKC_REP_PARTY_CONTACTS ,
-
Table: OKC_REP_PARTY_CONTACTS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_REP_PARTY_CONTACTS, object_name:OKC_REP_PARTY_CONTACTS, status:VALID, product: OKC - Contracts Core , description: This table stores the contacts for a party in a contract. The contact record can be from PO_VENDOR_CONTACTS, HZ_PARTIES, or PER_PEOPLE_F, depending on the party role of the contact party. A contact whose party has a role of SUPPLIER_ORG c , implementation_dba_data: OKC.OKC_REP_PARTY_CONTACTS ,
-
APPS.OKC_REP_CONTRACT_PROCESS_PVT dependencies on OKC_REP_PARTY_CONTACTS
12.1.1
-
APPS.OKC_REP_QA_CHECK_PVT dependencies on OKC_REP_PARTY_CONTACTS
12.1.1
-
APPS.OKC_REP_UTIL_PVT dependencies on OKC_REP_PARTY_CONTACTS
12.1.1
-
APPS.OKC_REP_SIGN_WF_PVT dependencies on OKC_REP_PARTY_CONTACTS
12.2.2
-
APPS.OKC_REP_UTIL_PVT dependencies on OKC_REP_PARTY_CONTACTS
12.2.2
-
APPS.OKC_REP_QA_CHECK_PVT dependencies on OKC_REP_PARTY_CONTACTS
12.2.2
-
APPS.OKC_REP_CONTRACT_PROCESS_PVT dependencies on OKC_REP_PARTY_CONTACTS
12.2.2
-
SYNONYM: APPS.OKC_REP_PARTY_CONTACTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_REP_PARTY_CONTACTS, status:VALID,
-
APPS.OKC_REP_CONTRACT_TEXT_IDX_PVT SQL Statements
12.2.2
-
APPS.OKC_REP_CONTRACT_TEXT_IDX_PVT SQL Statements
12.1.1
-
VIEW: OKC.OKC_REP_PARTY_CONTACTS#
12.2.2
-
VIEW: OKC.OKC_REP_PARTY_CONTACTS#
12.2.2
owner:OKC, object_type:VIEW, object_name:OKC_REP_PARTY_CONTACTS#, status:VALID,
-
SYNONYM: APPS.OKC_REP_PARTY_CONTACTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_REP_PARTY_CONTACTS, status:VALID,
-
TABLE: OKC.OKC_REP_PARTY_CONTACTS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_REP_PARTY_CONTACTS, object_name:OKC_REP_PARTY_CONTACTS, status:VALID,
-
TABLE: OKC.OKC_REP_PARTY_CONTACTS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_REP_PARTY_CONTACTS, object_name:OKC_REP_PARTY_CONTACTS, status:VALID,
-
Table: OKC_REP_CONTACT_ROLES_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_REP_CONTACT_ROLES_B, object_name:OKC_REP_CONTACT_ROLES_B, status:VALID, product: OKC - Contracts Core , description: Stores the user-defined contact roles. , implementation_dba_data: OKC.OKC_REP_CONTACT_ROLES_B ,
-
APPS.OKC_REP_UTIL_PVT dependencies on OKC_CONTRACT_RISKS
12.2.2
-
APPS.OKC_REP_QA_CHECK_PVT dependencies on OKC_BUS_DOC_TYPES_B
12.2.2
-
Table: OKC_REP_CONTRACTS_ALL
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_REP_CONTRACTS_ALL, object_name:OKC_REP_CONTRACTS_ALL, status:VALID, product: OKC - Contracts Core , description: This table is the main Contracts table. This table stores the latest version of all contracts authored in Contract Repository. , implementation_dba_data: OKC.OKC_REP_CONTRACTS_ALL ,
-
APPS.OKC_REP_QA_CHECK_PVT SQL Statements
12.2.2
-
Table: OKC_REP_CONTACT_ROLES_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_REP_CONTACT_ROLES_B, object_name:OKC_REP_CONTACT_ROLES_B, status:VALID, product: OKC - Contracts Core , description: This table stores user-defined Contact Roles. , implementation_dba_data: OKC.OKC_REP_CONTACT_ROLES_B ,
-
Table: OKC_REP_CONTRACT_PARTIES
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_REP_CONTRACT_PARTIES, object_name:OKC_REP_CONTRACT_PARTIES, status:VALID, product: OKC - Contracts Core , description: This table stores the Parties in a Contract. The Party can be from PO_VENDORS, HZ_PARTIES, or HR_ALL_ORGANIZATION_UNITS. A PARTY_ID with a PARTY_ROLE_CODE of SUPPLIER-ORG comes from PO_VENDORS; A PARTY_ID with a PARTY_ROLE_CODE of CUSTOMER , implementation_dba_data: OKC.OKC_REP_CONTRACT_PARTIES ,
-
APPS.OKC_REP_CONTRACT_PROCESS_PVT dependencies on PER_ALL_PEOPLE_F
12.2.2
-
Table: OKC_REP_CONTRACT_PARTIES
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_REP_CONTRACT_PARTIES, object_name:OKC_REP_CONTRACT_PARTIES, status:VALID, product: OKC - Contracts Core , description: Stores the Parties in a contract. The party can be from PO_VENDORS, HZ_PARTIES, or HR_ALL_ORGANIZATION_UNITS. A PARTY_ID with a PARTY_ROLE_CODE of SUPPLIER comes from PO_VENDORS; A PARTY_ID with a PARTY_ROLE_CODE of CUSTOMER or PARTNER com , implementation_dba_data: OKC.OKC_REP_CONTRACT_PARTIES ,
-
APPS.OKC_REP_CONTRACT_PROCESS_PVT dependencies on PER_ALL_PEOPLE_F
12.1.1
-
PACKAGE BODY: APPS.OKC_REP_QA_CHECK_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_REP_QA_CHECK_PVT, status:VALID,
-
APPS.OKC_REP_SIGN_WF_PVT dependencies on OKC_REP_SIGNATURE_DETAILS
12.2.2
-
PACKAGE BODY: APPS.OKC_REP_QA_CHECK_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_REP_QA_CHECK_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_REP_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_REP_UTIL_PVT, status:VALID,
-
APPS.OKC_REP_SIGN_WF_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OKC_REP_SIGN_WF_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_REP_SIGN_WF_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_REP_UTIL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_REP_UTIL_PVT, status:VALID,
-
APPS.OKC_REP_UTIL_PVT dependencies on FND_USER
12.2.2
-
PACKAGE BODY: APPS.OKC_REP_CONTRACT_PROCESS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_REP_CONTRACT_PROCESS_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_REP_CONTRACT_TEXT_IDX_PVT
12.1.1
-
PACKAGE BODY: APPS.OKC_REP_CONTRACT_PROCESS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_REP_CONTRACT_PROCESS_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_REP_CONTRACT_TEXT_IDX_PVT
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design 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
-
APPS.OKC_REP_QA_CHECK_PVT SQL Statements
12.1.1
-
APPS.OKC_REP_UTIL_PVT dependencies on FND_FILE
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.OKC_REP_UTIL_PVT dependencies on OKC_REP_CON_STATUS_HIST
12.2.2