PJF_RATE_OVERRIDES

Stores override rates defined for a project for costing or a bill plan of a contract for invoice and revenue processing.

Details

  • Schema: FUSION

  • Object owner: PJF

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJF_RATE_OVERRIDES_PK

RATE_OVERRIDE_ID

Columns

Name Datatype Length Precision Not-null Comments
RATE_OVERRIDE_ID NUMBER 18 Yes Identifier of the rate override.
RATE_HASH_CODE NUMBER Stores an internally generated code that is used for identifying duplicate rate overrides.
RATE_USE_CODE VARCHAR2 1 Yes Determines the rate usage. C for cost rate override and B for bill rate override.
CONTRACT_ID NUMBER 18 Identifier of the contract for which the rate override is defined.
CONTRACT_LINE_ID NUMBER 18 Identifier of the contract line for which the rate override is defined.
BILL_PLAN_ID NUMBER 18 Identifier of the bill or revenue plan for which the rate override is defined.
PROJECT_ID NUMBER 18 Identifier of the project for which the rate override is defined.
TASK_ID NUMBER 18 Identifier of the project task for which the rate override is defined.
JOB_ID NUMBER 18 Identifier of the job for which the rate override is defined.
PERSON_ID NUMBER 18 Identifier of the person for which the rate override is defined.
EXPENDITURE_TYPE_ID NUMBER 18 Identifier of the expenditure type for which the rate override is defined.
START_DATE_ACTIVE DATE Yes Date from which the rate override is active.
END_DATE_ACTIVE DATE Date up to which the rate override is active.
RATE NUMBER Yes Amount of the rate override.
RATE_UNIT VARCHAR2 30 Yes Unit of measure for the rate override.
CURRENCY_CODE VARCHAR2 15 Yes Currency used for the rate override.
RATE_OVERRIDE_REASON_CODE VARCHAR2 30 Lookup code of rate override reason.
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.
PROJECT_ROLE_ID NUMBER 18 Identifier of the project role for which the rate override is defined.

Foreign Keys

Table Foreign Table Foreign Key Column
PJF_RATE_OVERRIDES pjf_projects_all_b PROJECT_ID
PJF_RATE_OVERRIDES pjf_proj_elements_b TASK_ID
PJF_RATE_OVERRIDES per_persons PERSON_ID
pjc_txn_xface_all pjf_rate_overrides RATE_OVERRIDE_ID
pjc_cost_dist_lines_all pjf_rate_overrides RATE_OVERRIDE_ID

Indexes

Index Uniqueness Tablespace Columns
PJF_RATE_OVERRIDES_N1 Non Unique Default PROJECT_ID
PJF_RATE_OVERRIDES_N2 Non Unique Default CONTRACT_ID
PJF_RATE_OVERRIDES_N3 Non Unique Default BILL_PLAN_ID
PJF_RATE_OVERRIDES_N4 Non Unique Default RATE_HASH_CODE
PJF_RATE_OVERRIDES_U1 Unique Default RATE_OVERRIDE_ID