[Home] [Help]
[Dependency Information]
| Object Name: | CST_LISTS_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | BOM |
| Subobject Name: | |
| Status: | VALID |
A temporary table to store lists of entities
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.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CST_LISTS_TEMP_N1 | NORMAL | NONUNIQUE |
|
LIST_ID
|
| 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 |
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;
BOM.CST_LISTS_TEMP does not reference any database object
BOM.CST_LISTS_TEMP is referenced by following:
APPS
CST_LISTS_TEMP
|
|
|
|