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


TABLE: PJI.PJI_PERIOD_BUDGET_VER_TMP

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

This table stores the data required to run ATCompletion Query.

Temporary Table Details

PJI.PJI_PERIOD_BUDGET_VER_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
NAME VARCHAR2 (30)
Identifier for period name.
PERIOD_ID NUMBER (15)
Identifier for period id.
BUDGET_VERSION_ID NUMBER (15)
Identifier for version id.
START_DATE DATE

Identifier for period start date.
END_DATE DATE

Identifier for period end date.
CST_REV_FLAG VARCHAR2 (1)
Differentiates between Cost and Revenue.
BUD_FOR_ACT_FLAG VARCHAR2 (1)
Differentiates between Budget and Forecast
Query Text

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


SELECT NAME
,      PERIOD_ID
,      BUDGET_VERSION_ID
,      START_DATE
,      END_DATE
,      CST_REV_FLAG
,      BUD_FOR_ACT_FLAG
FROM PJI.PJI_PERIOD_BUDGET_VER_TMP;

Dependencies

[top of page]

PJI.PJI_PERIOD_BUDGET_VER_TMP does not reference any database object

PJI.PJI_PERIOD_BUDGET_VER_TMP is referenced by following:

SchemaAPPS
SynonymPJI_PERIOD_BUDGET_VER_TMP