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


TABLE: GR.GR_ITEM_PROPERTIES

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


Contains the characteristics of the item such as physical properties, transport, and country-specific information.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GR_ITEM_PROPERTIES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnITEM_CODE
ColumnSEQUENCE_NUMBER
ColumnPROPERTY_ID
ColumnLABEL_CODE
GR_ITEM_PROPERTIES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSEQUENCE_NUMBER
ColumnPROPERTY_ID
ColumnLABEL_CODE
Columns
Name Datatype Length Mandatory Comments
ITEM_CODE VARCHAR2 (32) Yes The Item Code for the substance used in or produced by the process.
SEQUENCE_NUMBER NUMBER (8) Yes The display order.
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.
NUMBER_VALUE NUMBER (15)
The number value associated with the property.
ALPHA_VALUE VARCHAR2 (240)
The required value or description.
DATE_VALUE DATE

The required date. Examples of valid date formats are: MM/DD/YY, DD/MM/YY, DD-MON-YYYY.
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
PRINT_TECH_PARM VARCHAR2 (1)
Print the Laboratory Technical Parameters on the MSDS report.
MIGRATION_IND NUMBER (5)
Column used as migration indicator
Query Text

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


SELECT ITEM_CODE
,      SEQUENCE_NUMBER
,      PROPERTY_ID
,      LABEL_CODE
,      NUMBER_VALUE
,      ALPHA_VALUE
,      DATE_VALUE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      PRINT_TECH_PARM
,      MIGRATION_IND
FROM GR.GR_ITEM_PROPERTIES;

Dependencies

[top of page]

GR.GR_ITEM_PROPERTIES does not reference any database object

GR.GR_ITEM_PROPERTIES is referenced by following:

SchemaGR
ViewGR_ITEM_PROPERTIES#