[Home] [Help]
[Dependency Information]
Object Name: | OKC_VARIABLE_DOC_TYPES |
---|---|
Object Type: | TABLE |
Owner: | OKC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores the document types that are associated to system-defined variables. This is used to determine the source of the system variable values.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OKC_VARIABLE_DOC_TYPES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
OKC_VARIABLE_DOC_TYPES_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
VARIABLE_CODE | VARCHAR2 | (30) | Yes | This is the Primary Key. Foreign Key to OKC_BUS_VARIABLES_B. |
DOC_TYPE | VARCHAR2 | (30) | Yes | This is the Primary Key. Foreign Key to OKC_BUS_DOC_TYPES_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. | |
VIEW_OBJECT_NAME | VARCHAR2 | (2000) | Yes | Name of the View Object of which the variable is an attribute. |
APPLICATION_ID | NUMBER | Yes | The Application Id. Foreign Key to FND_APPLICATION. | |
ATTRIBUTE_NAME | VARCHAR2 | (50) | The attribute name on the View Object that will be used to source the Variable Value. | |
ATTRIBUTE_INDEX | NUMBER | Not being used currently. Kept for future reference. | ||
CREATED_BY | NUMBER | Yes | Standard Who Columns | |
CREATION_DATE | DATE | Yes | Standard Who Columns | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who Columns | |
LAST_UPDATED_BY | NUMBER | Yes | Standard Who Columns | |
LAST_UPDATE_LOGIN | NUMBER | Yes | Standard Who Columns | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT VARIABLE_CODE
, DOC_TYPE
, OBJECT_VERSION_NUMBER
, VIEW_OBJECT_NAME
, APPLICATION_ID
, ATTRIBUTE_NAME
, ATTRIBUTE_INDEX
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM OKC.OKC_VARIABLE_DOC_TYPES;
OKC.OKC_VARIABLE_DOC_TYPES does not reference any database object
OKC.OKC_VARIABLE_DOC_TYPES is referenced by following:
|
|
|