[Home] [Help]
[Dependency Information]
| Object Name: | OKC_K_ART_VARIABLES |
|---|---|
| Object Type: | TABLE |
| Owner: | OKC |
| FND Design Data: | OKC.OKC_K_ART_VARIABLES
|
| Subobject Name: | |
| Status: | VALID |
Document clause variable table. This will store clause variables used in a document through contract term
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKC_K_ART_VARIABLES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CAT_ID
VARIABLE_CODE
|
| SYS_IL0000329393C00017$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
|
| SYS_IL0000329393C00018$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
|
| OKC_K_ART_VARIABLES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
VARIABLE_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CAT_ID | NUMBER | Yes | Contract clause id | |
| VARIABLE_CODE | VARCHAR2 | (30) | Yes | Variable Code for the Clause variable used |
| VARIABLE_TYPE | VARCHAR2 | (1) | Yes | Variable Type of the Clause variable used |
| EXTERNAL_YN | VARCHAR2 | (1) | Yes | Flag to identify whether the data entry be to allowed for external users |
| ATTRIBUTE_VALUE_SET_ID | NUMBER | Value Set Id of variables. The value for the variable will be sourced from this fnd value set | ||
| VARIABLE_VALUE_ID | VARCHAR2 | (40) | Variable value id | |
| VARIABLE_VALUE | VARCHAR2 | (2000) | Variable value | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed. |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| OVERRIDE_GLOBAL_YN | VARCHAR2 | (1) | Indicator to show whether the global value is overridden or not | |
| GLOBAL_VARIABLE_VALUE | VARCHAR2 | (2000) | Stores value for global variable. This column is used for UI manipulations | |
| GLOBAL_VARIABLE_VALUE_ID | VARCHAR2 | (40) | Stores id value for global variable. This column is used for UI manipulations | |
| MR_VARIABLE_HTML | CLOB | (4000) | ||
| MR_VARIABLE_XML | CLOB | (4000) |
Cut, paste (and edit) the following text to query this object:
SELECT CAT_ID
, VARIABLE_CODE
, VARIABLE_TYPE
, EXTERNAL_YN
, ATTRIBUTE_VALUE_SET_ID
, VARIABLE_VALUE_ID
, VARIABLE_VALUE
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OVERRIDE_GLOBAL_YN
, GLOBAL_VARIABLE_VALUE
, GLOBAL_VARIABLE_VALUE_ID
, MR_VARIABLE_HTML
, MR_VARIABLE_XML
FROM OKC.OKC_K_ART_VARIABLES;
OKC.OKC_K_ART_VARIABLES does not reference any database object
OKC.OKC_K_ART_VARIABLES is referenced by following:
OKC
OKC_K_ART_VARIABLES#
|
|
|
|