[Home] [Help]
[Dependency Information]
| Object Name: | POR_TEMPLATE_ATTRIBUTES_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | ICX |
| Subobject Name: | |
| Status: | VALID |
This table stores the translatable information about information template attributes.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| POR_TEMPLATE_ATTRIBUTES_TL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ATTRIBUTE_CODE
LANGUAGE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ATTRIBUTE_CODE | VARCHAR2 | (30) | Yes | Unique identifier of template attribute. This is a foreign key to column 'ATTRIBUTE_CODE' in base table |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Source language in which the attribute was created |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language code |
| ATTRIBUTE_NAME | VARCHAR2 | (240) | Yes | Information template attribute name |
| DESCRIPTION | VARCHAR2 | (240) | Description for template attribute | |
| DEFAULT_VALUE | VARCHAR2 | (240) | Default value for template attribute | |
| CREATED_BY | NUMBER | Yes | Internal identifier of user who created the row | |
| CREATION_DATE | DATE | Yes | Date on which row was created | |
| LAST_UPDATED_BY | NUMBER | Yes | Internal identifier of user who last updated the row | |
| LAST_UPDATE_DATE | DATE | Yes | Date on which row was last updated | |
| LAST_UPDATE_LOGIN | NUMBER | Operating system login of user who last updated the row |
Cut, paste (and edit) the following text to query this object:
SELECT ATTRIBUTE_CODE
, SOURCE_LANG
, LANGUAGE
, ATTRIBUTE_NAME
, DESCRIPTION
, DEFAULT_VALUE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM ICX.POR_TEMPLATE_ATTRIBUTES_TL;
ICX.POR_TEMPLATE_ATTRIBUTES_TL does not reference any database object
ICX.POR_TEMPLATE_ATTRIBUTES_TL is referenced by following:
ICX
POR_TEMPLATE_ATTRIBUTES_TL#
|
|
|
|