[Home] [Help]
[Dependency Information]
| Object Name: | HZ_TRANS_ATTRIBUTES_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.HZ_TRANS_ATTRIBUTES_TL
|
| Subobject Name: | |
| Status: | VALID |
The HZ_TRANS_ATTRIBUTES_TL table stores translated user-defined
attribute names for the attributes defined in the HZ_TRANS_ATTRIBUTES_B table,
for all the installed languages. The transformed attributes are used for Data
Quality Management.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HZ_TRANS_ATTRIBUTES_TL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ATTRIBUTE_ID
LANGUAGE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ATTRIBUTE_ID | NUMBER | (15) | Yes | Sequence generated id to uniquely identify a transformation attribute |
| USER_DEFINED_ATTRIBUTE_NAME | VARCHAR2 | (255) | Yes | User defined Attribute name |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language code of the text in ATTRIBUTE_NAME AND USER_DEFINED_ATTRIBUTE_NAME |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Language code of the source record |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| OBJECT_VERSION_NUMBER | NUMBER | Version number of record | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ATTRIBUTE_ID
, USER_DEFINED_ATTRIBUTE_NAME
, LANGUAGE
, SOURCE_LANG
, LAST_UPDATE_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, ZD_EDITION_NAME
FROM AR.HZ_TRANS_ATTRIBUTES_TL;
AR.HZ_TRANS_ATTRIBUTES_TL does not reference any database object
AR.HZ_TRANS_ATTRIBUTES_TL is referenced by following:
AR
HZ_TRANS_ATTRIBUTES_TL#
|
|
|
|