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


VIEW: APPS.PA_REP_RES_CAP_WKD_V

Object Details
Object Name: PA_REP_RES_CAP_WKD_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_REP_RES_CAP_WKD_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
RESOURCE_ID NUMBER
Yes Internal identifier for the resource
RESOURCE_NAME VARCHAR2 (240) Yes Resource Name
MANAGER_ID NUMBER (15)
Internal identifier for the manager
MANAGER_NAME VARCHAR2 (240)
Manager Name
ORGANIZATION_ID NUMBER
Yes Internal identifier for the Organization
GLOBAL_WEEK_END_DATE DATE

Global Week End Date
MONTH NUMBER

Month Name
YEAR NUMBER

Year to which the GLobal Week belongs
WEEK_DAY DATE

Week Day Date
CAPACITY_HOURS NUMBER

Number of Capacity hours of the resource
PROVISIONAL_HOURS NUMBER

Number of Provisional hours of the resource
CONFIRMED_HOURS NUMBER

Number of Confirmed hours of the resource
JOB_NAME VARCHAR2 (700)
Resource Job Name
RESOURCE_JOB_LEVEL NUMBER

Resource Job Level
PERSON_TYPE VARCHAR2 (30)
Person Type of the resource
Query Text

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


SELECT RESOURCE_ID
,      RESOURCE_NAME
,      MANAGER_ID
,      MANAGER_NAME
,      ORGANIZATION_ID
,      GLOBAL_WEEK_END_DATE
,      MONTH
,      YEAR
,      WEEK_DAY
,      CAPACITY_HOURS
,      PROVISIONAL_HOURS
,      CONFIRMED_HOURS
,      JOB_NAME
,      RESOURCE_JOB_LEVEL
,      PERSON_TYPE
FROM APPS.PA_REP_RES_CAP_WKD_V;

Dependencies

[top of page]

APPS.PA_REP_RES_CAP_WKD_V references the following:

SchemaAPPS
SynonymPA_FORECAST_ITEMS
SynonymPA_REP_SEQ_NUMBER
SynonymPA_RESOURCES_DENORM
PL/SQL PackagePA_RESOURCE_UTILS - show dependent code
SynonymPER_JOBS

APPS.PA_REP_RES_CAP_WKD_V is not referenced by any database object