[Home] [Help]
[Dependency Information]
| Object Name: | GR_EURO_MANDATORY_RISKS |
|---|---|
| Object Type: | TABLE |
| Owner: | GR |
| FND Design Data: | GR.GR_EURO_MANDATORY_RISKS
|
| Subobject Name: | |
| Status: | VALID |
Contains the Risk Phrase codes that must be assigned for a hazard when classifying that hazard according to the European directives.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GR_EURO_MANDATORY_RISKS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
RISK_PHRASE_CODE
CONCENTRATION_SEQNO
|
| GR_EURO_MANDATORY_RISKS_N2 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
CONCENTRATION_SEQNO
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RISK_PHRASE_CODE | VARCHAR2 | (15) | Yes | The risk phrase code that is assigned to the risk phrase text. |
| CONCENTRATION_SEQNO | NUMBER | (8) | Yes | Surrogate key for the item. |
| 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 RISK_PHRASE_CODE
, CONCENTRATION_SEQNO
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM GR.GR_EURO_MANDATORY_RISKS;
GR.GR_EURO_MANDATORY_RISKS does not reference any database object
GR.GR_EURO_MANDATORY_RISKS is referenced by following:
APPS
GR_EURO_MANDATORY_RISKS
|
|
|
|