[Home] [Help]
[Dependency Information]
| Object Name: | GR_EIN_ASL_CONCS |
|---|---|
| Object Type: | TABLE |
| Owner: | GR |
| FND Design Data: | GR.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).
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GR_EIN_ASL_CONCS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SEQUENCE_NUMBER
|
| GR_EIN_ASL_CONCS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
EUROPEAN_INDEX_NUMBER
CONCENTRATION_HIGH
CONCENTRATION_LOW
HAZARD_CLASSIFICATION_CODE
|
| GR_EIN_ASL_CONCS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CALCULATION_ID
|
| 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 |
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;
GR.GR_EIN_ASL_CONCS does not reference any database object
GR.GR_EIN_ASL_CONCS is referenced by following:
GR
GR_EIN_ASL_CONCS#
|
|
|
|