[Home] [Help]
[Dependency Information]
| Object Name: | GR_LABEL_PROPERTIES |
|---|---|
| Object Type: | TABLE |
| Owner: | GR |
| FND Design Data: | GR.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GR_LABEL_PROPERTIES_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SEQUENCE_NUMBER
PROPERTY_ID
LABEL_CODE
|
| GR_LABEL_PROPERTIES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PROPERTY_ID
|
| GR_LABEL_PROPERTIES_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LABEL_CODE
|
| 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 |
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;
GR.GR_LABEL_PROPERTIES does not reference any database object
GR.GR_LABEL_PROPERTIES is referenced by following:
GR
GR_LABEL_PROPERTIES#
|
|
|
|