[Home] [Help]
[Dependency Information]
Object Name: | PA_PROJ_ASGN_TIME_CHART |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_PROJ_ASGN_TIME_CHART_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
PA_PROJ_ASGN_TIME_CHART_N3 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() ![]() |
PROJECT_ID | NUMBER | Yes | The identifier of the project to which this assignment or requirement belongs | |
ASSIGNMENT_ID | NUMBER | Yes | Identifier of the assignment or requirement | |
RESOURCE_ID | NUMBER | The identifier of the resource for the assignment | ||
START_DATE | DATE | Yes | Week Start date | |
END_DATE | DATE | Yes | Week 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 | The number of hours allocated to the assignment or requirement between the start date and end date of the record. | ||
NUMBER_OF_DAYS | NUMBER | The number of days allocated to the assignment or requirement between the start date and end date of the record. | ||
AVG_NUM_OF_HOURS | NUMBER | Average number of hours | ||
Name | Datatype | Length | Mandatory | Comments |
---|
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, ASSIGNMENT_ID
, RESOURCE_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_PROJ_ASGN_TIME_CHART;
PA.PA_PROJ_ASGN_TIME_CHART does not reference any database object
PA.PA_PROJ_ASGN_TIME_CHART is referenced by following:
|
|
|