[Home] [Help]
[Dependency Information]
Object Name: | OKC_ARTICLE_VARIABLES |
---|---|
Object Type: | TABLE |
Owner: | OKC |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OKC_ARTICLE_VARIABLES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
OKC_ARTICLE_VARIABLES_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
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. |
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;
OKC.OKC_ARTICLE_VARIABLES does not reference any database object
OKC.OKC_ARTICLE_VARIABLES is referenced by following:
|
|
|