[Home] [Help]
[Dependency Information]
Object Name: | PA_SCHEDULE_EXCEPT_HISTORY |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PA_SCHEDULE_EXCEPT_HISTORY table contains the history of schedule exceptions requirements and assignments. Depending on the type of schedule, one or more columns are populated as shown in the column description. After exceptions are applied on the schedule a record is inserted into this table for future audit.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_SCHEDULE_EXCEPTIONS_HIST_U1 | NORMAL | UNIQUE |
![]() |
![]() |
PA_SCHEDULE_EXCEPTIONS_HIST_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SCHEDULE_EXCEPTION_ID | NUMBER | Yes | The system generated number that uniquely identifies the schedule exception | |
CALENDAR_ID | NUMBER | The identifier of the calendar for which the schedule is created | ||
ASSIGNMENT_ID | NUMBER | The identifier of the assignment or requirement for which schedule is created. This column is populated for the following values of schedule_type_code OPEN_ASSIGNMENT and STAFFED_ASSIGNMENT | ||
PROJECT_ID | NUMBER | The identifier of the project for which schedule is created. This column is populated for the following values of schedule_type_code: OPEN_ASSIGNMENT, STAFFED_ASSIGNMENT, and PROJECT | ||
SCHEDULE_TYPE_CODE | VARCHAR2 | (30) | Yes | The code of the schedule type. Schedule type indicates the entity for which schedule is created (Lookup Code) |
STATUS_CODE | VARCHAR2 | (30) | Indicates the status of the assignment or requirement | |
EXCEPTION_TYPE_CODE | VARCHAR2 | (30) | Yes | The code of the exception type. Exception type indicates the type of schedule change initiated by the user (Lookup Code) |
RESOURCE_CALENDAR_PERCENT | NUMBER | Daily percentage of resource calendar | ||
NON_WORKING_DAY_FLAG | VARCHAR2 | (1) | Indicates non working days. This is applicable for the schedule change: Change of Hours | |
CHANGE_HOURS_TYPE_CODE | VARCHAR2 | (30) | Change of hours type schedule change code. This code indicates if the change is done by hours or percentage | |
START_DATE | DATE | First effective date of the schedule | ||
END_DATE | DATE | Last effective date of the schedule | ||
MONDAY_HOURS | NUMBER | Number of working Hours for Monday weekday. | ||
TUESDAY_HOURS | NUMBER | Number of working Hours for Tuesday weekday. | ||
WEDNESDAY_HOURS | NUMBER | Number of working Hours for Wednesday weekday. | ||
THURSDAY_HOURS | NUMBER | Number of working Hours for Thursday weekday | ||
FRIDAY_HOURS | NUMBER | Number of working Hours for Friday weekday | ||
SATURDAY_HOURS | NUMBER | Number of working Hours for Saturday weekday | ||
SUNDAY_HOURS | NUMBER | Number of working Hours for Sunday weekday | ||
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column |
LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
LAST_UPDATE_BY | NUMBER | (15) | Yes | Standard who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
CHANGE_ID | NUMBER | ID to show the order of the changes made | ||
DURATION_SHIFT_TYPE_CODE | VARCHAR2 | (30) | The code indicating the direction of the duration shift. See lookup code duration_shift_type_code | |
DURATION_SHIFT_UNIT_CODE | VARCHAR2 | (30) | The code indicating the unit of the duration shift. See lookup code duration_shift_unit_code | |
NUMBER_OF_SHIFT | NUMBER | The number of duration shift | ||
CHANGE_CALENDAR_TYPE_CODE | VARCHAR2 | (30) | The type of calendar that a user choose to modify the schedule | |
CHANGE_CALENDAR_ID | NUMBER | The calendar id that a user chooses to modify the schedule |
Cut, paste (and edit) the following text to query this object:
SELECT SCHEDULE_EXCEPTION_ID
, CALENDAR_ID
, ASSIGNMENT_ID
, PROJECT_ID
, SCHEDULE_TYPE_CODE
, STATUS_CODE
, EXCEPTION_TYPE_CODE
, RESOURCE_CALENDAR_PERCENT
, NON_WORKING_DAY_FLAG
, CHANGE_HOURS_TYPE_CODE
, START_DATE
, END_DATE
, MONDAY_HOURS
, TUESDAY_HOURS
, WEDNESDAY_HOURS
, THURSDAY_HOURS
, FRIDAY_HOURS
, SATURDAY_HOURS
, SUNDAY_HOURS
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_BY
, LAST_UPDATE_LOGIN
, CHANGE_ID
, DURATION_SHIFT_TYPE_CODE
, DURATION_SHIFT_UNIT_CODE
, NUMBER_OF_SHIFT
, CHANGE_CALENDAR_TYPE_CODE
, CHANGE_CALENDAR_ID
FROM PA.PA_SCHEDULE_EXCEPT_HISTORY;
PA.PA_SCHEDULE_EXCEPT_HISTORY does not reference any database object
PA.PA_SCHEDULE_EXCEPT_HISTORY is referenced by following:
|
|
|