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


TABLE: PA.PA_PROJECT_STATUSES

Object Details
Object Name: PA_PROJECT_STATUSES
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_PROJECT_STATUSES
Subobject Name:
Status: VALID


PA_PROJECT_STATUSES stores the implementation-defined statuses
that a project can have. Project status determines the state
the project is in and controls what actions can be performed on a
project.
Oracle Projects pre-defines the following project statuses: Approved,
Rejected, Unapproved, Submitted, Closed, and Pending Close.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_PROJECT_STATUSES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROJECT_STATUS_CODE
ColumnZD_EDITION_NAME
PA_PROJECT_STATUSES_U3 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTATUS_TYPE
ColumnPROJECT_STATUS_NAME
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
PROJECT_STATUS_CODE VARCHAR2 (30) Yes The project status code
PROJECT_STATUS_NAME VARCHAR2 (80) Yes The user-defined project status name
PROJECT_SYSTEM_STATUS_CODE VARCHAR2 (30) Yes The corresponding project system status code
DESCRIPTION VARCHAR2 (255)
The project status Description
START_DATE_ACTIVE DATE

The Effective start date of the project status
END_DATE_ACTIVE DATE

The Effective end date of the project status
PREDEFINED_FLAG VARCHAR2 (1) Yes Indicates that the project status code has been pre-defined by Oracle Projects
STARTING_STATUS_FLAG VARCHAR2 (1) Yes Indicates whether this status can be used as a initial status for a new project
ENABLE_WF_FLAG VARCHAR2 (1)
Indicates whether workflow needs to be initiated while moving from a different status to this status
WORKFLOW_ITEM_TYPE VARCHAR2 (30)
Indicates the workflow item type that needs to be used to start the workflow. Applicable only if workflow is enabled
WORKFLOW_PROCESS VARCHAR2 (30)
Indicates the workflow process that needs to be used to start the workflow. Applicable only if workflow is enabled
WF_SUCCESS_STATUS_CODE VARCHAR2 (30)
Indicates the project status to use if workflow is successful
WF_FAILURE_STATUS_CODE VARCHAR2 (30)
Indicates the project status to use if workflow fails
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who Column
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield context field
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
STATUS_TYPE VARCHAR2 (30) Yes The status type of the status-owning entity
NEXT_ALLOWABLE_STATUS_FLAG VARCHAR2 (1) Yes The flag controlling the next statuses that can be assigned to an entity immediately after the current status
STATUS_ICON_IND VARCHAR2 (80)
Status Indicator Image. (Non-clikable)
STATUS_ICON_ACTIVE_IND VARCHAR2 (80)
Image file of the active Image file ( Clickable Icon)
PROJECT_STATUS_WEIGHT NUMBER (15)
Number used to assign weight to project status for rollup.
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT PROJECT_STATUS_CODE
,      PROJECT_STATUS_NAME
,      PROJECT_SYSTEM_STATUS_CODE
,      DESCRIPTION
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      PREDEFINED_FLAG
,      STARTING_STATUS_FLAG
,      ENABLE_WF_FLAG
,      WORKFLOW_ITEM_TYPE
,      WORKFLOW_PROCESS
,      WF_SUCCESS_STATUS_CODE
,      WF_FAILURE_STATUS_CODE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      STATUS_TYPE
,      NEXT_ALLOWABLE_STATUS_FLAG
,      STATUS_ICON_IND
,      STATUS_ICON_ACTIVE_IND
,      PROJECT_STATUS_WEIGHT
,      ZD_EDITION_NAME
FROM PA.PA_PROJECT_STATUSES;

Dependencies

[top of page]

PA.PA_PROJECT_STATUSES does not reference any database object

PA.PA_PROJECT_STATUSES is referenced by following:

SchemaPA
ViewPA_PROJECT_STATUSES#