[Home] [Help]
[Dependency Information]
Object Name: | PA_REP_UTIL_RWTVW_GE_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 |
---|---|---|---|---|
EXPENDITURE_ORGANIZATION_ID | NUMBER | Yes | Internal Identifier of the Expenditure Organization. | |
ORG_UTIL_CATEGORY_ID | NUMBER | Yes | Internal Identifier of the Organization Utilization Category. | |
ORG_UTIL_CATEGORY_NAME | VARCHAR2 | (80) | Yes | Language Specific name of the Organization Utilization Category. |
ORG_REPORTING_ORDER | NUMBER | Yes | ||
RES_UTIL_CATEGORY_ID | NUMBER | Yes | Internal Identifier of the Resource Utilization Category. | |
RES_UTIL_CATEGORY_NAME | VARCHAR2 | (80) | Yes | Language Specific name of the Resource Utilization Category. |
RES_REPORTING_ORDER | NUMBER | Yes | Reporting order for utilization reporting | |
WORK_TYPE_ID | NUMBER | Yes | Internal Identifier of the Resource Work Type. | |
WORK_TYPE_NAME | VARCHAR2 | (80) | Yes | Language Specific name of the Resource Work Type. |
PERSON_ID | NUMBER | Yes | Internal Identifier of the Person Resource. | |
PERSON_NAME | VARCHAR2 | (240) | Yes | Language Specific name of the Person Resource. |
MANAGER_ID | NUMBER | (15) | Internal Identifier of the Manager of the Person Resource. | |
MANAGER_NAME | VARCHAR2 | (240) | Language Specific name of the Manager of the Person Resource. | |
EXP_END_DATE | DATE | Yes | Global Week Ending Date. | |
PERIOD_MONTH | NUMBER | Yes | The month to which the Global week belong. | |
PERIOD_YEAR | NUMBER | Yes | The year to which the Global week belongs. | |
BALANCE_TYPE_CODE | VARCHAR2 | (30) | Yes | The code of the Balance Type. |
TOTAL_HOURS | NUMBER | The Total Hours of the Person Resource. | ||
TOTAL_PROV_HOURS | NUMBER | The Total Provisional Hours of the Person Resource. | ||
TOTAL_CONF_HOURS | NUMBER | The Total Confirmed Hours of the Person Resource. | ||
TOTAL_WEIGHTED_HOURS_PEOPLE | NUMBER | The Total Hours of the Person Resource weighted by the weighting percentages of the Resource Utilization Categories. | ||
TOTAL_WEIGHTED_HOURS_ORG | NUMBER | The Total Hours of the Person Resource weighted by the weighting percentages of the Organization Utilization Categories. | ||
PROV_WEIGHTED_HOURS_PEOPLE | NUMBER | The Total Provisional Hours of the Person Resource weighted by the weighting percentages of the Resource Utilization Categories. | ||
PROV_WEIGHTED_HOURS_ORG | NUMBER | The Total Provisional Hours of the Person Resource weighted by the weig hting percentages of the Organization Utilization Categories. | ||
CONF_WEIGHTED_HOURS_PEOPLE | NUMBER | The Total Confirmed Hours of the Person Resource weighted by the weighting percentages of the Resource Utilization Categories. | ||
CONF_WEIGHTED_HOURS_ORG | NUMBER | The Total Confirmed Hours of the Person Resource weighted by the weight ing percentages of the Organization Utilization Categories. |
Cut, paste (and edit) the following text to query this object:
SELECT EXPENDITURE_ORGANIZATION_ID
, ORG_UTIL_CATEGORY_ID
, ORG_UTIL_CATEGORY_NAME
, ORG_REPORTING_ORDER
, RES_UTIL_CATEGORY_ID
, RES_UTIL_CATEGORY_NAME
, RES_REPORTING_ORDER
, WORK_TYPE_ID
, WORK_TYPE_NAME
, PERSON_ID
, PERSON_NAME
, MANAGER_ID
, MANAGER_NAME
, EXP_END_DATE
, PERIOD_MONTH
, PERIOD_YEAR
, BALANCE_TYPE_CODE
, TOTAL_HOURS
, TOTAL_PROV_HOURS
, TOTAL_CONF_HOURS
, TOTAL_WEIGHTED_HOURS_PEOPLE
, TOTAL_WEIGHTED_HOURS_ORG
, PROV_WEIGHTED_HOURS_PEOPLE
, PROV_WEIGHTED_HOURS_ORG
, CONF_WEIGHTED_HOURS_PEOPLE
, CONF_WEIGHTED_HOURS_ORG
FROM APPS.PA_REP_UTIL_RWTVW_GE_V;
APPS.PA_REP_UTIL_RWTVW_GE_V is not referenced by any database object
|
|
|