PER_PREVIOUS_JOB_USAGES
This table holds information about which previous jobs are relevant to a particular employee assignment. This can be important information when calculating entitlements (collective agreement) such as grade or probation period.
Details
-
Schema: FUSION
-
Object owner: PER
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PER_PREVIOUS_JOB_USAGES_PK |
PREVIOUS_JOB_USAGE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PREVIOUS_JOB_USAGE_ID | NUMBER | 18 | Yes | Surrogate Id for a Previous employer record. | |
ASSIGNMENT_ID | NUMBER | 18 | Yes | This is the FK of the assignment to which previous job usage record applies. | |
PREVIOUS_JOB_ID | NUMBER | 18 | This is the FK of the previous job to which previous job usage record applies. | ||
START_DATE | DATE | Start date of the job. | |||
END_DATE | DATE | End date of the job. | |||
PERIOD_YEARS | NUMBER | 2 | The whole number of years at the previous job. | ||
PERIOD_DAYS | NUMBER | 3 | The number of days on top of the whole year at the previous employer. | ||
PJU_ATTRIBUTE_CATEGORY | VARCHAR2 | 30 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | ||
PJU_ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE16 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE17 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE18 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE19 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE20 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_INFORMATION_CATEGORY | VARCHAR2 | 30 | Developer Descriptive Flexfield: structure definition of the user descriptive flexfield. | ||
PJU_INFORMATION1 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION2 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION3 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION4 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION5 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION6 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION7 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION8 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION9 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION10 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION11 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION12 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION13 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION14 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION15 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION16 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION17 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION18 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION19 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION20 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
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. | |
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. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
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. | ||
PREVIOUS_EMPLOYER_ID | NUMBER | 18 | Yes | This is the FK of the Previous Employer to which previous job usage record applies. | |
PERIOD_MONTHS | NUMBER | 2 | The whole number of months at the previous job. | ||
PJU_ATTRIBUTE21 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE22 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE23 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE24 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE25 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE26 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE27 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE28 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE29 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_ATTRIBUTE30 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the descriptive flexfield. | ||
PJU_INFORMATION21 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION22 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION23 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION24 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION25 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION26 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION27 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION28 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION29 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
PJU_INFORMATION30 | VARCHAR2 | 150 | Developer Descriptive Flexfield: segment of the developer descriptive flexfield. | ||
BUSINESS_GROUP_ID | NUMBER | 18 | Yes | Identifier of Enterprise, used for multi-tenancy partitioning. Foreign key to HR_ORGANIZATION_UNITS. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PER_PREVIOUS_JOB_USAGES_FK1 | Non Unique | Default | ASSIGNMENT_ID |
PER_PREVIOUS_JOB_USAGES_FK2 | Non Unique | Default | PREVIOUS_JOB_ID |
PER_PREVIOUS_JOB_USAGES_PK | Unique | Default | PREVIOUS_JOB_USAGE_ID |