PJF_PROJECT_STATUSES_B

This table is used to store various statuses related with a project.

Details

  • Schema: FUSION

  • Object owner: PJF

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

PJF_PROJECT_STATUSES_B_PK

PROJECT_STATUS_CODE

Columns

Name Datatype Length Precision Not-null Comments
PROJECT_STATUS_CODE VARCHAR2 30 Yes The project status code
PROJECT_SYSTEM_STATUS_CODE VARCHAR2 30 Yes The corresponding project system status code
SOURCE_STATUS_CODE VARCHAR2 30 Status codes specific to each source object, as identified by the STATUS_TYPE. Objects which uptake the project status model will either use STATUS_TYPE and SOURCE_STATUS_CODE to resolve a project status, or the globally unique PROJECT_STATUS_CODE.
START_DATE_ACTIVE DATE Yes 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_BP_FLAG VARCHAR2 1 ENABLE_BP_FLAG
BPEL_ITEM_TYPE VARCHAR2 30 BPEL_ITEM_TYPE
BPEL_PROCESS VARCHAR2 30 BPEL_PROCESS
BP_SUCCESS_STATUS_CODE VARCHAR2 30 BP_SUCCESS_STATUS_CODE
BP_FAILURE_STATUS_CODE VARCHAR2 30 BP_FAILURE_STATUS_CODE
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
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 18 Number used to assign weight to project status for rollup.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
pjf_project_statuses_tl pjf_project_statuses_b PROJECT_STATUS_CODE
pjf_obj_status_changes pjf_project_statuses_b NEW_PROJECT_STATUS_CODE
pjf_next_allow_statuses pjf_project_statuses_b STATUS_CODE
pjf_projects_all_b pjf_project_statuses_b PROJECT_STATUS_CODE
pjf_proj_status_controls pjf_project_statuses_b PROJECT_STATUS_CODE
pjf_proj_statuses_b_st pjf_project_statuses_b PROJECT_STATUS_CODE

Indexes

Index Uniqueness Tablespace Columns
PJF_PROJECT_STATUSES_B_U1 Unique Default PROJECT_STATUS_CODE, ORA_SEED_SET1
PJF_PROJECT_STATUSES_B_U11 Unique Default PROJECT_STATUS_CODE, ORA_SEED_SET2
PJF_PROJECT_STATUSES_N1 Non Unique Default LAST_UPDATE_DATE
PJF_PROJECT_STATUSES_N2 Non Unique PJF_PROJECT_STATUSES_N2 STATUS_TYPE, SOURCE_STATUS_CODE