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


TABLE: INV.INV_MIN_MAX_TEMP

Object Details
Object Name: INV_MIN_MAX_TEMP
Object Type: TABLE
Owner: INV
Subobject Name:
Status: VALID

Temporary Table Details

INV.INV_MIN_MAX_TEMP 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$SESSION. Data is removed at the end of this period.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Columns
Name Datatype Length Mandatory Comments
ITEM_SEGMENTS VARCHAR2 (800)
DESCRIPTION VARCHAR2 (240)
ERROR VARCHAR2 (80)
SORTEE VARCHAR2 (300)
SUBINVENTORY_CODE VARCHAR2 (10)
MIN_QTY NUMBER

MAX_QTY NUMBER

ONHAND_QTY NUMBER

SUPPLY_QTY NUMBER

DEMAND_QTY NUMBER

TOT_AVAIL_QTY NUMBER

MIN_ORD_QTY NUMBER

MAX_ORD_QTY NUMBER

FIX_MULT NUMBER

REORD_QTY NUMBER

Query Text

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


SELECT ITEM_SEGMENTS
,      DESCRIPTION
,      ERROR
,      SORTEE
,      SUBINVENTORY_CODE
,      MIN_QTY
,      MAX_QTY
,      ONHAND_QTY
,      SUPPLY_QTY
,      DEMAND_QTY
,      TOT_AVAIL_QTY
,      MIN_ORD_QTY
,      MAX_ORD_QTY
,      FIX_MULT
,      REORD_QTY
FROM INV.INV_MIN_MAX_TEMP;

Dependencies

[top of page]

INV.INV_MIN_MAX_TEMP does not reference any database object

INV.INV_MIN_MAX_TEMP is referenced by following:

SchemaAPPS
SynonymINV_MIN_MAX_TEMP