DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.PA_REP_MANAGERS_V

Object Details
Object Name: PA_REP_MANAGERS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_REP_MANAGERS_V
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view

[View Source]

Columns
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
Query Text

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_MANAGERS_V;

Dependencies

[top of page]

APPS.PA_REP_MANAGERS_V references the following:

SchemaAPPS
SynonymPA_RESOURCES_DENORM

APPS.PA_REP_MANAGERS_V is not referenced by any database object