[Home] [Help]
[Dependency Information]
| Object Name: | JTF_LOC_TYPES_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | JTF |
| FND Design Data: | JTF.JTF_LOC_TYPES_TL
|
| Subobject Name: | |
| Status: | VALID |
JTF_LOC_TYPES_TL stores columns that should be translated for a location type.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JTF_LOC_TYPES_TL_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
LOCATION_TYPE_ID
LANGUAGE
ZD_EDITION_NAME
|
| JTF_LOC_TYPES_TL_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
LOCATION_TYPE_NAME
LANGUAGE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LOCATION_TYPE_ID | NUMBER | Yes | Unique identifier. | |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language of the current record. |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| 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_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | The language the text will mirror. If the text is not translated into LANGUAGE then any change to the text in the source language row will be reflected here as well. |
| LOCATION_TYPE_NAME | VARCHAR2 | (240) | Yes | Name of the location type. |
| LOCATION_TYPE_DESCRIPTION | VARCHAR2 | (4000) | Description of the location type. | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments. | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT LOCATION_TYPE_ID
, LANGUAGE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, SOURCE_LANG
, LOCATION_TYPE_NAME
, LOCATION_TYPE_DESCRIPTION
, SECURITY_GROUP_ID
, ZD_EDITION_NAME
FROM JTF.JTF_LOC_TYPES_TL;
JTF.JTF_LOC_TYPES_TL does not reference any database object
JTF.JTF_LOC_TYPES_TL is referenced by following:
JTF
JTF_LOC_TYPES_TL#
|
|
|
|