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


VIEW: APPS.PA_REP_RES_SCHHRS_WK_V

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

Year to which the global week belong
MONTH NUMBER

Month to which the global week belongs
GLOBAL_WEEK DATE

Global week end date
ITEM_DATE DATE
Yes Item date which will be used as day of the week
CONFIRMED_HOURS NUMBER

Number of hours for which the resource is confirmed
PROVISIONAL_HOURS NUMBER

Number of hours for which the resource is provisional
RESOURCE_ID NUMBER

Internal identifier for the resource
Query Text

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


SELECT YEAR
,      MONTH
,      GLOBAL_WEEK
,      ITEM_DATE
,      CONFIRMED_HOURS
,      PROVISIONAL_HOURS
,      RESOURCE_ID
FROM APPS.PA_REP_RES_SCHHRS_WK_V;

Dependencies

[top of page]

APPS.PA_REP_RES_SCHHRS_WK_V references the following:

SchemaAPPS
PL/SQL PackageFND_PROFILE - show dependent code
SynonymPA_FORECAST_ITEMS
PL/SQL PackagePA_PERIOD_PROCESS_PKG - show dependent code
ViewPA_REP_PERIODS_V

APPS.PA_REP_RES_SCHHRS_WK_V is not referenced by any database object