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


TABLE: INV.RSV_TEMP

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

Temporary Table Details

INV.RSV_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$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
RSV_TEMP_N1 NORMAL NONUNIQUE Tablespace ColumnP_TREE_ID
ColumnP_RESERVATION_ID
Columns
Name Datatype Length Mandatory Comments
P_ORGANIZATION_ID NUMBER

P_INVENTORY_ITEM_ID NUMBER

P_PRIMARY_RESERVATION_QUANTITY NUMBER

P_TREE_ID NUMBER

P_RESERVATION_ID NUMBER

P_DEMAND_SOURCE_LINE_ID NUMBER

P_DEMAND_SOURCE_HEADER_ID NUMBER

P_DEMAND_SOURCE_NAME VARCHAR2 (1000)
Query Text

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


SELECT P_ORGANIZATION_ID
,      P_INVENTORY_ITEM_ID
,      P_PRIMARY_RESERVATION_QUANTITY
,      P_TREE_ID
,      P_RESERVATION_ID
,      P_DEMAND_SOURCE_LINE_ID
,      P_DEMAND_SOURCE_HEADER_ID
,      P_DEMAND_SOURCE_NAME
FROM INV.RSV_TEMP;

Dependencies

[top of page]

INV.RSV_TEMP does not reference any database object

INV.RSV_TEMP is referenced by following:

SchemaAPPS
SynonymRSV_TEMP