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


TABLE: BOM.CST_LISTS_TEMP

Object Details
Object Name: CST_LISTS_TEMP
Object Type: TABLE
Owner: BOM
Subobject Name:
Status: VALID

A temporary table to store lists of entities

Temporary Table Details

BOM.CST_LISTS_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
Indexes
Index Type Uniqueness Tablespace Column
CST_LISTS_TEMP_N1 NORMAL NONUNIQUE Tablespace ColumnLIST_ID
Columns
Name Datatype Length Mandatory Comments
LIST_ID NUMBER (15) Yes List identifier. Populated using the sequence cst_lists_s
NUMBER_1 NUMBER

A number column
NUMBER_2 NUMBER

A number column
NUMBER_3 NUMBER

A number column
VARCHAR_1 VARCHAR2 (10)
A varchar column
Query Text

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


SELECT LIST_ID
,      NUMBER_1
,      NUMBER_2
,      NUMBER_3
,      VARCHAR_1
FROM BOM.CST_LISTS_TEMP;

Dependencies

[top of page]

BOM.CST_LISTS_TEMP does not reference any database object

BOM.CST_LISTS_TEMP is referenced by following:

SchemaAPPS
SynonymCST_LISTS_TEMP