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


VIEW: APPS.GR_LABEL_PROD_CLASSES_V

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

View Type

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


Label production classes view


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Internal identifier for the database row
LABEL_CODE VARCHAR2 (5) Yes Label code
PRODUCT_CLASS VARCHAR2 (10) Yes Class code for the product
PRODUCT_CLASS_DESC VARCHAR2 (240) Yes Description of the clas of Product
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
Query Text

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


SELECT ROW_ID
,      LABEL_CODE
,      PRODUCT_CLASS
,      PRODUCT_CLASS_DESC
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.GR_LABEL_PROD_CLASSES_V;

Dependencies

[top of page]

APPS.GR_LABEL_PROD_CLASSES_V references the following:

SchemaAPPS
SynonymGR_LABEL_PROD_CLASSES
SynonymGR_PRODUCT_CLASSES

APPS.GR_LABEL_PROD_CLASSES_V is not referenced by any database object