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


VIEW: APPS.GR_LABEL_CLASSES_TL_V

Object Details
Object Name: GR_LABEL_CLASSES_TL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGR.GR_LABEL_CLASSES_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 class code.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Database internal identifier for the row
LABEL_CLASS_CODE VARCHAR2 (20) Yes Field name class code
LANGUAGE VARCHAR2 (4) Yes Language that was used to retrieve the label class description
LABEL_CLASS_DESCRIPTION VARCHAR2 (240) Yes The label class description in the specified language
SOURCE_LANG VARCHAR2 (4) Yes The source language of the label class description
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
DESCRIPTION VARCHAR2 (255) Yes Field name class description in the specified language
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROW_ID
,      LABEL_CLASS_CODE
,      LANGUAGE
,      LABEL_CLASS_DESCRIPTION
,      SOURCE_LANG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      DESCRIPTION
FROM APPS.GR_LABEL_CLASSES_TL_V;

Dependencies

[top of page]

APPS.GR_LABEL_CLASSES_TL_V references the following:

SchemaAPPS
ViewFND_LANGUAGES_VL
SynonymGR_LABEL_CLASSES_TL

APPS.GR_LABEL_CLASSES_TL_V is not referenced by any database object