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


VIEW: APPS.PA_SCHEDULES_V

Object Details
Object Name: PA_SCHEDULES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_SCHEDULES_V
Subobject Name:
Status: VALID

View Type

A Web view designed to simplify access from Oracle Self-Service Web Applications.


PA_SCHEDULES_V displays the schedule details for requirements and assignments. It also displays calendar schedules.


[View Source]

Columns
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

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

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
SYSTEM_STATUS_CODE VARCHAR2 (30) Yes Indicates the system status code for the assignmen or requirement
ASSIGNMENT_STATUS_DESC VARCHAR2 (80) Yes Indicates the status description 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
Query Text

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
,      SYSTEM_STATUS_CODE
,      ASSIGNMENT_STATUS_DESC
,      START_DATE
,      END_DATE
,      MONDAY_HOURS
,      TUESDAY_HOURS
,      WEDNESDAY_HOURS
,      THURSDAY_HOURS
,      FRIDAY_HOURS
,      SATURDAY_HOURS
,      SUNDAY_HOURS
FROM APPS.PA_SCHEDULES_V;

Dependencies

[top of page]

APPS.PA_SCHEDULES_V references the following:

SchemaAPPS
SynonymPA_PROJECT_STATUSES
SynonymPA_SCHEDULES
APPS.PA_SCHEDULES_V is referenced by following:

SchemaAPPS
Package BodyPA_SCHEDULE_PVT - show dependent code