[Home] [Help]
[Dependency Information]
| Object Name: | PA_RES_SCH_TIME_CHART_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_RES_SCH_TIME_CHART_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| START_DATE | DATE | Yes | Start Date | |
| END_DATE | DATE | Yes | End Date | |
| SCALE_TYPE | VARCHAR2 | (30) | Yes | Scale Type |
| COLOR_PATTERN | VARCHAR2 | (30) | Color Pattern | |
| HELP_TEXT | VARCHAR2 | (150) | Help Text | |
| RESOURCE_ID | NUMBER | Yes | The identifier of the resource which the time chart data describes | |
| ROW_LABEL_ID | NUMBER | Yes | System generated number that relates the row labels with the time chart data | |
| ROW_LABEL_TYPE | VARCHAR2 | (30) | Yes | The value should always be RESOURCE |
| RESOURCE_NAME | VARCHAR2 | (120) | Resource Name | |
| ORGANIZATION_ID | NUMBER | Yes | Internal identifier of the organization of a primary assignment or requirement for the resource | |
| ORGANIZATION_NAME | VARCHAR2 | (4000) | Organization name of a primary assignment or requirement for the resource | |
| MANAGER_ID | NUMBER | (15) | Internal identifier of the person to whom the resource directly reports | |
| MANAGER_NAME | VARCHAR2 | (240) | Full name of the person to whom the resource directly reports | |
| RESOURCE_ANALYST_ID | NUMBER | (10) | Yes | Internal identifier of the staffing analyst for the resource |
| SCH_UPD_PENDING_FLAG | VARCHAR2 | (1) | Workflow Integration Pending | |
| JOB_LEVEL | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT START_DATE
, END_DATE
, SCALE_TYPE
, COLOR_PATTERN
, HELP_TEXT
, RESOURCE_ID
, ROW_LABEL_ID
, ROW_LABEL_TYPE
, RESOURCE_NAME
, ORGANIZATION_ID
, ORGANIZATION_NAME
, MANAGER_ID
, MANAGER_NAME
, RESOURCE_ANALYST_ID
, SCH_UPD_PENDING_FLAG
, JOB_LEVEL
FROM APPS.PA_RES_SCH_TIME_CHART_V;
APPS
PA_EXPENDITURES_UTILS
- show dependent code
PA_RES_SCH_TIMELINE_ROWLBL_V
PA_RES_SCH_TIME_CHART
PA_SECURITY_PVT
- show dependent code
APPS.PA_RES_SCH_TIME_CHART_V is not referenced by any database object
|
|
|
|