[Home] [Help]
[Dependency Information]
| Object Name: | JTF_NAV_TREE_ROOTS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | JTF |
| FND Design Data: | JTF.JTF_NAV_TREE_ROOTS_TL
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JTF_NAV_TREE_ROOTS_TL_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
TREE_ROOT_ID
LANGUAGE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TREE_ROOT_ID | NUMBER | (15) | Yes | The value associated with the root. |
| ROOT_LABEL | VARCHAR2 | (240) | Yes | The translated label. |
| LANGUAGE | VARCHAR2 | (4) | Yes | The language of the translation. |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | The translated language. |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| 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). | |
| 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). |
| SECURITY_GROUP_ID | NUMBER | Security Group Id, used for hosting with VPD enabled | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT TREE_ROOT_ID
, ROOT_LABEL
, LANGUAGE
, SOURCE_LANG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, SECURITY_GROUP_ID
, ZD_EDITION_NAME
FROM JTF.JTF_NAV_TREE_ROOTS_TL;
JTF.JTF_NAV_TREE_ROOTS_TL does not reference any database object
JTF.JTF_NAV_TREE_ROOTS_TL is referenced by following:
JTF
JTF_NAV_TREE_ROOTS_TL#
|
|
|
|