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


TABLE: OKC.OKC_VARIABLE_DOC_TYPES

Object Details
Object Name: OKC_VARIABLE_DOC_TYPES
Object Type: TABLE
Owner: OKC
FND Design Data: TableOKC.OKC_VARIABLE_DOC_TYPES
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.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_VARIABLE_DOC_TYPES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnDOC_TYPE
ColumnVARIABLE_CODE
OKC_VARIABLE_DOC_TYPES_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnVARIABLE_CODE
ColumnDOC_TYPE
Columns
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
Query Text

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
FROM OKC.OKC_VARIABLE_DOC_TYPES;

Dependencies

[top of page]

OKC.OKC_VARIABLE_DOC_TYPES does not reference any database object

OKC.OKC_VARIABLE_DOC_TYPES is referenced by following:

SchemaAPPS
SynonymOKC_VARIABLE_DOC_TYPES