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


TABLE: OKC.OKC_CONDITION_OCCURS

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


Each instance of Condition Occurs represent the occurence of a Condition, meaning an occasion where the Condition (OKC_CONDITION_HEADERS_B) evaluated to true.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_CONDITION_OCCURS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnID
OKC_CONDITION_OCCURS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCNH_ID
Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes System generated Unique Identifier.
CNH_ID NUMBER
Yes Unique identifier of Condition Header. Refers to ID in OKC_CONDITION_HEADERS_B.
DATETIME DATE
Yes Date/time field to indicate the date/time the condition occured.
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.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT ID
,      CNH_ID
,      DATETIME
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM OKC.OKC_CONDITION_OCCURS;

Dependencies

[top of page]

OKC.OKC_CONDITION_OCCURS does not reference any database object

OKC.OKC_CONDITION_OCCURS is referenced by following:

SchemaAPPS
SynonymOKC_CONDITION_OCCURS