[Home] [Help]
[Dependency Information]
| Object Name: | PA_REP_UTIL_ACT_RUCR_PA_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_REP_UTIL_ACT_RUCR_PA_V
|
| 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. | |
| 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 |
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;
APPS
PA_OBJECTS
PA_REP_UTIL_GLOB
- show dependent code
PA_REP_UTIL_SCREEN
- show dependent code
PA_SUMM_BALANCES
PA_UTIL_CATEGORIES_V
APPS.PA_REP_UTIL_ACT_RUCR_PA_V is not referenced by any database object
|
|
|
|