[Home] [Help]
[Dependency Information]
| Object Name: | GR_LINKED_RISKS |
|---|---|
| Object Type: | TABLE |
| Owner: | GR |
| FND Design Data: | GR.GR_LINKED_RISKS
|
| Subobject Name: | |
| Status: | VALID |
Contains additional Risk Phrase Codes for European environmental class hazards that are linked to the first Risk Phrase Code.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GR_LINKED_RISKS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RISK_PHRASE_CODE
CALCULATION_NAME_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RISK_PHRASE_CODE | VARCHAR2 | (15) | Yes | The risk phrase code that is assigned to the risk phrase text. |
| CALCULATION_NAME_ID | VARCHAR2 | (10) | Yes | The Calculation Name ID associated with the health hazard and its Risk Phrases. |
| LINKED_RISK_PHRASE_CODE | VARCHAR2 | (3) | Yes | The additional Risk Phrase Codes for European environmental class hazards that are linked to the first Risk Phrase Code. The Linked Risk Phrase Code flag must be set to Y for the Linked Risk to be active. |
| 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
, CALCULATION_NAME_ID
, LINKED_RISK_PHRASE_CODE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM GR.GR_LINKED_RISKS;
GR.GR_LINKED_RISKS does not reference any database object
GR.GR_LINKED_RISKS is referenced by following:
APPS
GR_LINKED_RISKS
|
|
|
|