[Home] [Help]
[Dependency Information]
Object Name: | PA_SCH_EXCPT_HSTRY_AR |
---|---|
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_SCH_EXCPT_HSTRY_AR_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
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 | ||
CALENDAR_ID | NUMBER | The identifier of the calendar for which the schedule is created | ||
CHANGE_CALENDAR_ID | NUMBER | The calendar id that a user chooses to modify the schedule | ||
CHANGE_CALENDAR_TYPE_CODE | VARCHAR2 | (30) | The type of calendar that a user choose to modify the schedule | |
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 | |
CHANGE_ID | NUMBER | ID to show the order of the changes made | ||
CREATED_BY | NUMBER | (15) | Yes | Standard who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
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 | |
END_DATE | DATE | Last effective date of the schedule | ||
EXCEPTION_TYPE_CODE | VARCHAR2 | (30) | The code of the exception type. Exception type indicates the type of schedule change initiated by the user (Lookup Code) | |
FRIDAY_HOURS | NUMBER | Number of working Hours for Friday weekday | ||
LAST_UPDATE_BY | NUMBER | (15) | Yes | Standard who column |
LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
MONDAY_HOURS | NUMBER | Number of working Hours for Monday weekday. | ||
NON_WORKING_DAY_FLAG | VARCHAR2 | (1) | Indicates non working days. This is applicable for the schedule change: Change of Hours | |
NUMBER_OF_SHIFT | NUMBER | The number of duration shift | ||
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 | ||
PURGE_BATCH_ID | NUMBER | (15) | Yes | Purge batch Id |
PURGE_PROJECT_ID | NUMBER | (15) | Yes | Purged project Id |
PURGE_RELEASE | VARCHAR2 | (50) | Yes | Purge release version |
RESOURCE_CALENDAR_PERCENT | NUMBER | Daily percentage of resource calendar | ||
SATURDAY_HOURS | NUMBER | Number of working Hours for Saturday weekday | ||
SCHEDULE_EXCEPTION_ID | NUMBER | The system generated number that uniquely identifies the schedule exception | ||
SCHEDULE_TYPE_CODE | VARCHAR2 | (30) | The code of the schedule type. Schedule type indicates the entity for which schedule is created (Lookup Code) | |
START_DATE | DATE | First effective date of the schedule | ||
STATUS_CODE | VARCHAR2 | (30) | Indicates the status of the assignment or requirement | |
SUNDAY_HOURS | NUMBER | Number of working Hours for Sunday weekday | ||
THURSDAY_HOURS | NUMBER | Number of working Hours for Thursday weekday | ||
TUESDAY_HOURS | NUMBER | Number of working Hours for Tuesday weekday. | ||
WEDNESDAY_HOURS | NUMBER | Number of working Hours for Wednesday weekday. |
Cut, paste (and edit) the following text to query this object:
SELECT ASSIGNMENT_ID
, CALENDAR_ID
, CHANGE_CALENDAR_ID
, CHANGE_CALENDAR_TYPE_CODE
, CHANGE_HOURS_TYPE_CODE
, CHANGE_ID
, CREATED_BY
, CREATION_DATE
, DURATION_SHIFT_TYPE_CODE
, DURATION_SHIFT_UNIT_CODE
, END_DATE
, EXCEPTION_TYPE_CODE
, FRIDAY_HOURS
, LAST_UPDATE_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, MONDAY_HOURS
, NON_WORKING_DAY_FLAG
, NUMBER_OF_SHIFT
, PROJECT_ID
, PURGE_BATCH_ID
, PURGE_PROJECT_ID
, PURGE_RELEASE
, RESOURCE_CALENDAR_PERCENT
, SATURDAY_HOURS
, SCHEDULE_EXCEPTION_ID
, SCHEDULE_TYPE_CODE
, START_DATE
, STATUS_CODE
, SUNDAY_HOURS
, THURSDAY_HOURS
, TUESDAY_HOURS
, WEDNESDAY_HOURS
FROM PA.PA_SCH_EXCPT_HSTRY_AR;
PA.PA_SCH_EXCPT_HSTRY_AR does not reference any database object
PA.PA_SCH_EXCPT_HSTRY_AR is referenced by following:
|
|
|