[Home] [Help]
[Dependency Information]
| Object Name: | PA_REP_UTIL_OWTVW_PA_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_REP_UTIL_OWTVW_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 |
|---|---|---|---|---|
| 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 | The Reporting Order based on the Organization Utilization Category | |
| WORK_TYPE_ID | NUMBER | Yes | Internal Identifier of the Work Type | |
| WORK_TYPE_NAME | VARCHAR2 | (80) | Yes | Language Specific name of the Work Type |
| PERIOD_NAME | VARCHAR2 | (15) | Yes | The name of the PA period. |
| PERIOD_NUM | NUMBER | The Effective Period Number of the PA Period. | ||
| PERIOD_START_DATE | DATE | Yes | The Start Date of the PA Period. | |
| PERIOD_END_DATE | DATE | Yes | The End Date of the PA Period. | |
| PERIOD_QUARTER | NUMBER | Yes | The Quarter Number to which the PA Period belongs. | |
| PERIOD_YEAR | NUMBER | Yes | The year to which the PA Period belongs. | |
| BALANCE_TYPE_CODE | VARCHAR2 | (30) | Yes | The code of the Balance Type. |
| TOTAL_HOURS | NUMBER | The Total Hours of the Organization/WorkType combination. | ||
| TOTAL_WEIGHTED_HOURS | NUMBER | The Total Weighted Hours of the Organization/WorkType combination. |
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
, WORK_TYPE_ID
, WORK_TYPE_NAME
, PERIOD_NAME
, PERIOD_NUM
, PERIOD_START_DATE
, PERIOD_END_DATE
, PERIOD_QUARTER
, PERIOD_YEAR
, BALANCE_TYPE_CODE
, TOTAL_HOURS
, TOTAL_WEIGHTED_HOURS
FROM APPS.PA_REP_UTIL_OWTVW_PA_V;
APPS
GL_PERIODS
PA_OBJECTS
PA_REP_UTIL_GLOB
- show dependent code
PA_SUMM_BALANCES
PA_UTIL_CATEGORIES_V
PA_WORK_TYPES_TL
APPS.PA_REP_UTIL_OWTVW_PA_V is not referenced by any database object
|
|
|
|