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


TABLE: PJI.PJI_PRD_PER_COMPLETE_TMP

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

This table stores the percent complete of a task by period id

Temporary Table Details

PJI.PJI_PRD_PER_COMPLETE_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$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
PERIOD_ID NUMBER

Period Id
COMPLETED_PERCENTAGE NUMBER

Completed Percentage
Query Text

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


SELECT PERIOD_ID
,      COMPLETED_PERCENTAGE
FROM PJI.PJI_PRD_PER_COMPLETE_TMP;

Dependencies

[top of page]

PJI.PJI_PRD_PER_COMPLETE_TMP does not reference any database object

PJI.PJI_PRD_PER_COMPLETE_TMP is referenced by following:

SchemaAPPS
SynonymPJI_PRD_PER_COMPLETE_TMP