PJO_DIS_SESSION_PERIODS
This table stores period information for a particular session
Details
-
Schema: FUSION
-
Object owner: FUSION
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PJO_DIS_SESSION_PERIODS_PK |
SESSION_ID, START_DATE, PERIOD_PROFILE_ID, CURRENT_REPORTING_PERIOD, ORG_ID, AWARD_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SESSION_ID | VARCHAR2 | 32 | Yes | SESSION_ID | |
| START_DATE | DATE | Yes | START_DATE | ||
| PERIOD_PROFILE_ID | NUMBER | 18 | Yes | PERIOD_PROFILE_ID | |
| CURRENT_REPORTING_PERIOD | VARCHAR2 | 15 | Yes | CURRENT_REPORTING_PERIOD | |
| END_DATE | DATE | END_DATE | |||
| ORG_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
| FROM_ANCHOR_POSITION | NUMBER | FROM_ANCHOR_POSITION | |||
| PERIOD_PROMPT | VARCHAR2 | 50 | The name of the period or grouped period for the resource assignment based on the selected period profile. Example values are, Succeeding Period, Preceding Period, January-15, January-15 to January-16, 2020-Q1 to 2020-Q2, and so on. | ||
| START_PERIOD_NAME | VARCHAR2 | 31 | START_PERIOD_NAME | ||
| END_PERIOD_NAME | VARCHAR2 | 31 | END_PERIOD_NAME | ||
| 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_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. | ||
| 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. | |
| AWARD_ID | NUMBER | 18 | Yes | Award Identifier | |
| AWARD_PERIOD_ID | NUMBER | 18 | Award Period Identifier |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PJO_DIS_SESSION_PERIODS_U1 | Unique | Default | SESSION_ID, START_DATE, PERIOD_PROFILE_ID, CURRENT_REPORTING_PERIOD, ORG_ID, AWARD_ID |