[Home] [Help]
[Dependency Information]
| Object Name: | PA_REP_PROJ_REQHRS_WK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_REP_PROJ_REQHRS_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 |
|---|---|---|---|---|
| REQUIRED_HOURS | NUMBER | Yes | Number of required project hours for the assignment | |
| PROJECT_NAME | VARCHAR2 | (30) | Yes | Name of the Project |
| PROJECT_ID | NUMBER | Yes | Internal identifier for the project | |
| MANAGER_ID | NUMBER | (15) | Yes | Internal identifier for the manager |
| MANAGER_NAME | VARCHAR2 | (240) | Name of the Project Manager | |
| ORGANIZATION_ID | NUMBER | (15) | Yes | Internal identifier for the Organization |
| YEAR | NUMBER | Fiscal Year | ||
| MONTH | NUMBER | Month | ||
| GLOBAL_WEEK_END_DATE | DATE | Global Week End Date | ||
| WEEK_DAY | DATE | Yes | Day of the week | |
| TEAM_ROLE | VARCHAR2 | (80) | Team Role Name |
Cut, paste (and edit) the following text to query this object:
SELECT REQUIRED_HOURS
, PROJECT_NAME
, PROJECT_ID
, MANAGER_ID
, MANAGER_NAME
, ORGANIZATION_ID
, YEAR
, MONTH
, GLOBAL_WEEK_END_DATE
, WEEK_DAY
, TEAM_ROLE
FROM APPS.PA_REP_PROJ_REQHRS_WK_V;
APPS
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
PA_FORECAST_ITEMS
PA_PROJECTS_ALL
PA_PROJECT_ASSIGNMENTS
PA_PROJECT_PLAYERS
PA_PROJECT_STATUSES
PER_PEOPLE_X
APPS.PA_REP_PROJ_REQHRS_WK_V is not referenced by any database object
|
|
|
|