[Home] [Help]
[Dependency Information]
| Object Name: | WF_LOCAL_LANGUAGES |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.WF_LOCAL_LANGUAGES
|
| Subobject Name: | |
| Status: | VALID |
WF_LOCAL_LANGUAGES stores information about languages not normally maintained
in your central repository. This table includes the same columns as
WF_LANGUAGES.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| WF_LOCAL_LANGUAGES_PK | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
CODE
|
| WF_LOCAL_LANGUAGES_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
DISPLAY_NAME
|
| WF_LOCAL_LANGUAGES_U2 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
NLS_LANGUAGE
|
| WF_LOCAL_LANGUAGES_N1 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
INSTALLED_FLAG
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CODE | VARCHAR2 | (4) | Yes | Language code |
| DISPLAY_NAME | VARCHAR2 | (80) | Yes | Name displayed to the user |
| NLS_LANGUAGE | VARCHAR2 | (30) | Yes | Default convention used |
| NLS_TERRITORY | VARCHAR2 | (30) | Yes | Default convention used |
| NLS_CODESET | VARCHAR2 | (30) | Yes | Default convention used |
| INSTALLED_FLAG | VARCHAR2 | (1) | Yes | Indicates if language is installed |
| SECURITY_GROUP_ID | VARCHAR2 | (32) | identifier reserved for hosting environment |
Cut, paste (and edit) the following text to query this object:
SELECT CODE
, DISPLAY_NAME
, NLS_LANGUAGE
, NLS_TERRITORY
, NLS_CODESET
, INSTALLED_FLAG
, SECURITY_GROUP_ID
FROM APPLSYS.WF_LOCAL_LANGUAGES;
APPLSYS.WF_LOCAL_LANGUAGES does not reference any database object
APPLSYS.WF_LOCAL_LANGUAGES is referenced by following:
APPLSYS
WF_LOCAL_LANGUAGES#
|
|
|
|