PJR_RESOURCE_REQUEST_SCHEDULES
The PJR_RESOURCE_REQUEST_SCHEDULES table contains schedule details for each schedule interval on a resource request.
Details
-
Schema: FUSION
-
Object owner: PJR
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJR_RESOURCE_REQUEST_SCHED_PK |
RESOURCE_REQUEST_SCHEDULE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
RESOURCE_REQUEST_SCHEDULE_ID | NUMBER | 18 | Yes | Auto-generated unique identifier for a schedule interval on a project resource request. | |
RESOURCE_REQUEST_ID | NUMBER | 18 | Yes | Auto-generated unique identifier for a project resource request. | |
USE_PROJ_CALENDAR_HOUR_FLAG | VARCHAR2 | 1 | Yes | Indicates the option the resources assigned hours per day are based on: Z = Variable weekly hours D = Variable daily hours | |
INTERVAL_NAME | VARCHAR2 | 25 | Yes | Auto-generated name of the schedule interval. | |
START_DATE | DATE | Yes | Start date of the schedule interval. | ||
FINISH_DATE | DATE | Yes | Finish date of the schedule interval. | ||
REQUESTED_HOURS | NUMBER | Requested hours for the schedule interval. | |||
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
PJR_RESOURCE_REQUEST_SCHEDULES | pjr_resource_requests | RESOURCE_REQUEST_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJR_RESOURCE_REQUEST_SCHED_N1 | Non Unique | Default | RESOURCE_REQUEST_ID |
PJR_RESOURCE_REQUEST_SCHED_U1 | Unique | FUSION_TS_TX_IDX | RESOURCE_REQUEST_SCHEDULE_ID |
PJR_RESOURCE_REQUEST_SCHED_U2 | Unique | FUSION_TS_TX_IDX | START_DATE, RESOURCE_REQUEST_ID |