[Home] [Help]
[Dependency Information]
| Object Name: | PAY_MONETARY_UNITS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_MONETARY_UNITS_TL
|
| Subobject Name: | |
| Status: | VALID |
PAY_MONETARY_UNITS_TL holds the translated details of monetary units
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_MONETARY_UNITS_TL_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
MONETARY_UNIT_ID
LANGUAGE
ZD_EDITION_NAME
|
| PAY_MONETARY_UNITS_TL_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LANGUAGE
MONETARY_UNIT_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MONETARY_UNIT_ID | NUMBER | (9) | Yes | System generated key from PAY_MONETARY_UNITS |
| MONETARY_UNIT_NAME | VARCHAR2 | (80) | Yes | Translated monetary unit name |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language of translation |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Source language of the row |
| LAST_UPDATE_DATE | DATE | Standard Who column | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Standard Who column | |
| CREATION_DATE | DATE | Standard Who column | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT MONETARY_UNIT_ID
, MONETARY_UNIT_NAME
, LANGUAGE
, SOURCE_LANG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, ZD_EDITION_NAME
FROM HR.PAY_MONETARY_UNITS_TL;
HR.PAY_MONETARY_UNITS_TL does not reference any database object
HR.PAY_MONETARY_UNITS_TL is referenced by following:
HR
PAY_MONETARY_UNITS_TL#
|
|
|
|