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


TABLE: OKC.OKC_BUS_VARIABLES_TL

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


This table stores the translatable attributes of the business variables that can be used in clauses.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_BUS_VARIABLES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnVARIABLE_CODE
ColumnLANGUAGE
OKC_BUS_VARIABLES_TL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnVARIABLE_NAME
ColumnLANGUAGE
OKC_BUS_VARIABLES_TL_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDESCRIPTION
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
VARIABLE_CODE VARCHAR2 (30) Yes This is the primary key. It will be sequence based system generated in the case of user defined variables and a code in the case of seeded variables i.e. system, table or deliverable variables. These seeded variables are prefixed as OKC$S and OKC$B where B and S indicate Buy and Sell respectively.
VARIABLE_NAME VARCHAR2 (150) Yes This is the translatable name of the variable. The variable name enclosed in tags is embedded in the clause text.
LANGUAGE VARCHAR2 (4) Yes Standard MLS Column.
SOURCE_LANG VARCHAR2 (4) Yes Standard MLS Column.
DESCRIPTION VARCHAR2 (450)
This is a short description of the variable.
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 VARIABLE_CODE
,      VARIABLE_NAME
,      LANGUAGE
,      SOURCE_LANG
,      DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM OKC.OKC_BUS_VARIABLES_TL;

Dependencies

[top of page]

OKC.OKC_BUS_VARIABLES_TL does not reference any database object

OKC.OKC_BUS_VARIABLES_TL is referenced by following:

SchemaAPPS
SynonymOKC_BUS_VARIABLES_TL