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


TABLE: OKC.OKC_ARTICLE_VARIABLES

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


This table stores the variables associated with a clause version. The rows in this table are created by the system by extracting the embedded variables in the clause text.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_ARTICLE_VARIABLES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnARTICLE_VERSION_ID
ColumnVARIABLE_CODE
OKC_ARTICLE_VARIABLES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnVARIABLE_CODE
ColumnARTICLE_VERSION_ID
Columns
Name Datatype Length Mandatory Comments
ARTICLE_VERSION_ID NUMBER
Yes This references the clause version that has the variable. Foreign Key to OKC_ARTICLE_VERSIONS.
VARIABLE_CODE VARCHAR2 (30) Yes This references the variable being used in the clause version. Foreign Key to OKC_BUS_VARIABLES_B.
OBJECT_VERSION_NUMBER NUMBER
Yes Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed.
CREATED_BY NUMBER
Yes Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
LAST_UPDATE_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER
Yes Standard Who column.
LAST_UPDATE_LOGIN NUMBER
Yes Standard Who column.
Query Text

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


SELECT ARTICLE_VERSION_ID
,      VARIABLE_CODE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM OKC.OKC_ARTICLE_VARIABLES;

Dependencies

[top of page]

OKC.OKC_ARTICLE_VARIABLES does not reference any database object

OKC.OKC_ARTICLE_VARIABLES is referenced by following:

SchemaAPPS
SynonymOKC_ARTICLE_VARIABLES