[Home] [Help]
[Dependency Information]
| Object Name: | MSC_VMI_UI_GRAPH |
|---|---|
| Object Type: | TABLE |
| Owner: | MSC |
| Subobject Name: | |
| Status: | VALID |
MSC.MSC_VMI_UI_GRAPH is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$TRANSACTION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MSC_VMI_UI_GRAPH_N1 | NORMAL | NONUNIQUE |
|
QUERY_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| QUERY_ID | NUMBER | Yes | ||
| GRAPH_DATE | DATE | |||
| MINMAX_MIN_QTY | NUMBER | |||
| MINMAX_MAX_QTY | NUMBER | |||
| PROJECTED_AVAILABLE_BALANCE | NUMBER | |||
| SAFETY_STOCK | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT QUERY_ID
, GRAPH_DATE
, MINMAX_MIN_QTY
, MINMAX_MAX_QTY
, PROJECTED_AVAILABLE_BALANCE
, SAFETY_STOCK
FROM MSC.MSC_VMI_UI_GRAPH;
MSC.MSC_VMI_UI_GRAPH does not reference any database object
MSC.MSC_VMI_UI_GRAPH is referenced by following:
APPS
MSC_VMI_UI_GRAPH
|
|
|
|