[Home] [Help]
[Dependency Information]
| Object Name: | GR_WORK_ADDITIVE_RISKS |
|---|---|
| Object Type: | TABLE |
| Owner: | GR |
| FND Design Data: | GR.GR_WORK_ADDITIVE_RISKS
|
| 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_ADDITIVE_RISKS_PK | NORMAL | UNIQUE |
APPS_TS_NOLOGGING
|
SESSION_ID
ITEM_CODE
RISK_PHRASE_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SESSION_ID | NUMBER | Yes | Surrogate key | |
| RISK_PHRASE_CODE | VARCHAR2 | (15) | Yes | The risk phrase code that is assigned to the risk phrase text. |
| 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
, RISK_PHRASE_CODE
, ITEM_CODE
FROM GR.GR_WORK_ADDITIVE_RISKS;
GR.GR_WORK_ADDITIVE_RISKS does not reference any database object
GR.GR_WORK_ADDITIVE_RISKS is referenced by following:
APPS
GR_WORK_ADDITIVE_RISKS
|
|
|
|