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


TABLE: PJI.PJI_PROJ_EXTR_STATUS

Object Details
Object Name: PJI_PROJ_EXTR_STATUS
Object Type: TABLE
Owner: PJI
FND Design Data: TablePJI.PJI_PROJ_EXTR_STATUS
Subobject Name:
Status: VALID


This table stores extraction status for projects that have been extracted to project performance-reporting model.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PJI_PROJ_EXTR_STATUS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROJECT_ID
Columns
Name Datatype Length Mandatory Comments
PROJECT_ID NUMBER (15) Yes Number that uniquely identifies the project.
PROJECT_ORGANIZATION_ID NUMBER (15)
Identifier of the organization that is responsible for the project work.
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
COST_BUDGET_C_VERSION NUMBER

Current version of the cost plan.
COST_BUDGET_CO_VERSION NUMBER

Current original version of the cost plan.
REVENUE_BUDGET_C_VERSION NUMBER

Current version of the revenue plan.
REVENUE_BUDGET_CO_VERSION NUMBER

Current original version of the revenue plan.
COST_FORECAST_C_VERSION NUMBER

Current version of the cost forecast plan.
REVENUE_FORECAST_C_VERSION NUMBER

Current version of the revenue forecast plan.
EXTRACTION_STATUS VARCHAR2 (30)
Summarization status of the project.
ACTIVITY_MIN_GL_DATE DATE

Minimum extracted transaction GL date.
ACTIVITY_MIN_PA_DATE DATE

Minimum extracted transaction PA date.
CLOSED_DATE DATE

Project closed date
PROJECT_NAME VARCHAR2 (240) Yes Name of the project
PURGE_STATUS VARCHAR2 (30)
Project purged status
PROJECT_TYPE_CLASS VARCHAR2 (1)
Identifier of the project type class.
Query Text

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


SELECT PROJECT_ID
,      PROJECT_ORGANIZATION_ID
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      COST_BUDGET_C_VERSION
,      COST_BUDGET_CO_VERSION
,      REVENUE_BUDGET_C_VERSION
,      REVENUE_BUDGET_CO_VERSION
,      COST_FORECAST_C_VERSION
,      REVENUE_FORECAST_C_VERSION
,      EXTRACTION_STATUS
,      ACTIVITY_MIN_GL_DATE
,      ACTIVITY_MIN_PA_DATE
,      CLOSED_DATE
,      PROJECT_NAME
,      PURGE_STATUS
,      PROJECT_TYPE_CLASS
FROM PJI.PJI_PROJ_EXTR_STATUS;

Dependencies

[top of page]

PJI.PJI_PROJ_EXTR_STATUS does not reference any database object

PJI.PJI_PROJ_EXTR_STATUS is referenced by following:

SchemaAPPS
SynonymPJI_PROJ_EXTR_STATUS