[Home] [Help]
[Dependency Information]
| Object Name: | OKC_BUS_VARIABLES_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | OKC |
| FND Design Data: | OKC.OKC_BUS_VARIABLES_TL
|
| Subobject Name: | |
| Status: | VALID |
This table stores the translatable attributes of the business variables that can be used in clauses.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKC_BUS_VARIABLES_TL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
VARIABLE_CODE
LANGUAGE
|
| OKC_BUS_VARIABLES_TL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
VARIABLE_NAME
LANGUAGE
|
| OKC_BUS_VARIABLES_TL_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
DESCRIPTION
LANGUAGE
|
| 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. |
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;
OKC.OKC_BUS_VARIABLES_TL does not reference any database object
OKC.OKC_BUS_VARIABLES_TL is referenced by following:
APPS
OKC_BUS_VARIABLES_TL
|
|
|
|