DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.GR_LABELS_TL_V

Object Details
Object Name: GR_LABELS_TL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGR.GR_LABELS_TL_V
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.GR_LABELS_TL_V references the following:

SchemaAPPS
ViewFND_LANGUAGES_VL
SynonymGR_LABELS_TL

APPS.GR_LABELS_TL_V is not referenced by any database object