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


TABLE: GR.GR_LABEL_PROD_CLASSES

Object Details
Object Name: GR_LABEL_PROD_CLASSES
Object Type: TABLE
Owner: GR
FND Design Data: TableGR.GR_LABEL_PROD_CLASSES
Subobject Name:
Status: VALID


Contains the product classes that will not print the label code and associated information.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GR_LABEL_PROD_CLASSES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLABEL_CODE
ColumnPRODUCT_CLASS
GR_LABEL_PROD_CLASSES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPRODUCT_CLASS
Columns
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
Query Text

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;

Dependencies

[top of page]

GR.GR_LABEL_PROD_CLASSES does not reference any database object

GR.GR_LABEL_PROD_CLASSES is referenced by following:

SchemaAPPS
SynonymGR_LABEL_PROD_CLASSES