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


VIEW: APPS.GR_PROPERTIES_TL_V

Object Details
Object Name: GR_PROPERTIES_TL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGR.GR_PROPERTIES_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 property code


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Internal database row identifier
PROPERTY_ID VARCHAR2 (6) Yes Internal unique identifier of the property
LANGUAGE VARCHAR2 (4) Yes Language code
PROPERTY_DESC VARCHAR2 (240) Yes Description of the property
SOURCE_LANG VARCHAR2 (4) Yes Source Language
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 Language Description
Query Text

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


SELECT ROW_ID
,      PROPERTY_ID
,      LANGUAGE
,      PROPERTY_DESC
,      SOURCE_LANG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LANG_DESC
FROM APPS.GR_PROPERTIES_TL_V;

Dependencies

[top of page]

APPS.GR_PROPERTIES_TL_V references the following:

SchemaAPPS
ViewFND_LANGUAGES_VL
SynonymGR_PROPERTIES_TL

APPS.GR_PROPERTIES_TL_V is not referenced by any database object