[Home] [Help]
[Dependency Information]
Object Name: | PA_REP_UTIL_FCT_RUCR_PA_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
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. | |
PROVISIONAL_HOURS | NUMBER | The Total Forecast Provisional Hours of the Person Resource. | ||
CONFIRMED_HOURS | NUMBER | The Total Forecast Confirmed 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 |
Cut, paste (and edit) the following text to query this object:
SELECT UTILIZATION_CATEGORY_NAME
, UTILIZATION_CATEGORY_ID
, PERSON_ID
, PROVISIONAL_HOURS
, CONFIRMED_HOURS
, UTILIZATION
, REPORTING_ORDER
FROM APPS.PA_REP_UTIL_FCT_RUCR_PA_V;
APPS.PA_REP_UTIL_FCT_RUCR_PA_V is not referenced by any database object
|
|
|