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


VIEW: APPS.PA_RES_SCH_TIMELINE_ROWLBL_V

Object Details
Object Name: PA_RES_SCH_TIMELINE_ROWLBL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_RES_SCH_TIMELINE_ROWLBL_V
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.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.PA_RES_SCH_TIMELINE_ROWLBL_V references the following:

SchemaAPPS
SynonymFND_GRANTS
SynonymFND_OBJECTS
PL/SQL PackagePA_EXPENDITURES_UTILS - show dependent code
SynonymPA_RESOURCES_DENORM
PL/SQL PackagePA_SECURITY_PVT - show dependent code
SynonymPA_TIMELINE_ROW_LABEL
SynonymPER_ALL_PEOPLE_F
ViewWF_ROLES
APPS.PA_RES_SCH_TIMELINE_ROWLBL_V is referenced by following:

SchemaAPPS
ViewPA_RES_SCH_TIME_CHART_V