[Home] [Help]
[Dependency Information]
| Object Name: | PA_REP_UTIL_RESVW_GL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_REP_UTIL_RESVW_GL_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. | |
| EXPENDITURE_ORGANIZATION_NAME | VARCHAR2 | (240) | Language Specific name of the Expenditure Organization. | |
| 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. | |
| PERIOD_NAME | VARCHAR2 | (15) | Yes | The name of the GL period. |
| PERIOD_NUM | NUMBER | The Effective Period Number of the GL Period. | ||
| PERIOD_START_DATE | DATE | Yes | The Start Date of the GL Period. | |
| PERIOD_END_DATE | DATE | Yes | The End Date of the GL Period. | |
| PERIOD_QUARTER | NUMBER | Yes | The Quarter Number to which the GL Period belongs. | |
| PERIOD_YEAR | NUMBER | Yes | The year to which the Global week belongs. | |
| BALANCE_TYPE_NAME | VARCHAR2 | (80) | Yes | The name of the Balance Type. |
| BALANCE_TYPE_CODE | VARCHAR2 | (30) | Yes | The code of the Balance Type. |
| TOTAL_HOURS | NUMBER | The Total Hours of the Person Resource. | ||
| CAPACITY | NUMBER | The Capacity of the Person Resource after taking into consideration the reduced capacity. |
Cut, paste (and edit) the following text to query this object:
SELECT EXPENDITURE_ORGANIZATION_ID
, EXPENDITURE_ORGANIZATION_NAME
, PERSON_ID
, PERSON_NAME
, MANAGER_ID
, MANAGER_NAME
, PERIOD_NAME
, PERIOD_NUM
, PERIOD_START_DATE
, PERIOD_END_DATE
, PERIOD_QUARTER
, PERIOD_YEAR
, BALANCE_TYPE_NAME
, BALANCE_TYPE_CODE
, TOTAL_HOURS
, CAPACITY
FROM APPS.PA_REP_UTIL_RESVW_GL_V;
APPS
GL_PERIODS
HR_ALL_ORGANIZATION_UNITS_TL
HR_GENERAL
- show dependent code
HR_ORG_UNITS_NO_JOIN
HR_SECURITY
- show dependent code
PA_LOOKUPS
PA_OBJECTS
PA_REP_UTIL_GLOB
- show dependent code
PA_RESOURCES_DENORM
PA_SUMM_BALANCES
APPS.PA_REP_UTIL_RESVW_GL_V is not referenced by any database object
|
|
|
|