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


TABLE: OKC.OKC_CONTRACT_RISKS

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_CONTRACT_RISKS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUSINESS_DOCUMENT_TYPE
ColumnBUSINESS_DOCUMENT_ID
ColumnBUSINESS_DOCUMENT_VERSION
ColumnRISK_EVENT_ID
Columns
Name Datatype Length Mandatory Comments
BUSINESS_DOCUMENT_TYPE VARCHAR2 (30) Yes Business Document Type for which this risk is created
BUSINESS_DOCUMENT_ID NUMBER
Yes Document ID for which this risk is created.
BUSINESS_DOCUMENT_VERSION NUMBER
Yes Business Document Version for which this risk is created
RISK_EVENT_ID NUMBER
Yes ID of this risk's Risk Event.
PROBABILITY_CODE VARCHAR2 (30)
Risk probability code.
IMPACT_CODE VARCHAR2 (30)
Risk impact code.
COMMENTS VARCHAR2 (2000)
comments.
RISK_OCCURRED_FLAG VARCHAR2 (1)
Flag to indicate if this risk occurred. Values are 'Y' or 'N'.
OCCURRENCE_DATE DATE

Date this risk occurred.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Sequential number set at 1on 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.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column.
Query Text

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


SELECT BUSINESS_DOCUMENT_TYPE
,      BUSINESS_DOCUMENT_ID
,      BUSINESS_DOCUMENT_VERSION
,      RISK_EVENT_ID
,      PROBABILITY_CODE
,      IMPACT_CODE
,      COMMENTS
,      RISK_OCCURRED_FLAG
,      OCCURRENCE_DATE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM OKC.OKC_CONTRACT_RISKS;

Dependencies

[top of page]

OKC.OKC_CONTRACT_RISKS does not reference any database object

OKC.OKC_CONTRACT_RISKS is referenced by following:

SchemaAPPS
SynonymOKC_CONTRACT_RISKS