[Home] [Help]
[Dependency Information]
| Object Name: | GR_LABELS_TL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GR.GR_LABELS_TL_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Contains the rows that have a language dependent description for the label code where the language is equal to the user environment variable LANG.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Database row identifier | |
| LABEL_CODE | VARCHAR2 | (5) | Yes | Label code |
| LANGUAGE | VARCHAR2 | (4) | Yes | language code |
| LABEL_DESCRIPTION | VARCHAR2 | (240) | Yes | description of the label |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Language code for the source language of the label |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| LANG_DESC | VARCHAR2 | (255) | Yes | Description of the language |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, LABEL_CODE
, LANGUAGE
, LABEL_DESCRIPTION
, SOURCE_LANG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, LANG_DESC
FROM APPS.GR_LABELS_TL_V;
APPS
FND_LANGUAGES_VL
GR_LABELS_TL
APPS.GR_LABELS_TL_V is not referenced by any database object
|
|
|
|