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


VIEW: APPS.PA_REP_MGR_ORG_V

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
MANAGER_ID NUMBER (15)
Interanl identifier for an Manager
MANAGER_NAME VARCHAR2 (240)
Name of the Manager
ORGANIZATION_ID NUMBER
Yes Internal identifier for the organization
ORGANIZATION_NAME VARCHAR2 (4000)
Name of the organization
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT MANAGER_ID
,      MANAGER_NAME
,      ORGANIZATION_ID
,      ORGANIZATION_NAME
FROM APPS.PA_REP_MGR_ORG_V;

Dependencies

[top of page]

APPS.PA_REP_MGR_ORG_V references the following:

SchemaAPPS
PL/SQL PackagePA_EXPENDITURES_UTILS - show dependent code
SynonymPA_RESOURCES_DENORM
APPS.PA_REP_MGR_ORG_V is referenced by following:

SchemaAPPS
ViewPA_REP_UTIL_MGR_ORG_V