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


TABLE: ZPB.ZPB_CURRENT_TIME_TEMP

Object Details
Object Name: ZPB_CURRENT_TIME_TEMP
Object Type: TABLE
Owner: ZPB
Subobject Name:
Status: VALID

Table used to store BP start and end periods along with current periods

Temporary Table Details

ZPB.ZPB_CURRENT_TIME_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
HIERARCHY_NAME VARCHAR2 (150)
LEVEL_NAME VARCHAR2 (150)
CURRENT_PERIOD VARCHAR2 (150)
BP_START_PERIOD VARCHAR2 (150)
BP_END_PERIOD VARCHAR2 (150)
Query Text

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


SELECT HIERARCHY_NAME
,      LEVEL_NAME
,      CURRENT_PERIOD
,      BP_START_PERIOD
,      BP_END_PERIOD
FROM ZPB.ZPB_CURRENT_TIME_TEMP;

Dependencies

[top of page]

ZPB.ZPB_CURRENT_TIME_TEMP does not reference any database object

ZPB.ZPB_CURRENT_TIME_TEMP is referenced by following:

SchemaAPPS
SynonymZPB_CURRENT_TIME_TEMP