[Home] [Help]
[Dependency Information]
| Object Name: | WF_LANGUAGES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FND.WF_LANGUAGES
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
WF_LANGUAGES is a view of information regarding national dialects.
The table also joins languages and territories to identify each available
dialect. Each row includes the primary language, such as 'en' for
English, the territory code where the dialect is spoken, such as 'US' for
U.S.A., the short name for the dialect, such as 'usaeng', and the full
name of the dialect, such as 'American English'. Each row also includes
the internal language code and territory code, the code set for the
dialect, and a flag to indicate the status of the dialect. You need one row
for each dialect.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CODE | VARCHAR2 | (4) | Yes | Language code |
| DISPLAY_NAME | VARCHAR2 | (255) | Yes | Name displayed to the user |
| NLS_LANGUAGE | VARCHAR2 | (30) | Yes | Default conventions used |
| NLS_TERRITORY | VARCHAR2 | (30) | Yes | Default conventions used |
| NLS_CODESET | VARCHAR2 | (30) | Default conventions used | |
| INSTALLED_FLAG | VARCHAR2 | (1) | Indicates if language is installed |
Cut, paste (and edit) the following text to query this object:
SELECT CODE
, DISPLAY_NAME
, NLS_LANGUAGE
, NLS_TERRITORY
, NLS_CODESET
, INSTALLED_FLAG
FROM APPS.WF_LANGUAGES;
APPS
FND_LANGUAGES
FND_LANGUAGES_TL
APPS
ASO_PUBLISH_MISC_INT
- show dependent code
ECX_STANDARDS_PKG
- show dependent code
ECX_TRANSACTIONS_PKG
- show dependent code
ECX_XREF_DTL_PKG
- show dependent code
ECX_XREF_HDR_PKG
- show dependent code
ECX_XREF_STANDARDS_PKG
- show dependent code
FND_SVC_COMP_PARAMS_PKG
- show dependent code
FND_SVC_COMP_TYPES_PKG
- show dependent code
POR_CONTRACTOR_NOTIFY
- show dependent code
PO_COMMUNICATION_PVT
- show dependent code
PO_REQAPPROVAL_INIT1
- show dependent code
WF_ACTIVITIES_PKG
- show dependent code
WF_ACTIVITY_ATTRIBUTES_PKG
- show dependent code
WF_DIAGNOSTICS
- show dependent code
WF_DIRECTORY
- show dependent code
WF_DIRECTORY_PARTITIONS_PKG
- show dependent code
WF_EVENTS_PKG
- show dependent code
WF_ITEM_ATTRIBUTES_PKG
- show dependent code
WF_ITEM_TYPES_PKG
- show dependent code
WF_LOOKUPS_PKG
- show dependent code
WF_LOOKUP_TYPES_PKG
- show dependent code
WF_MAIL
- show dependent code
WF_MESSAGES_PKG
- show dependent code
WF_MESSAGE_ATTRIBUTES_PKG
- show dependent code
WF_MONITOR
- show dependent code
WF_NOTIFICATION
- show dependent code
WF_NOTIFICATION_UTIL
- show dependent code
WF_NTF_RULES_PKG
- show dependent code
WF_PREF
- show dependent code
WF_RESOURCES_PKG
- show dependent code
WF_XML
- show dependent code
|
|
|
|