[Home] [Help]
[Dependency Information]
| Object Name: | GR_LABEL_PROD_CLASSES |
|---|---|
| Object Type: | TABLE |
| Owner: | GR |
| FND Design Data: | GR.GR_LABEL_PROD_CLASSES
|
| Subobject Name: | |
| Status: | VALID |
Contains the product classes that will not print the label code and associated information.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GR_LABEL_PROD_CLASSES_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
LABEL_CODE
PRODUCT_CLASS
|
| GR_LABEL_PROD_CLASSES_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PRODUCT_CLASS
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LABEL_CODE | VARCHAR2 | (5) | Yes | The code identifying the label. Many codes come preconfigured with the application. Examples are: BOILING, FLASH, PH etc. |
| PRODUCT_CLASS | VARCHAR2 | (10) | Yes | The product class codes are used to define a logical grouping of products by properties or production process. |
| 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 LABEL_CODE
, PRODUCT_CLASS
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM GR.GR_LABEL_PROD_CLASSES;
GR.GR_LABEL_PROD_CLASSES does not reference any database object
GR.GR_LABEL_PROD_CLASSES is referenced by following:
APPS
GR_LABEL_PROD_CLASSES
|
|
|
|