OKC_CONTACTS_H

Contract contacts are child entities to Contract parties. Just like parties a contact has a defined role in a contract like Contract Manager, Buyer etc. The contact is the point of contact for the party in the context of the created contract.

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

OKC_CONTACTS_H_PK

ID, MAJOR_VERSION

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Yes Primary key for Contract Party Contact.
CONTACT_PUID VARCHAR2 120 Contact PUID
MAJOR_VERSION NUMBER 18 Yes Major Version Number
VERSION_TYPE VARCHAR2 1 Yes VERSION_TYPE can have 3 values: C, A & H. Updates are allowed only if the Version_Type is 'C'
CPL_ID NUMBER 18 Yes Party Role associated with this contact. Refers to ID in OKC_K_PARTY_ROLES_B.
CRO_CODE VARCHAR2 30 Yes Role code of the contact. Refers to Contact Roles setup.
DNZ_CHR_ID NUMBER 18 Yes Id of the contract for which the contact is defined, always populated for performance reasons.
OBJECT1_ID1 NUMBER 18 Yes Identifier1 of the contact in the source system.
OBJECT1_ID2 NUMBER Identifier2 of the contact in the source system.
JTOT_OBJECT1_CODE VARCHAR2 30 Yes Identifies the source of the contact, setup via Contact Role Sources which point to JTF Objects (arbitrary view definitions). For e.g., Salesperson (OKX_SALEPERS) ??? Salesreps from Resource Manager Party Contact (OKX_PCONTACT) ??? Party Contacts from TCA Customer contact for Billing (OKX_CONTBILL) ??? Customer Contacts from TCA Vendor Contact (OKX_VCONTACT) ??? PO Vendor Contacts from PO
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
START_DATE DATE Start date of the contact.
END_DATE DATE End date of the contact.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
CONTACT_SEQUENCE NUMBER 3 The order in which to contact.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE20 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE21 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE22 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE23 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE24 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE25 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE26 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE27 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE28 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE29 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE30 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
OWNER_YN VARCHAR2 1 Owner flag.
EXTERNAL_KEY1 VARCHAR2 120 External key that uniquely identifies a record.
EXTERNAL_KEY2 VARCHAR2 120 Additional attribute to qualify external key.
ACCESS_LEVEL VARCHAR2 30 Contract Access Level, Read access, Full access or No access
SIGNER_YN VARCHAR2 1 Flag to indicate if the contact will be a signer in the contract
BILLING_OWNER_YN VARCHAR2 1 Flag to indicate if the contact is a billing owner for the contract
SIGNER_SEQUENCE NUMBER Sequnce in which signatures will be displayed on document for signers
SIGNATURE_ROLE VARCHAR2 30 Signature Role for eSign and DocuSign
ROUTING_SEQUENCE NUMBER Routing sequence for requesting signature in order

Foreign Keys

Table Foreign Table Foreign Key Column
OKC_CONTACTS_H okc_k_party_roles_b CPL_ID, MAJOR_VERSION
OKC_CONTACTS_H okc_k_headers_all_b DNZ_CHR_ID, MAJOR_VERSION

Indexes

Index Uniqueness Tablespace Columns
OKC_CONTACTS_H_N6 Non Unique Default DNZ_CHR_ID
OKC_CONTACTS_H_U1 Unique Default ID, MAJOR_VERSION