[Home] [Help]
[Dependency Information]
| Object Name: | PA_REP_ALL_MGR_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_REP_ALL_MGR_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 |
|---|---|---|---|---|
| STARTING_MANAGER_ID | NUMBER | (15) | Internal Indentifier of Starting Resource Manager | |
| STARTING_MANAGER_NAME | VARCHAR2 | (240) | The name of Starting Resource Manager | |
| MANAGER_ID | NUMBER | (15) | Internal Indentifier of Resource Manager | |
| VIEW_RESOURCES | VARCHAR2 | (14) | If the starting_manager_id is same as manager_id, DIRECT_REPORTS, ALL_RESOURCES otherwise |
Cut, paste (and edit) the following text to query this object:
SELECT STARTING_MANAGER_ID
, STARTING_MANAGER_NAME
, MANAGER_ID
, VIEW_RESOURCES
FROM APPS.PA_REP_ALL_MGR_V;
APPS
FND_GLOBAL
- show dependent code
FND_GRANTS
FND_OBJECTS
FND_PROFILE
- show dependent code
FND_USER
PA_REP_RES_MGR_V
PA_RESOURCES_DENORM
PA_RESOURCE_UTILS
- show dependent code
PA_SECURITY_PVT
- show dependent code
PUBLIC
DUAL
APPS.PA_REP_ALL_MGR_V is not referenced by any database object
|
|
|
|