DBA Data[Home] [Help] [Dependency Information]


TABLE: OKS.OKS_K_ORDER_CONTACTS

Object Details
Object Name: OKS_K_ORDER_CONTACTS
Object Type: TABLE
Owner: OKS
FND Design Data: TableOKS.OKS_K_ORDER_CONTACTS
Subobject Name:
Status: VALID


OKS_K_ORDER_CONTACTS table records information of party contacts defined for a service order line. This detail are entered through Contract details form and is invoked for a Service Order line, from Sales order form. Party contacts are created, when a service order line is interfaced from Order Management to Oracle Service Contracts.Multiple contacts can be defined for each service order line.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKS_K_ORDER_CONTACTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnID
OKS_K_ORDER_CONTACTS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOD_ID
ColumnCRO_CODE
ColumnOBJECT1_ID1
ColumnOBJECT1_ID2
Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes Unique Identifier for Contacts
COD_ID NUMBER
Yes Contract details unique identifier (References OKS_K_ORDER_DETAILS.ID)
CRO_CODE VARCHAR2 (30) Yes Stores the Contact role. (References FND_LOOKUP.lookup_code with LOOKUP_TYPE='OKC_CONTACT_ROLE')
OBJECT1_ID1 VARCHAR2 (40) Yes Party Contact Id (References HZ_RELATIONSHIPS.PARTY_ID)
OBJECT1_ID2 VARCHAR2 (40) Yes Not used
JTOT_OBJECT_CODE VARCHAR2 (30) Yes Foreign key to JTF_OBJECTS_B. Represents view referenced by OBJECT_ID columns. (OKX_PCONTACT)
OBJECT_VERSION_NUMBER NUMBER (9) Yes Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed.
CREATED_BY NUMBER (15) Yes ID of the user whom created the record.
CREATION_DATE DATE
Yes Date the record was created.
LAST_UPDATED_BY NUMBER (15) Yes ID of the last user who updated the record.
LAST_UPDATE_DATE DATE
Yes Date the record was last updated.
SECURITY_GROUP_ID NUMBER

Used to create a Virtual Private Database which was originally designed to be used by Hosting services. Now obsolete.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ID
,      COD_ID
,      CRO_CODE
,      OBJECT1_ID1
,      OBJECT1_ID2
,      JTOT_OBJECT_CODE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      SECURITY_GROUP_ID
FROM OKS.OKS_K_ORDER_CONTACTS;

Dependencies

[top of page]

OKS.OKS_K_ORDER_CONTACTS does not reference any database object

OKS.OKS_K_ORDER_CONTACTS is referenced by following:

SchemaAPPS
SynonymOKS_K_ORDER_CONTACTS