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


VIEW: APPS.PA_REP_RES_AVL_WK_V

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

Number of definite available hours of the resource
PROVISIONAL_HOURS NUMBER

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

Resource Job Level
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
,      DEFINITE_AVAILABLE_HOURS
,      PROVISIONAL_HOURS
,      JOB_NAME
,      RESOURCE_JOB_LEVEL
FROM APPS.PA_REP_RES_AVL_WK_V;

Dependencies

[top of page]

APPS.PA_REP_RES_AVL_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
PL/SQL PackagePA_RESOURCE_UTILS - show dependent code
SynonymPER_JOBS
SchemaPUBLIC
SynonymDUAL

APPS.PA_REP_RES_AVL_WK_V is not referenced by any database object