[Home] [Help]
[Dependency Information]
| Object Name: | PA_RES_SCH_TIMELINE_ROWLBL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_RES_SCH_TIMELINE_ROWLBL_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 |
|---|---|---|---|---|
| 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_ID | NUMBER | The identifier of the resource which the row label describes | ||
| RESOURCE_NAME | VARCHAR2 | (120) | Resource Name | |
| SCH_UPD_PENDING_FLAG | VARCHAR2 | (1) | Workflow Integration Pending | |
| RESOURCE_ANALYST_ID | NUMBER | (10) | Yes | Internal identifier of the staffing analyst for the resource |
| RESOURCE_SOURCE_ID | NUMBER | Yes | ||
| 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 | |
| JOB_LEVEL | NUMBER | Job level of the resource |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_LABEL_ID
, ROW_LABEL_TYPE
, RESOURCE_ID
, RESOURCE_NAME
, SCH_UPD_PENDING_FLAG
, RESOURCE_ANALYST_ID
, RESOURCE_SOURCE_ID
, ORGANIZATION_ID
, ORGANIZATION_NAME
, MANAGER_ID
, MANAGER_NAME
, JOB_LEVEL
FROM APPS.PA_RES_SCH_TIMELINE_ROWLBL_V;
APPS
FND_GRANTS
FND_OBJECTS
PA_EXPENDITURES_UTILS
- show dependent code
PA_RESOURCES_DENORM
PA_SECURITY_PVT
- show dependent code
PA_TIMELINE_ROW_LABEL
PER_ALL_PEOPLE_F
WF_ROLES
APPS
PA_RES_SCH_TIME_CHART_V
|
|
|
|