[Home] [Help]
[Dependency Information]
| Object Name: | PA_SCHEDULES_HISTORY |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_SCHEDULES_HISTORY
|
| Subobject Name: | |
| Status: | VALID |
This table stores copies of changed schedule records. Each time a schedule is modified, the system makes a copy of the current records from the PA_SCEDULES table and stores them in the PA_SCHEDULES_HISTORY table. This table is used for auditing purposes and for reverting to the last approved schedule.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_SCHEDULES_HISTORY_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SCHEDULE_ID
CHANGE_ID
|
| PA_SCHEDULES_HISTORY_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ASSIGNMENT_ID
CHANGE_ID
LAST_APPROVED_FLAG
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SCHEDULE_ID | NUMBER | Yes | The system generated number that uniquely identifies a schedule | |
| CALENDAR_ID | NUMBER | The identifier of the calendar with which the schedule was created | ||
| ASSIGNMENT_ID | NUMBER | Yes | The identifier of the assignment or requirement for which the schedule is created. This column is populated for the following values of schedule_type_code: OPEN_ASSIGNMENT,STAFFED_ASSIGNMENT | |
| PROJECT_ID | NUMBER | Yes | 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) | Yes | Indicates the status of the assignment or requirement |
| START_DATE | DATE | Yes | First effective date of the schedule | |
| END_DATE | DATE | Yes | Last effective date of the schedule | |
| MONDAY_HOURS | NUMBER | Yes | Number of working hours for Monday weekday. | |
| TUESDAY_HOURS | NUMBER | Yes | Number of working hours for Tuesday weekday. | |
| WEDNESDAY_HOURS | NUMBER | Yes | Number of working hours for Wednesday weekday. | |
| THURSDAY_HOURS | NUMBER | Yes | Number of working hours for Thursday weekday | |
| FRIDAY_HOURS | NUMBER | Yes | Number of working hours for Friday weekday | |
| SATURDAY_HOURS | NUMBER | Yes | Number of working hours for Saturday weekday | |
| SUNDAY_HOURS | NUMBER | Yes | Number of working hours for Sunday weekday | |
| CHANGE_ID | NUMBER | Yes | ID to show the order of the changes made | |
| LAST_APPROVED_FLAG | VARCHAR2 | (1) | Indicates if the record is the last approved change. If the user decides to revert the last made changes, the record with this flag enabled will be used | |
| REQUEST_ID | NUMBER | (15) | Concurrent program Who column | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent program Who column | |
| PROGRAM_ID | NUMBER | (15) | Concurrent program Who column | |
| PROGRAM_UPDATE_DATE | DATE | Concurrent program Who column | ||
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT SCHEDULE_ID
, CALENDAR_ID
, ASSIGNMENT_ID
, PROJECT_ID
, SCHEDULE_TYPE_CODE
, STATUS_CODE
, START_DATE
, END_DATE
, MONDAY_HOURS
, TUESDAY_HOURS
, WEDNESDAY_HOURS
, THURSDAY_HOURS
, FRIDAY_HOURS
, SATURDAY_HOURS
, SUNDAY_HOURS
, CHANGE_ID
, LAST_APPROVED_FLAG
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_BY
, LAST_UPDATE_LOGIN
FROM PA.PA_SCHEDULES_HISTORY;
PA.PA_SCHEDULES_HISTORY does not reference any database object
PA.PA_SCHEDULES_HISTORY is referenced by following:
APPS
PA_SCHEDULES_HISTORY
|
|
|
|