[Home] [Help]
[Dependency Information]
| Object Name: | XDO_TRANS_UNITS |
|---|---|
| Object Type: | TABLE |
| Owner: | XDO |
| FND Design Data: | XDO.XDO_TRANS_UNITS
|
| Subobject Name: | |
| Status: | VALID |
This table is used to store the header information regarding each segment of translatable text in layout templates.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XDO_TRANS_UNITS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
APPLICATION_SHORT_NAME
TEMPLATE_CODE
UNIT_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_SHORT_NAME | VARCHAR2 | (50) | Yes | Application Short Name |
| TEMPLATE_CODE | VARCHAR2 | (80) | Yes | Template code |
| UNIT_ID | VARCHAR2 | (255) | Yes | Trans Unit ID |
| NOTE | VARCHAR2 | (4000) | Note | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_SHORT_NAME
, TEMPLATE_CODE
, UNIT_ID
, NOTE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM XDO.XDO_TRANS_UNITS;
XDO.XDO_TRANS_UNITS does not reference any database object
XDO.XDO_TRANS_UNITS is referenced by following:
APPS
XDO_TRANS_UNITS
|
|
|
|