PJR_AVAIL_ASSIGN
This object contains the exploded date rows from the PJR_ASSIGNMENT. It is used as a mechanism for optimizing the availability calculations in the match engine.
Details
-
Schema: FUSION
-
Object owner: PJR
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJR_AVAIL_ASSIGN_PK |
AVAIL_ASSIGN_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ENTERPRISE_ID | NUMBER | 18 | Yes | Enterprise identifier that uniquely identifies a tenant in a multi-tenant environment. | |
AVAIL_ASSIGN_ID | NUMBER | Yes | Unique Id for this association | ||
AVAILABILITY_CACHE_ID | NUMBER | Yes | Unique Id for the cache entry. | ||
ENTRY_DAY | DATE | Yes | This is the date for the entry. | ||
ENTRY_DURATION_HRS | NUMBER | Duration of this entry in hours. | |||
ASSIGN_ID | NUMBER | Yes | Unique id of the assignment. | ||
RESOURCE_ID | NUMBER | Yes | The unique id of the resource associated with this entry. | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJR_AVAIL_ASSIGN_N1 | Non Unique | Default | AVAILABILITY_CACHE_ID |
PJR_AVAIL_ASSIGN_N2 | Non Unique | Default | ASSIGN_ID |
PJR_AVAIL_ASSIGN_U1 | Unique | FUSION_TS_TX_IDX | AVAIL_ASSIGN_ID |