[Home] [Help]
[Dependency Information]
| Object Name: | GR_LABEL_PROP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GR.GR_LABEL_PROP_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Contains the rows for the label property code.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | INternal database row identifier | |
| PROPERTY_ID | VARCHAR2 | (6) | Yes | Internal identifier for the property |
| LABEL_CODE | VARCHAR2 | (5) | Yes | Label Code |
| SEQUENCE_NUMBER | NUMBER | Yes | Sequence in which to appear | |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language code |
| DESCRIPTION | VARCHAR2 | (240) | Yes | Property Description |
| PROPERTY_TYPE_INDICATOR | VARCHAR2 | (1) | Yes | Indicator showing property type |
| LENGTH | NUMBER | (3) | Length of the property | |
| RANGE_MIN | NUMBER | Minimum allowed value | ||
| RANGE_MAX | NUMBER | Maximum allowed value | ||
| PRECISION | NUMBER | (8) | Decimal precision if the propoerty value is numeric | |
| ROLLUP_TYPE | NUMBER | (5) | Indicator to include behviour while rolling up the value in product | |
| PROPERTY_REQUIRED | NUMBER | (5) | Indicator to show if the propoerty is mandatory | |
| 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 ROW_ID
, PROPERTY_ID
, LABEL_CODE
, SEQUENCE_NUMBER
, LANGUAGE
, DESCRIPTION
, PROPERTY_TYPE_INDICATOR
, LENGTH
, RANGE_MIN
, RANGE_MAX
, PRECISION
, ROLLUP_TYPE
, PROPERTY_REQUIRED
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.GR_LABEL_PROP_V;
APPS
GR_LABEL_PROPERTIES
GR_PROPERTIES_B
GR_PROPERTIES_TL
APPS.GR_LABEL_PROP_V is not referenced by any database object
|
|
|
|