PJB_JOB_ASSGMNT_OVRRDS
PJB_JOB_ASSGMNT_OVRRDS stores special employee job assignments and/or billing titles that are negotiated for specific projects or tasks. A job assignment or billing title override takes precedence over an employee's primary job title. If job bill rates are used on a project, the Generate Draft Revenue process uses the job assignment override to calculate revenue instead of an employee's primary job assignment. Also, the Generate Draft Invoice process displays the billing title override and the job title of the job assignment override on an invoice line, providing that the invoice format for that project invoice displays job and billing titles. . .
Details
-
Schema: FUSION
-
Object owner: PJB
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJB_JOB_ASSGMNT_OVRRDS_PK |
JOB_ASSIGNMENT_OVERRIDE_ID, MAJOR_VERSION |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
JOB_ASSIGNMENT_OVERRIDE_ID | NUMBER | 18 | Yes | Uniqely identifies a job assignment override. | |
MAJOR_VERSION | NUMBER | 18 | Yes | Major Version denotes version number of a record. ***** | |
VERSION_TYPE | VARCHAR2 | 1 | Yes | VERSION TYPE denotes if the record is Current or History or Amendment record. Valid values are 'C' for current, 'H' for history, and 'A' for Amendment. ***** | |
BILL_PLAN_ID | NUMBER | 18 | Yes | Identifier of the bill plan for which override is defined ***** | |
CONTRACT_LINE_ID | NUMBER | 18 | Identifier of the contract line. Contract line version Id should be there if bill rate override is at contract line. If override at Bill plan level then the column value should be null. ***** | ||
PERSON_ID | NUMBER | 18 | Yes | The identifier of the employee that will be billed according to the job assignment override | |
JOB_ID | NUMBER | 18 | The identifier of the job that overrides the employee's primary job assignment | ||
BILLING_TITLE | VARCHAR2 | 80 | The employee billing title override for the employee | ||
START_DATE_ACTIVE | DATE | Yes | First effective date of the job assignment override | ||
END_DATE_ACTIVE | DATE | Last effective date of the job assignment override | |||
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. | ||
EXTERNAL_KEY1 | VARCHAR2 | 150 | External key that uniquely identifies a record. | ||
EXTERNAL_KEY2 | VARCHAR2 | 150 | Additional attribute to qualify external key. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
PJB_JOB_ASSGMNT_OVRRDS | pjb_bill_plans_b | BILL_PLAN_ID, MAJOR_VERSION |
PJB_JOB_ASSGMNT_OVRRDS | per_persons | PERSON_ID |
pjb_denorm_rates | pjb_job_assgmnt_ovrrds | MAJOR_VERSION, JOB_ASSIGNMENT_OVERRIDE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJB_JOB_ASSGMNT_OVRRDS_U1 | Unique | Default | JOB_ASSIGNMENT_OVERRIDE_ID, MAJOR_VERSION |
PJB_JOB_ASSGMNT_OVRRDS_U2 | Unique | Default | EXTERNAL_KEY1, EXTERNAL_KEY2 |