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


TABLE: PA.PA_RES_ASGN_TIME_CHART

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


The PA_PROJ_ASGN_TIME_CHART table stores the time chart data for assignments and requirements. This table refreshes each time one of the following Schedule items is modified: Duration, Hours of Day, Work Pattern, Status of Days, and Calendar. Each record in this table represents one calendar week.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_RES_ASGN_TIME_CHART_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnRESOURCE_ID
ColumnSCALE_TYPE
ColumnSTART_DATE
ColumnEND_DATE
ColumnASSIGNMENT_ID
PA_RES_ASGN_TIME_CHART_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnASSIGNMENT_ID
ColumnSCALE_TYPE
ColumnSTART_DATE
ColumnEND_DATE
Columns
Name Datatype Length Mandatory Comments
RESOURCE_ID NUMBER
Yes Identifier of the resource
PROJECT_ID NUMBER

Identifier of the project to which this assignment belongs
ASSIGNMENT_ID NUMBER

Identifier of the assignment
START_DATE DATE
Yes Start date
END_DATE DATE
Yes end date
ROW_LABEL_ID NUMBER

This column is no longer used.
SCALE_TYPE VARCHAR2 (30) Yes Scale Type of the time chart, such as MONTH or THREE_MONTH'
COLOR_PATTERN VARCHAR2 (30)
Weekly color pattern. The semicolon is used to separate the colors. If the scale type is MONTH, an example color pattern is B;B;B;B;B;W;. If the scale type is THREE_MONTH, an example color pattern is B
HELP_TEXT VARCHAR2 (150)
The Number of Hours value is stored in this column. The semicolon is used to separate the hours. If the scale type is MONTH, an example help text is 8;8;8;8;8;0;0. If the scale type is THREE_MONTH, an example help text is 40
REQUEST_ID NUMBER (15)
Standard Who Column
PROGRAM_APPLICATION_ID NUMBER (15)
Standard Who Column
PROGRAM_ID NUMBER (15)
Standard Who Column
PROGRAM_UPDATE_DATE DATE

Standard 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_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
NUMBER_OF_HOURS NUMBER

This column represents different values based on the type of record with which it is associated. For assignments and requirements, this column holds the number of hours allocated to the assignment or requirement between the start date and end date of the record. For availability records, this column holds the number of hours the resource is available between the start date and end date of the record. If the resource overcommitted, this column holds a negative value that represents the number of overcommitted hours between the start date and end date of the record.
NUMBER_OF_DAYS NUMBER

This column represents different values based on the type of record with which it is associated. For assignments and requirements, this column holds the number of days allocated to the assignment or requirement between the start date and end date of the record. For availability records, this column holds the number of working days for the resource between the start date and end date of the record.
AVG_NUM_OF_HOURS NUMBER

This column represents different values based on the type of record with which it is associated. For assignments and requirements, this column holds the average number of hours allocated to the assignment or requirement between the start date and end date of the record. For availability records, this column holds the average number of hours the resource is available between the start date and end date of the record. If the resource is overcommitted, this column holds a negative value that represents the average number of overcommitted hours between the start date and end date of the record.
Query Text

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


SELECT RESOURCE_ID
,      PROJECT_ID
,      ASSIGNMENT_ID
,      START_DATE
,      END_DATE
,      ROW_LABEL_ID
,      SCALE_TYPE
,      COLOR_PATTERN
,      HELP_TEXT
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      NUMBER_OF_HOURS
,      NUMBER_OF_DAYS
,      AVG_NUM_OF_HOURS
FROM PA.PA_RES_ASGN_TIME_CHART;

Dependencies

[top of page]

PA.PA_RES_ASGN_TIME_CHART does not reference any database object

PA.PA_RES_ASGN_TIME_CHART is referenced by following:

SchemaAPPS
SynonymPA_RES_ASGN_TIME_CHART