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


TABLE: PA.PA_WORK_TYPE_SCHEDULES

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_WORK_TYPE_SCHEDULES_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnWORK_TYPE_SCH_ID
PA_WORK_TYPE_SCHEDULES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnASSIGNMENT_ID
Columns
Name Datatype Length Mandatory Comments
WORK_TYPE_SCH_ID NUMBER
Yes The system generated number that uniquely identifies schedule work types.
ASSIGNMENT_ID NUMBER
Yes The identifier of the assignment or requirement for which the schedule is created
PROJECT_ID NUMBER
Yes The identifier of the project for which schedule is created
START_DATE DATE
Yes First effective date of the schedule
END_DATE DATE
Yes Last effective date of the schedule
WORK_TYPE_ID NUMBER
Yes Identifies the type of work being carried out. This column is defaulted from the assignment or requirement
REVENUE_CURRENCY_CODE VARCHAR2 (15)
Identifies the currency of the override revenue bill rate. This column is defaulted from the assignment or requirement
REVENUE_BILL_RATE NUMBER

Overriding revenue rate for the work type of the assignment or requirement.
FCST_TP_AMOUNT_TYPE VARCHAR2 (30)
Indicates whether the work type assignment or requirement would be classified as cost relief or revenue transfer for forecasting.
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
Query Text

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


SELECT WORK_TYPE_SCH_ID
,      ASSIGNMENT_ID
,      PROJECT_ID
,      START_DATE
,      END_DATE
,      WORK_TYPE_ID
,      REVENUE_CURRENCY_CODE
,      REVENUE_BILL_RATE
,      FCST_TP_AMOUNT_TYPE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_BY
,      LAST_UPDATE_LOGIN
FROM PA.PA_WORK_TYPE_SCHEDULES;

Dependencies

[top of page]

PA.PA_WORK_TYPE_SCHEDULES does not reference any database object

PA.PA_WORK_TYPE_SCHEDULES is referenced by following:

SchemaAPPS
SynonymPA_WORK_TYPE_SCHEDULES