PJO_PLAN_TYPE_RATE_SCHS

This table is used to store the rate schedules for a plan type.

Details

  • Schema: FUSION

  • Object owner: PJO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJO_PLAN_TYPE_RATE_SCHS_PK

PLAN_TYPE_RATE_SCH_ID

Columns

Name Datatype Length Precision Not-null Comments
PLAN_TYPE_RATE_SCH_ID NUMBER 18 Yes PLAN_TYPE_RATE_SCH_ID *****
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.
BU_ID NUMBER 18 Yes BU_ID *****
PLAN_TYPE_ID NUMBER 18 Yes PLAN_TYPE_ID *****
USE_PLANNING_RATES_FLAG VARCHAR2 1 Yes USE_PLANNING_RATES_FLAG *****
RES_CLASS_RAW_COST_SCH_ID NUMBER 18 RES_CLASS_RAW_COST_SCH_ID *****
RES_CLASS_BILL_RATE_SCH_ID NUMBER 18 RES_CLASS_BILL_RATE_SCH_ID *****
COST_EMP_RATE_SCH_ID NUMBER 18 COST_EMP_RATE_SCH_ID *****
COST_JOB_RATE_SCH_ID NUMBER 18 COST_JOB_RATE_SCH_ID *****
COST_NON_LBR_RES_RATE_SCH_ID NUMBER 18 COST_NON_LBR_RES_RATE_SCH_ID *****
COST_BRDND_RATE_SCH_ID NUMBER 18 COST_BRDND_RATE_SCH_ID *****
REV_EMP_RATE_SCH_ID NUMBER 18 REV_EMP_RATE_SCH_ID *****
REV_JOB_RATE_SCH_ID NUMBER 18 REV_JOB_RATE_SCH_ID *****
REV_NON_LBR_RES_RATE_SCH_ID NUMBER 18 REV_NON_LBR_RES_RATE_SCH_ID *****
COST_PROJ_ROLE_RATE_SCH_ID NUMBER 18 Identifier of the rate schedule associated to derive cost rates for project roles.
REV_PROJ_ROLE_RATE_SCH_ID NUMBER 18 Identifier of the rate schedule associated to derive revenue rates for project roles.

Foreign Keys

Table Foreign Table Foreign Key Column
PJO_PLAN_TYPE_RATE_SCHS pjo_plan_types_b PLAN_TYPE_ID
PJO_PLAN_TYPE_RATE_SCHS pjf_bu_impl_all BU_ID

Indexes

Index Uniqueness Tablespace Columns
PJO_PLAN_TYPE_RATE_SCHS_U1 Unique Default PLAN_TYPE_RATE_SCH_ID