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


VIEW: APPS.GR_LABEL_PROPERTIES_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


Label properties view


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Internal identifier for hte database row
SEQUENCE_NUMBER NUMBER
Yes Number indicating order in which to appear
PROPERTY_ID VARCHAR2 (6) Yes Internal identifier of the property
LABEL_CODE VARCHAR2 (5) Yes Label Code
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
LABEL_DESCRIPTION VARCHAR2 (240) Yes Label description
PROPERTY_DESCRIPTION VARCHAR2 (240) Yes Property Description
PROPERTY_REQUIRED NUMBER (5)
Indicator to show if the propoerty is required
Query Text

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


SELECT ROW_ID
,      SEQUENCE_NUMBER
,      PROPERTY_ID
,      LABEL_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LABEL_DESCRIPTION
,      PROPERTY_DESCRIPTION
,      PROPERTY_REQUIRED
FROM APPS.GR_LABEL_PROPERTIES_V;

Dependencies

[top of page]

APPS.GR_LABEL_PROPERTIES_V references the following:

SchemaAPPS
SynonymGR_LABELS_TL
SynonymGR_LABEL_PROPERTIES
SynonymGR_PROPERTIES_TL

APPS.GR_LABEL_PROPERTIES_V is not referenced by any database object