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


TABLE: PA.PA_SCHEDULES_HSTRY_AR

Object Details
Object Name: PA_SCHEDULES_HSTRY_AR
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_SCHEDULES_HSTRY_AR
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_SCHEDULES_HSTRY_AR_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPURGE_PROJECT_ID
Columns
Name Datatype Length Mandatory Comments
ASSIGNMENT_ID NUMBER

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
CALENDAR_ID NUMBER

The identifier of the calendar with which the schedule was created
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
END_DATE DATE

Last effective date of the schedule
FRIDAY_HOURS NUMBER

Number of working hours for Friday weekday
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
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.
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
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
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
REQUEST_ID NUMBER (15)
Concurrent program Who column
SATURDAY_HOURS NUMBER

Number of working hours for Saturday weekday
SCHEDULE_ID NUMBER

The system generated number that uniquely identifies a schedule
SCHEDULE_TYPE_CODE VARCHAR2 (30)
The code of the schedule type. Schedule type indicates the entity for which schedule is created
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.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ASSIGNMENT_ID
,      CALENDAR_ID
,      CHANGE_ID
,      CREATED_BY
,      CREATION_DATE
,      END_DATE
,      FRIDAY_HOURS
,      LAST_APPROVED_FLAG
,      LAST_UPDATE_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      MONDAY_HOURS
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      PROJECT_ID
,      PURGE_BATCH_ID
,      PURGE_PROJECT_ID
,      PURGE_RELEASE
,      REQUEST_ID
,      SATURDAY_HOURS
,      SCHEDULE_ID
,      SCHEDULE_TYPE_CODE
,      START_DATE
,      STATUS_CODE
,      SUNDAY_HOURS
,      THURSDAY_HOURS
,      TUESDAY_HOURS
,      WEDNESDAY_HOURS
FROM PA.PA_SCHEDULES_HSTRY_AR;

Dependencies

[top of page]

PA.PA_SCHEDULES_HSTRY_AR does not reference any database object

PA.PA_SCHEDULES_HSTRY_AR is referenced by following:

SchemaAPPS
SynonymPA_SCHEDULES_HSTRY_AR