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 |
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 | 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. | ||
START_DATE_ACTIVE | DATE | Yes | 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 | Yes | 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 | Yes | 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 | 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. | |
PROJECT_ROLE_ID | NUMBER | 18 | Identifier of the project role for which the rate is entered. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
PJF_RATE_SCHEDULE_LINES | pjf_exp_types_b | EXPENDITURE_TYPE_ID |
PJF_RATE_SCHEDULE_LINES | pjf_non_labor_res_b | NON_LABOR_RESOURCE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns | Status |
---|---|---|---|---|
PJF_RATE_SCHEDULE_LINES_N1 | Non Unique | Default | RATE_SCHEDULE_ID, RESOURCE_CLASS_ID, START_DATE_ACTIVE, NON_LABOR_RESOURCE_ID | |
PJF_RATE_SCHEDULE_LINES_N2 | Non Unique | Default | RATE_SCHEDULE_ID, JOB_ID, START_DATE_ACTIVE | |
PJF_RATE_SCHEDULE_LINES_N4 | Non Unique | Default | RATE_SCHEDULE_ID, PERSON_ID, PERSON_JOB_ID, PERSON_ORG_ID | Obsolete |
PJF_RATE_SCHEDULE_LINES_N5 | Non Unique | Default | RATE_SCHEDULE_ID, RESOURCE_CLASS_ID, START_DATE_ACTIVE, RES_CLASS_ORGANIZATION_ID | |
PJF_RATE_SCHEDULE_LINES_N6 | Non Unique | Default | RATE_SCHEDULE_ID, EXPENDITURE_TYPE_ID, NON_LABOR_RESOURCE_ID, NL_RES_ORGANIZATION_ID | |
PJF_RATE_SCHEDULE_LINES_N7 | Non Unique | Default | RATE_SCHEDULE_ID, JOB_ID | Obsolete |
PJF_RATE_SCHEDULE_LINES_N8 | Non Unique | Default | RATE_SCHEDULE_ID, PROJECT_ROLE_ID, START_DATE_ACTIVE | |
PJF_RATE_SCHEDULE_LINES_U1 | Unique | Default | RATE_SCHEDULE_ID, PERSON_ID, PERSON_JOB_ID, PERSON_ORG_ID, START_DATE_ACTIVE, JOB_ID, EXPENDITURE_TYPE_ID, NON_LABOR_RESOURCE_ID, NL_RES_ORGANIZATION_ID, RESOURCE_CLASS_ID, RES_CLASS_ORGANIZATION_ID, PROJECT_ROLE_ID | |
PJF_RATE_SCHEDULE_LINES_U2 | Unique | Default | SCHEDULE_LINE_ID |