PJF_RATE_SCHEDULE_LINES_
PJF_RATE_SCHEDULE_LINES stores billing rates or markups for employees, jobs, expenditure types, and non-labor resources. When you define standard billing rates, you must associate them with a standard bill rate schedule. . .
Details
-
Schema: FUSION
-
Object owner: PJF
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJF_RATE_SCHEDULE_LINES_PK_ |
LAST_UPDATE_DATE, LAST_UPDATED_BY, SCHEDULE_LINE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SCHEDULE_LINE_ID | NUMBER | 18 | Yes | The identifier of the rate schedule line. ***** | |
PERSON_ORG_ID | NUMBER | 18 | The identifier of the person's organization in a person rate schedule line. ***** | ||
NL_RES_ORGANIZATION_ID | NUMBER | 18 | The identifier of the nonlabor resource organization in a nonlabor rate schedule line. ***** | ||
EXPENDITURE_TYPE_ID | NUMBER | 18 | The identifier of the expenditure type in a nonlabor rate schedule line. ***** | ||
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 | Who column: indicates the date and time of the creation of the row. | |||
CREATED_BY | VARCHAR2 | 64 | 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. | ||
START_DATE_ACTIVE | DATE | First effective date of the bill rate | |||
PERSON_ID | NUMBER | 18 | The identifier of the employee for which the bill rate is entered | ||
JOB_ID | NUMBER | 18 | The identifier of the job for which the bill rate is entered | ||
NON_LABOR_RESOURCE_ID | NUMBER | 18 | The non-labor resource for which the bill rate is entered. The expenditure type is also populated if the non-labor resource is specified ***** | ||
PERSON_JOB_ID | NUMBER | 18 | The identifier of the person's job in a person rate schedule line. ***** | ||
RATE | NUMBER | 22 | The bill rate used to determine an item's bill or revenue amount. Revenue = (bill rate * quantity) | ||
RATE_UNIT | VARCHAR2 | 30 | The code of the bill rate unit. Holds the unit of the expenditure type. This column is populated only if a bill rate is defined; it is not used with markup percentages. ***** | ||
MARKUP_PERCENTAGE | NUMBER | 9 | The markup percentage over raw cost used to determine an item's revenue or bill amount. Revenue = raw cost * (1 + (markup/100)) | ||
END_DATE_ACTIVE | DATE | Last effective date of the bill rate | |||
RATE_SCHEDULE_ID | NUMBER | 18 | The identifier of the Bill Rate Schedule ***** | ||
RESOURCE_CLASS_ID | NUMBER | 18 | Identifies the resouce class ***** | ||
RES_CLASS_ORGANIZATION_ID | NUMBER | 18 | Identifies the planning resource organization ID | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | 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. | ||
PROJECT_ROLE_ID | NUMBER | 18 | Identifier of the project role for which the rate is entered. | ||
AUDIT_ACTION_TYPE_ | VARCHAR2 | 10 | Action Type - have values like INSERT, UPDATE and DELETE. | ||
AUDIT_CHANGE_BIT_MAP_ | VARCHAR2 | 1000 | Used to store a bit map of 1s and 0s for each column in the table. | ||
AUDIT_IMPERSONATOR_ | VARCHAR2 | 64 | Original Impersonator User. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJF_RATE_SCHEDULE_LINES_U1_ | Unique | Default | LAST_UPDATE_DATE, LAST_UPDATED_BY, SCHEDULE_LINE_ID |