[Home] [Help]
[Dependency Information]
| Object Name: | GR_WORK_SAFETY_PHRASES |
|---|---|
| Object Type: | TABLE |
| Owner: | GR |
| FND Design Data: | GR.GR_WORK_SAFETY_PHRASES
|
| Subobject Name: | |
| Status: | VALID |
Contains a temporary table used during the document build process.
| Tablespace: | APPS_TS_NOLOGGING |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GR_WORK_SAFETY_PHRASES_PK | NORMAL | UNIQUE |
APPS_TS_NOLOGGING
|
SESSION_ID
ITEM_CODE
SAFETY_PHRASE_CODE
SAFETY_RULE_LEVEL
SAFETY_RULE_GROUP
SAFETY_CATEGORY_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SESSION_ID | NUMBER | Yes | Surrogate key | |
| SAFETY_PHRASE_CODE | VARCHAR2 | (15) | Yes | Safety phrase code |
| SAFETY_RULE_LEVEL | NUMBER | (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. |
| 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. |
| 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. |
| ASSIGN_FLAG | VARCHAR2 | (1) | Yes | Assign the safety phrase flag. |
| ITEM_CODE | VARCHAR2 | (32) | Yes | Item code assigned as part of the Primary Key |
Cut, paste (and edit) the following text to query this object:
SELECT SESSION_ID
, SAFETY_PHRASE_CODE
, SAFETY_RULE_LEVEL
, SAFETY_RULE_GROUP
, SAFETY_CATEGORY_CODE
, CATEGORY_VALUE
, RECOMMENDED_OBLIGATORY_IND
, ASSIGN_FLAG
, ITEM_CODE
FROM GR.GR_WORK_SAFETY_PHRASES;
GR.GR_WORK_SAFETY_PHRASES does not reference any database object
GR.GR_WORK_SAFETY_PHRASES is referenced by following:
GR
GR_WORK_SAFETY_PHRASES#
|
|
|
|