[Home] [Help]
[Dependency Information]
| Object Name: | XTR_LAYOUT_VALUES |
|---|---|
| Object Type: | TABLE |
| Owner: | XTR |
| FND Design Data: | XTR.XTR_LAYOUT_VALUES
|
| Subobject Name: | |
| Status: | VALID |
XTR_LAYOUT_VALUES contains the common variables (or columns from which the values will derive from) for your confirmation letter templates. Each row corresponds to a variable (column) of a template type, and includes the column name, description, data type, and length.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XTR_LAYOUT_VALUES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
TEMPLATE_TYPE
FIELD_NAME
|
| XTR_LAYOUT_VALUES_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
TEMPLATE_TYPE
DESCRIPTION
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COL_VALUE | VARCHAR2 | (200) | Yes | Column (common variable) name in SQL text format |
| DESCRIPTION | VARCHAR2 | (100) | Yes | Column (common variable) description |
| FIELD_FORMAT | VARCHAR2 | (25) | Format mask for the column (common variable) | |
| FIELD_NAME | VARCHAR2 | (50) | Yes | Column (common variable) name |
| FIELD_TYPE | VARCHAR2 | (15) | Column (common variable) data type | |
| LENGTH | NUMBER | Yes | Data length of the column (common variable) | |
| TEMPLATE_TYPE | VARCHAR2 | (50) | Yes | Template type |
| VIEW_SUBSECTION | NUMBER | Not currently used |
Cut, paste (and edit) the following text to query this object:
SELECT COL_VALUE
, DESCRIPTION
, FIELD_FORMAT
, FIELD_NAME
, FIELD_TYPE
, LENGTH
, TEMPLATE_TYPE
, VIEW_SUBSECTION
FROM XTR.XTR_LAYOUT_VALUES;
XTR.XTR_LAYOUT_VALUES does not reference any database object
XTR.XTR_LAYOUT_VALUES is referenced by following:
APPS
XTR_LAYOUT_VALUES
|
|
|
|