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


VIEW: APPS.PA_REP_RES_OVC_WK_V

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

Number of Over-commited 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)
Resource Person Type
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
,      OVERCOMMITED_HOURS
,      CONFIRMED_HOURS
,      JOB_NAME
,      RESOURCE_JOB_LEVEL
,      PERSON_TYPE
FROM APPS.PA_REP_RES_OVC_WK_V;

Dependencies

[top of page]

APPS.PA_REP_RES_OVC_WK_V references the following:

SchemaAPPS
PL/SQL PackageFND_NUMBER - show dependent code
PL/SQL PackageFND_PROFILE - show dependent code
SynonymPA_FORECAST_ITEMS
SynonymPA_REP_SEQ_NUMBER
SynonymPA_RESOURCES_DENORM
SynonymPER_JOBS
SchemaPUBLIC
SynonymDUAL

APPS.PA_REP_RES_OVC_WK_V is not referenced by any database object