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


VIEW: APPS.PA_REP_UTIL_OWTVW_GE_V

Object Details
Object Name: PA_REP_UTIL_OWTVW_GE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_REP_UTIL_OWTVW_GE_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
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
EXP_END_DATE DATE
Yes Global Week Ending Date.
PERIOD_MONTH NUMBER
Yes The month to which the Global week belongs.
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 Organization/WorkType combination.
TOTAL_WEIGHTED_HOURS NUMBER

The Total Weighted Hours of the Organization/WorkType combination.
Query Text

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
,      EXP_END_DATE
,      PERIOD_MONTH
,      PERIOD_YEAR
,      BALANCE_TYPE_CODE
,      TOTAL_HOURS
,      TOTAL_WEIGHTED_HOURS
FROM APPS.PA_REP_UTIL_OWTVW_GE_V;

Dependencies

[top of page]

APPS.PA_REP_UTIL_OWTVW_GE_V references the following:

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

APPS.PA_REP_UTIL_OWTVW_GE_V is not referenced by any database object