[Home] [Help]
[Dependency Information]
| Object Name: | PA_PROJ_MANAGER_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_PROJ_MANAGER_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MANAGER_NAME | VARCHAR2 | (240) | Project Manager Name | |
| MANAGER_ID | NUMBER | Internal identifier for the project manager |
Cut, paste (and edit) the following text to query this object:
SELECT MANAGER_NAME
, MANAGER_ID
FROM APPS.PA_PROJ_MANAGER_V;
APPS
FND_GLOBAL
- show dependent code
FND_GRANTS
FND_OBJECTS
FND_PROFILE
- show dependent code
FND_USER
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
PA_PROJECT_PARTIES
PA_RESOURCES_DENORM
PA_SECURITY_PVT
- show dependent code
PER_PEOPLE_X
PUBLIC
DUAL
APPS.PA_PROJ_MANAGER_V is not referenced by any database object
|
|
|
|