[Home] [Help]
[Dependency Information]
Object Name: | PA_REP_ALL_MGR_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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.PA_REP_ALL_MGR_V is not referenced by any database object
|
|
|