[Home] [Help]
[Dependency Information]
| Object Name: | GR_PROPERTIES_B |
|---|---|
| Object Type: | TABLE |
| Owner: | GR |
| FND Design Data: | GR.GR_PROPERTIES_B
|
| Subobject Name: | |
| Status: | VALID |
Contains the Property Code and Indicator for the label attributes. A label can have several Property Codes
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GR_PROPERTIES_B_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PROPERTY_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROPERTY_ID | VARCHAR2 | (6) | Yes | The unique property id code. |
| PROPERTY_TYPE_INDICATOR | VARCHAR2 | (1) | Yes | The property type for the property. Valid values are A(Alpha), N(Numeric), D(Date), P(Phrase), F(Flag). |
| LENGTH | NUMBER | (3) | The length of the property type. | |
| PRECISION | NUMBER | (8) | The precision of the property type. | |
| RANGE_MIN | NUMBER | The minimum range of the property. | ||
| RANGE_MAX | NUMBER | The maximum range of the property. | ||
| 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 PROPERTY_ID
, PROPERTY_TYPE_INDICATOR
, LENGTH
, PRECISION
, RANGE_MIN
, RANGE_MAX
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM GR.GR_PROPERTIES_B;
GR.GR_PROPERTIES_B does not reference any database object
GR.GR_PROPERTIES_B is referenced by following:
GR
GR_PROPERTIES_B#
|
|
|
|