PJF_PROJ_STATUS_CONTROLS
PA_PROJECT_STATUS_CONTROLS stores the actions that can be performed for a given project status. Only the actions that are enabled for a project status can be performed on a project.
Details
-
Schema: FUSION
-
Object owner: PJF
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
PJF_PROJ_STATUS_CONTROLS_PK |
PROJECT_STATUS_CODE, PROJECT_SYSTEM_STATUS_CODE, ACTION_CODE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PROJECT_STATUS_CODE | VARCHAR2 | 30 | Yes | The user-defined project status code | |
PROJECT_SYSTEM_STATUS_CODE | VARCHAR2 | 30 | Yes | The project system status code that is pre-defined by Oracle Projects | |
ACTION_CODE | VARCHAR2 | 30 | Yes | The Action code which identifies the action to be performed | |
SORT_ORDER | NUMBER | Yes | Indicates the order by which the records need to be displayed | ||
ALLOW_OVERRIDES_FLAG | VARCHAR2 | 1 | Yes | Indicates whether the default enable flag can be overridden. All default values for pre-defined system | |
ENABLED_FLAG | VARCHAR2 | 1 | Yes | Indicates whether the actions has been enabled | |
START_DATE_ACTIVE | DATE | The Effective start date | |||
END_DATE_ACTIVE | DATE | The Effective end date | |||
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. | ||
STATUS_TYPE | VARCHAR2 | 30 | Yes | The status type of the status-owning entity | |
COPY_TO_USER_STATUS_FLAG | VARCHAR2 | 1 | Indicates whether this status control should get defaulted to all user-defined statuses created with this system status.This flag is valid only for system statuses. | ||
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_PROJ_STATUS_CONTROLS | pjf_project_statuses_b | PROJECT_STATUS_CODE |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJF_PROJ_STATUS_CONTROLS_N1 | Non Unique | Default | STATUS_TYPE, PROJECT_STATUS_CODE, ACTION_CODE |
PJF_PROJ_STATUS_CONTROLS_N2 | Non Unique | Default | STATUS_TYPE, PROJECT_SYSTEM_STATUS_CODE, ACTION_CODE |
PJF_PROJ_STATUS_CONTROLS_N3 | Non Unique | Default | PROJECT_STATUS_CODE, ACTION_CODE |
PJF_PROJ_STATUS_CONTROLS_U1 | Unique | Default | PROJECT_STATUS_CODE, PROJECT_SYSTEM_STATUS_CODE, ACTION_CODE, ORA_SEED_SET1 |
PJF_PROJ_STATUS_CONTROLS_U11 | Unique | Default | PROJECT_STATUS_CODE, PROJECT_SYSTEM_STATUS_CODE, ACTION_CODE, ORA_SEED_SET2 |