PJT_SETUP_OPTIONS

Stores project level options such as threshold values.

Details

  • Schema: FUSION

  • Object owner: PJT

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PJT_SETUP_OPTIONS_PK

SETUP_OPTION_ID

Columns

Name Datatype Length Precision Not-null Comments
SETUP_OPTION_ID NUMBER 18 Yes System generated unique identifier
PROGRESS VARCHAR2 1 PROGRESS
DEFAULT_PROJECT_SCHEDULE_ID NUMBER 18 Captures default schedule id that is to be used while creating a project
DEFAULT_RESOURCE_SCHEDULE_ID NUMBER 18 Captures default schedule id that is to be used while creating a resource
START_DTE_DELAY_THRSHLD_VAL NUMBER Captures Start Date Delayed exception threshold value. It is used to calculate project plan or task line exceptions based on a formula
FIN_DTE_DELAY_THRSHLD_VAL NUMBER Captures Finish Date Delayed exception threshold value. It is used to calculate project plan or task exceptions based on a formula
PLND_HRS_INC_THRSHLD_VAL NUMBER Captures Planned Hours Increased exception threshold value. It is used to calculate project plan or task exceptions based on a formula
CURRENCY_CODE VARCHAR2 15 Default Currency
DEFAULT_SPACE_TEMPLATE VARCHAR2 200 Captures default Space template that is used while creating a Space associated to a project.
DEFAULT_PRJ_SCHEDULE_TYPE_CODE VARCHAR2 30 Captures the Lookup Code of the Default Schedule Type to be used in the Project.
QUARTERLY_FTE_HOURS NUMBER 10 Default quarterly FTE conversion rate for calculations for the EPS resource analytic for all projects.
IMAGE BLOB Banner Image for Email Notifications
ENTERPRISE_ID NUMBER 18 Yes Enterprise ID
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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
GATE_AUTO_OPEN_FLAG VARCHAR2 1 Indicates that the project gate will automatically open when all approvers approve it.
GATE_AUTO_CLOSE_FLAG VARCHAR2 1 Indicates that the project gate will automatically close when even a single approver rejects it.
PROJECT_PLAN_VIEW_ACCESS_FLAG VARCHAR2 1 Access level to the view-only project plan in Oracle Fusion Task Management. Valid value is Y, N, or Null.
SYNC_TASK_PLAN_DATES_FLAG VARCHAR2 1 Allows to maintain common financial task dates across work and financial planning. Valid value is Y, N, or Null.

Indexes

Index Uniqueness Tablespace Columns
PJT_SETUP_OPTIONS_U1 Unique Default SETUP_OPTION_ID