PJR_SEARCH_SINGLE_ATTR_CACHE
The PJR_SINGLE_ATTR_CACHE table contains resource location data that the application uses to filter locations when you narrow resource search results based on locations. This table is populated by the Maintain Project Resource Search Index job set.
Details
-
Schema: FUSION
-
Object owner: PJR
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJR_SEARCH_SINGLE_ATTR_CA_PK |
RESOURCE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
RESOURCE_ID | NUMBER | 18 | Yes | Identifier of the resource. | |
LOCATION_ID | NUMBER | 18 | Yes | Current assignment location of the HCM person. Value is -1 if the HCM person does not have a valid assignment location. | |
NATL_TRAVEL_PREF | VARCHAR2 | 1 | The person is willing to travel for an assignment. Column is reserved for future use. | ||
INTL_TRAVEL_PREF | VARCHAR2 | 1 | The person is willing to travel internationally for an assignment. Column is reserved for future use. | ||
PERSON_ID | NUMBER | 18 | Identifier of the HCM person who is associated with the resource. | ||
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. | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJR_SEARCH_SINGLE_ATTR_N1 | Non Unique | FUSION_TS_TX_IDX | LOCATION_ID, NATL_TRAVEL_PREF, INTL_TRAVEL_PREF, RESOURCE_ID |
PJR_SEARCH_SINGLE_ATTR_U1 | Unique | Default | RESOURCE_ID |