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


TABLE: GR.GR_LABEL_PROPERTIES

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


Contains the display properties for the label for each item code. For example, the label Color has a display property of text or phrase entry, and boiling point has display properties of text, low range, high range, and temperature scale.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GR_LABEL_PROPERTIES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSEQUENCE_NUMBER
ColumnPROPERTY_ID
ColumnLABEL_CODE
GR_LABEL_PROPERTIES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROPERTY_ID
GR_LABEL_PROPERTIES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLABEL_CODE
Columns
Name Datatype Length Mandatory Comments
SEQUENCE_NUMBER NUMBER
Yes The sequence number to determine the numerical sequence that will be used for displaying or printing the Label Property on the document. Type 0 to avoid displaying or printing the Label Property.
PROPERTY_ID VARCHAR2 (6) Yes The Property Code for the Label attribute.
LABEL_CODE VARCHAR2 (5) Yes The code identifying the label. Many codes come preconfigured with the application. Examples are: BOILING, FLASH, PH etc.
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
ROLLUP_TYPE NUMBER (5)
Valid Values - 1-High Rollup, 2-Low Rollup, 3-Average Rollup, 4-Sum Rollup, 5-Count Rollup, 6-Country Rollup
PROPERTY_REQUIRED NUMBER (5)
Valid Values - 0-Not Required, 1-Required
Query Text

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


SELECT SEQUENCE_NUMBER
,      PROPERTY_ID
,      LABEL_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ROLLUP_TYPE
,      PROPERTY_REQUIRED
FROM GR.GR_LABEL_PROPERTIES;

Dependencies

[top of page]

GR.GR_LABEL_PROPERTIES does not reference any database object

GR.GR_LABEL_PROPERTIES is referenced by following:

SchemaAPPS
SynonymGR_LABEL_PROPERTIES