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


TABLE: PJI.PJI_TIME_EXTR_TMP

Object Details
Object Name: PJI_TIME_EXTR_TMP
Object Type: TABLE
Owner: PJI
Subobject Name:
Status: VALID

This table stores the records that are processed by time extraction program

Temporary Table Details

PJI.PJI_TIME_EXTR_TMP 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
Columns
Name Datatype Length Mandatory Comments
PERIOD_YEAR NUMBER (15) Yes Period Year
QUARTER_NUM NUMBER (15) Yes Quarter Number
PERIOD_NUM NUMBER (15) Yes Period Number
PERIOD_NAME VARCHAR2 (15) Yes Period Name
START_DATE DATE
Yes Start Date
END_DATE DATE
Yes End Date
Query Text

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


SELECT PERIOD_YEAR
,      QUARTER_NUM
,      PERIOD_NUM
,      PERIOD_NAME
,      START_DATE
,      END_DATE
FROM PJI.PJI_TIME_EXTR_TMP;

Dependencies

[top of page]

PJI.PJI_TIME_EXTR_TMP does not reference any database object

PJI.PJI_TIME_EXTR_TMP is referenced by following:

SchemaAPPS
SynonymPJI_TIME_EXTR_TMP