[Home] [Help]
[Dependency Information]
| Object Name: | JTF_PREFAB_FILTERS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | JTF |
| FND Design Data: | JTF.JTF_PREFAB_FILTERS_TL
|
| Subobject Name: | |
| Status: | VALID |
JTF_PREFAB_FILTERS_TL is a translation table.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JTF_PREFAB_FILTERS_TL_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
FILTER_ID
LANGUAGE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FILTER_ID | NUMBER | Yes | sequenced primary key | |
| LANGUAGE | VARCHAR2 | (4) | Yes | translation standard column |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | translation standard column |
| DESCRIPTION | VARCHAR2 | (255) | Yes | translated column |
| 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_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| 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). | |
| SECURITY_GROUP_ID | NUMBER | standard column | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT FILTER_ID
, LANGUAGE
, SOURCE_LANG
, DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, ZD_EDITION_NAME
FROM JTF.JTF_PREFAB_FILTERS_TL;
JTF.JTF_PREFAB_FILTERS_TL does not reference any database object
JTF.JTF_PREFAB_FILTERS_TL is referenced by following:
JTF
JTF_PREFAB_FILTERS_TL#
|
|
|
|