[Home] [Help]
[Dependency Information]
| Object Name: | GR_SAFETY_RULES |
|---|---|
| Object Type: | TABLE |
| Owner: | GR |
| FND Design Data: | GR.GR_SAFETY_RULES
|
| Subobject Name: | |
| Status: | VALID |
Because of the complexity and volume of information stored in this table there will be no maintenance program provided to the user. Changes will typically be made using uploaded PL/SQL scripts.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GR_SAFETY_RULES_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
SAFETY_PHRASE_CODE
SAFETY_RULE_LEVEL
SAFETY_RULE_GROUP
SAFETY_CATEGORY_CODE
|
| GR_SAFETY_RULES_N2 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
SAFETY_CATEGORY_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SAFETY_PHRASE_CODE | VARCHAR2 | (15) | Yes | The safety phrase code that is assigned to safety phrase text. |
| SAFETY_RULE_LEVEL | VARCHAR2 | (1) | Yes | The levels within a meaningful set. There are only two levels used for this design. |
| SAFETY_RULE_GROUP | VARCHAR2 | (2) | Yes | Properties, characteristics or conditions logically grouped into meaningful sets. |
| SAFETY_CATEGORY_CODE | VARCHAR2 | (3) | Yes | A code for the different properties, characteristics or conditions. |
| RECOMMENDED_OBLIGATORY_IND | VARCHAR2 | (1) | Yes | A safety phrase is either obligatory or recommended. This is the field that contains the coded valid types of O for obligatory or R for recommended. R is the default. If a safety phrase criteria does not mention obligatory or recommended specifically, it is assumed that the phrase is recommended. |
| CATEGORY_VALUE | VARCHAR2 | (240) | Yes | The actual stored value of a property, characteristic or condition of an item that will be tested in order to determine if a safety phrase will be applied. |
| 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 SAFETY_PHRASE_CODE
, SAFETY_RULE_LEVEL
, SAFETY_RULE_GROUP
, SAFETY_CATEGORY_CODE
, RECOMMENDED_OBLIGATORY_IND
, CATEGORY_VALUE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM GR.GR_SAFETY_RULES;
GR.GR_SAFETY_RULES does not reference any database object
GR.GR_SAFETY_RULES is referenced by following:
GR
GR_SAFETY_RULES#
|
|
|
|