[Home] [Help]
[Dependency Information]
| Object Name: | PA_REP_RES_AVL_WK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_REP_RES_AVL_WK_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 |
|---|---|---|---|---|
| RESOURCE_ID | NUMBER | Yes | Internal identifier for the resource | |
| RESOURCE_NAME | VARCHAR2 | (240) | Yes | Resource Name |
| MANAGER_ID | NUMBER | (15) | Internal identifier for the manager | |
| MANAGER_NAME | VARCHAR2 | (240) | Manager Name | |
| ORGANIZATION_ID | NUMBER | Yes | Internal identifier for the Organization | |
| GLOBAL_WEEK_END_DATE | DATE | Global Week End Date | ||
| MONTH | NUMBER | Month Name | ||
| YEAR | NUMBER | Year to which the GLobal Week belongs | ||
| WEEK_DAY | DATE | Week Day Date | ||
| CAPACITY_HOURS | NUMBER | Number of Capacity hours of the resource | ||
| DEFINITE_AVAILABLE_HOURS | NUMBER | Number of definite available hours of the resource | ||
| PROVISIONAL_HOURS | NUMBER | Number of provisional hours of the resource | ||
| JOB_NAME | VARCHAR2 | (700) | Resource Job Name | |
| RESOURCE_JOB_LEVEL | NUMBER | Resource Job Level |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_ID
, RESOURCE_NAME
, MANAGER_ID
, MANAGER_NAME
, ORGANIZATION_ID
, GLOBAL_WEEK_END_DATE
, MONTH
, YEAR
, WEEK_DAY
, CAPACITY_HOURS
, DEFINITE_AVAILABLE_HOURS
, PROVISIONAL_HOURS
, JOB_NAME
, RESOURCE_JOB_LEVEL
FROM APPS.PA_REP_RES_AVL_WK_V;
APPS
FND_NUMBER
- show dependent code
FND_PROFILE
- show dependent code
PA_FORECAST_ITEMS
PA_REP_SEQ_NUMBER
PA_RESOURCES_DENORM
PA_RESOURCE_UTILS
- show dependent code
PER_JOBS
PUBLIC
DUAL
APPS.PA_REP_RES_AVL_WK_V is not referenced by any database object
|
|
|
|