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


TABLE: OKC.OKC_CONTACT_SOURCES

Object Details
Object Name: OKC_CONTACT_SOURCES
Object Type: TABLE
Owner: OKC
FND Design Data: TableOKC.OKC_CONTACT_SOURCES
Subobject Name:
Status: VALID


Contact Sources defines the valid data sources that may be used to define a Contract Contact in a certain role (OKC_CONTACTS).
Several Contracts entities, such as Contract Items (OKC_K_ITEMS_B), Contract Parties (OKC_K_PARTY_ROLES_B), Contacts (OKC_CONTACTS), and Rules (OKC_RULES_B), may reference different data sources depending on the Contract Subclass (OKC_SUBCLASS_B) and other factors. These data sources are defined as a series of OKX views. The various data source tables, of which this is one, provide meta-data informing the application as to which data source may be used.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_CONTACT_SOURCES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCRO_CODE
ColumnRLE_CODE
ColumnBUY_OR_SELL
ColumnSTART_DATE
Columns
Name Datatype Length Mandatory Comments
CRO_CODE VARCHAR2 (30) Yes Role code for a Contact such as ''Program Manager'', ''Payer'', Officer''.
RLE_CODE VARCHAR2 (30) Yes Role code for this contact source such as ''Customer'', ''Vendor''.
BUY_OR_SELL VARCHAR2 (3) Yes The role of the contact.
START_DATE DATE
Yes The beginning of the active period, one second after midnight on the date indicated.
END_DATE DATE

The end of the active period, one second before midnight on the date indicated.
JTOT_OBJECT_CODE VARCHAR2 (30) Yes Foreign key to JTF_OBJECTS_B. Represents view referenced by OBJECT_ID columns.
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 Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column.
LAST_UPDATE_DATE DATE
Yes Standard Who column.
CONSTRAINED_YN VARCHAR2 (3) Yes Indicates if this source is constrained.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
ACCESS_LEVEL VARCHAR2 (1)
Indicates the protection level for the record.
Query Text

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


SELECT CRO_CODE
,      RLE_CODE
,      BUY_OR_SELL
,      START_DATE
,      END_DATE
,      JTOT_OBJECT_CODE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CONSTRAINED_YN
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      ACCESS_LEVEL
FROM OKC.OKC_CONTACT_SOURCES;

Dependencies

[top of page]

OKC.OKC_CONTACT_SOURCES does not reference any database object

OKC.OKC_CONTACT_SOURCES is referenced by following:

SchemaAPPS
SynonymOKC_CONTACT_SOURCES