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


TABLE: GR.GR_EIN_ASL_CONCS

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


Contains one record of concentration information for each EINECS Number (European Inventory of Existing Chemical Substances number).


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GR_EIN_ASL_CONCS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSEQUENCE_NUMBER
GR_EIN_ASL_CONCS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEUROPEAN_INDEX_NUMBER
ColumnCONCENTRATION_HIGH
ColumnCONCENTRATION_LOW
ColumnHAZARD_CLASSIFICATION_CODE
GR_EIN_ASL_CONCS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCALCULATION_ID
Columns
Name Datatype Length Mandatory Comments
SEQUENCE_NUMBER NUMBER (8) Yes The Regulatory module assigns the EINECS Sequence Number (European Inventory of Existing Chemical Substances number) that determines the order in which the concentration is displayed or printed on the document.
EUROPEAN_INDEX_NUMBER VARCHAR2 (70) Yes The Regulatory module assigns the European Index Number for the material or substance.
CONCENTRATION_HIGH NUMBER (15) Yes The highest value of the Concentration Range for which information should be displayed or printed on the document.
CONCENTRATION_LOW NUMBER (15) Yes The lowest value of the Concentration Range for which information should be displayed or printed on the document.
CONSOLIDATED_RISK_PHRASE VARCHAR2 (240)
The Risk Phrases that will be displayed or printed on the document for the item.
CALCULATION_ID VARCHAR2 (2) Yes The ID number associated with the calculation.
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
HAZARD_CLASSIFICATION_CODE VARCHAR2 (2)
Classification code for Hazardous materials
Query Text

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


SELECT SEQUENCE_NUMBER
,      EUROPEAN_INDEX_NUMBER
,      CONCENTRATION_HIGH
,      CONCENTRATION_LOW
,      CONSOLIDATED_RISK_PHRASE
,      CALCULATION_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      HAZARD_CLASSIFICATION_CODE
FROM GR.GR_EIN_ASL_CONCS;

Dependencies

[top of page]

GR.GR_EIN_ASL_CONCS does not reference any database object

GR.GR_EIN_ASL_CONCS is referenced by following:

SchemaAPPS
SynonymGR_EIN_ASL_CONCS