[Home] [Help]
[Dependency Information]
Object Name: | WF_ITEM_TYPES_TL |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Translation table for the WF_ITEM_TYPES table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
WF_ITEM_TYPES_TL_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
WF_ITEM_TYPES_TL_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NAME | VARCHAR2 | (8) | Yes | Internal name of the item type |
LANGUAGE | VARCHAR2 | (4) | Yes | Language |
DISPLAY_NAME | VARCHAR2 | (80) | Yes | Display name of the item type |
PROTECT_LEVEL | NUMBER | Yes | Level at which the data is protected | |
CUSTOM_LEVEL | NUMBER | Yes | Level of user who last updated the row | |
DESCRIPTION | VARCHAR2 | (240) | Description | |
SOURCE_LANG | VARCHAR2 | (4) | Yes | The Language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well. |
SECURITY_GROUP_ID | VARCHAR2 | (32) | identifier reserved for hosting environment | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT NAME
, LANGUAGE
, DISPLAY_NAME
, PROTECT_LEVEL
, CUSTOM_LEVEL
, DESCRIPTION
, SOURCE_LANG
, SECURITY_GROUP_ID
, ZD_EDITION_NAME
FROM APPLSYS.WF_ITEM_TYPES_TL;
APPLSYS.WF_ITEM_TYPES_TL does not reference any database object
APPLSYS.WF_ITEM_TYPES_TL is referenced by following:
|
|
|