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


VIEW: APPS.PA_REP_UTIL_ACT_RUCR_PA_V

Object Details
Object Name: PA_REP_UTIL_ACT_RUCR_PA_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_REP_UTIL_ACT_RUCR_PA_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
UTILIZATION_CATEGORY_NAME VARCHAR2 (80) Yes
UTILIZATION_CATEGORY_ID NUMBER
Yes Internal Identifier of the Resource Utilization Category.
PERSON_ID NUMBER
Yes Internal Identifier of the Person Resource.
WORKED_HOURS NUMBER

The Total Actual Hours of the Person Resource.
UTILIZATION NUMBER

The Total Actual Hours of the Person Resource weighted by the Resource Utilization Categories.
REPORTING_ORDER NUMBER
Yes The reporting order for utilization reporting
Query Text

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


SELECT UTILIZATION_CATEGORY_NAME
,      UTILIZATION_CATEGORY_ID
,      PERSON_ID
,      WORKED_HOURS
,      UTILIZATION
,      REPORTING_ORDER
FROM APPS.PA_REP_UTIL_ACT_RUCR_PA_V;

Dependencies

[top of page]

APPS.PA_REP_UTIL_ACT_RUCR_PA_V references the following:

SchemaAPPS
SynonymPA_OBJECTS
PL/SQL PackagePA_REP_UTIL_GLOB - show dependent code
PL/SQL PackagePA_REP_UTIL_SCREEN - show dependent code
SynonymPA_SUMM_BALANCES
ViewPA_UTIL_CATEGORIES_V

APPS.PA_REP_UTIL_ACT_RUCR_PA_V is not referenced by any database object