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


TABLE: INV.INV_MSN_GTEMP

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

Temporary Table Details

INV.INV_MSN_GTEMP 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.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
INV_MSN_GTEMP_U1 NORMAL UNIQUE Tablespace ColumnSERIAL_NUMBER
ColumnINVENTORY_ITEM_ID
ColumnORGANIZATION_ID
ColumnUSE_FLAG
Columns
Name Datatype Length Mandatory Comments
SERIAL_IDENTIFIER NUMBER

INVENTORY_ITEM_ID NUMBER
Yes
ORGANIZATION_ID NUMBER
Yes
SERIAL_NUMBER VARCHAR2 (30) Yes
USE_FLAG NUMBER

Query Text

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


SELECT SERIAL_IDENTIFIER
,      INVENTORY_ITEM_ID
,      ORGANIZATION_ID
,      SERIAL_NUMBER
,      USE_FLAG
FROM INV.INV_MSN_GTEMP;

Dependencies

[top of page]

INV.INV_MSN_GTEMP does not reference any database object

INV.INV_MSN_GTEMP is referenced by following:

SchemaAPPS
SynonymINV_MSN_GTEMP