[Home] [Help]
[Dependency Information]
| Object Name: | PA_REP_RES_CAP_WKD_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_REP_RES_CAP_WKD_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 | ||
| PROVISIONAL_HOURS | NUMBER | Number of Provisional hours of the resource | ||
| CONFIRMED_HOURS | NUMBER | Number of Confirmed hours of the resource | ||
| JOB_NAME | VARCHAR2 | (700) | Resource Job Name | |
| RESOURCE_JOB_LEVEL | NUMBER | Resource Job Level | ||
| PERSON_TYPE | VARCHAR2 | (30) | Person Type of the resource |
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
, PROVISIONAL_HOURS
, CONFIRMED_HOURS
, JOB_NAME
, RESOURCE_JOB_LEVEL
, PERSON_TYPE
FROM APPS.PA_REP_RES_CAP_WKD_V;
APPS
PA_FORECAST_ITEMS
PA_REP_SEQ_NUMBER
PA_RESOURCES_DENORM
PA_RESOURCE_UTILS
- show dependent code
PER_JOBS
APPS.PA_REP_RES_CAP_WKD_V is not referenced by any database object
|
|
|
|