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


TABLE: GR.GR_LABELS_TL

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


Contains the Label Description that will be displayed or printed on the document. One row displays for each language for each label code.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GR_LABELS_TL_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLABEL_CODE
ColumnLANGUAGE
ColumnZD_EDITION_NAME
GR_LABELS_TL_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLANGUAGE
GR_LABELS_TL_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSOURCE_LANG
Columns
Name Datatype Length Mandatory Comments
LABEL_CODE VARCHAR2 (5) Yes The Code that will be used in the Regulatory module to reference the label information for the Item. Label Codes such as Boiling and Flash Points and PH are prepopulated in the Regulatory module. Additional label codes can also be typed.
LANGUAGE VARCHAR2 (4) Yes Language code.
LABEL_DESCRIPTION VARCHAR2 (240) Yes The Label Description that will be displayed or printed on the document. One row displays for each language for each label code.
SOURCE_LANG VARCHAR2 (4) Yes The Language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well.
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
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT LABEL_CODE
,      LANGUAGE
,      LABEL_DESCRIPTION
,      SOURCE_LANG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ZD_EDITION_NAME
FROM GR.GR_LABELS_TL;

Dependencies

[top of page]

GR.GR_LABELS_TL does not reference any database object

GR.GR_LABELS_TL is referenced by following:

SchemaGR
ViewGR_LABELS_TL#