DBA Data[Home] [Help] [Dependency Information]


TABLE: PA.PA_SCHEDULE_EXCEPTIONS

Object Details
Object Name: PA_SCHEDULE_EXCEPTIONS
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_SCHEDULE_EXCEPTIONS
Subobject Name:
Status: VALID


PA_SCHEDULE_EXCEPTIONS table contains the schedule day exceptions for assignments and requirements. This table has a row for each exception to the schedule. Depending on the type of schedule, one or more columns are populated as shown in the column description. The exceptions may be due to the calendar exceptions or updates to the schedules after they are created.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_SCHEDULE_EXCEPTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnSCHEDULE_EXCEPTION_ID
PA_SCHEDULE_EXCEPTIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnASSIGNMENT_ID
Columns
Name Datatype Length Mandatory Comments
SCHEDULE_EXCEPTION_ID NUMBER
Yes The system generated number that uniquely identifies schedule exception.
CALENDAR_ID NUMBER

The identifier of the calendar for which 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 the 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.
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
RESOURCE_CALENDAR_PERCENT NUMBER

Daily percentage of resource calendar
NON_WORKING_DAY_FLAG VARCHAR2 (1)
Indicates non working days. This is applicable for change of hours type of schedule change
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
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
Query Text

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
,      DURATION_SHIFT_TYPE_CODE
,      DURATION_SHIFT_UNIT_CODE
,      NUMBER_OF_SHIFT
,      CHANGE_CALENDAR_TYPE_CODE
,      CHANGE_CALENDAR_ID
FROM PA.PA_SCHEDULE_EXCEPTIONS;

Dependencies

[top of page]

PA.PA_SCHEDULE_EXCEPTIONS does not reference any database object

PA.PA_SCHEDULE_EXCEPTIONS is referenced by following:

SchemaAPPS
SynonymPA_SCHEDULE_EXCEPTIONS