[Home] [Help]
[Dependency Information]
| Object Name: | GR_LABEL_PROD_CLASSES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GR.GR_LABEL_PROD_CLASSES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Label production classes view
| 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 |
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;
APPS
GR_LABEL_PROD_CLASSES
GR_PRODUCT_CLASSES
APPS.GR_LABEL_PROD_CLASSES_V is not referenced by any database object
|
|
|
|