DBA Data[Home] [Help] [Dependency Information]


TABLE: GR.GR_WORK_SAFETY_CATEGORY

Object Details
Object Name: GR_WORK_SAFETY_CATEGORY
Object Type: TABLE
Owner: GR
FND Design Data: TableGR.GR_WORK_SAFETY_CATEGORY
Subobject Name:
Status: VALID


Contains a temporary table used during the document build process.


Storage Details
Tablespace: TablespaceAPPS_TS_NOLOGGING
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GR_WORK_SAFETY_CATEGORY_PK NORMAL UNIQUE TablespaceAPPS_TS_NOLOGGING ColumnSESSION_ID
ColumnITEM_CODE
ColumnSAFETY_PHRASE_CODE
ColumnSAFETY_RULE_GROUP
ColumnSAFETY_CATEGORY_CODE
Columns
Name Datatype Length Mandatory Comments
SESSION_ID NUMBER
Yes Surrogate key
SAFETY_PHRASE_CODE VARCHAR2 (15) Yes Safety phrase code
SAFETY_RULE_GROUP VARCHAR2 (15) 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 (20) 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.
ITEM_CODE VARCHAR2 (32) Yes Item code assigned as part of the Primary Key
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SESSION_ID
,      SAFETY_PHRASE_CODE
,      SAFETY_RULE_GROUP
,      SAFETY_CATEGORY_CODE
,      CATEGORY_VALUE
,      ITEM_CODE
FROM GR.GR_WORK_SAFETY_CATEGORY;

Dependencies

[top of page]

GR.GR_WORK_SAFETY_CATEGORY does not reference any database object

GR.GR_WORK_SAFETY_CATEGORY is referenced by following:

SchemaAPPS
SynonymGR_WORK_SAFETY_CATEGORY