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


VIEW: APPS.PA_MANAGERS_V

Object Details
Object Name: PA_MANAGERS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_MANAGERS_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_FIRST_NAME VARCHAR2 (150)
First name of the manager
MANAGER_LAST_NAME VARCHAR2 (150) Yes Last name of the manager
MANAGER_FULL_NAME VARCHAR2 (240)
Full name of the manager
MANAGER_ID NUMBER (10)
Internal identifier for the manager
ORGANIZATION VARCHAR2 (240) Yes Name of the organization of the primary assignment of the manager
ORGANIZATION_ID NUMBER (15) Yes Internal identifier for the organization of the primary assignment of the manager
START_DATE DATE
Yes Start date of the primary assignment of the manager
END_DATE DATE
Yes
MANAGER_EMAIL_ADDRESS VARCHAR2 (240)
Email Address of the manager
MANAGER_PERSON_TYPE VARCHAR2 (80) Yes Person Type of the manager
Query Text

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


SELECT MANAGER_FIRST_NAME
,      MANAGER_LAST_NAME
,      MANAGER_FULL_NAME
,      MANAGER_ID
,      ORGANIZATION
,      ORGANIZATION_ID
,      START_DATE
,      END_DATE
,      MANAGER_EMAIL_ADDRESS
,      MANAGER_PERSON_TYPE
FROM APPS.PA_MANAGERS_V;

Dependencies

[top of page]

APPS.PA_MANAGERS_V references the following:

SchemaAPPS
SynonymFND_LOOKUP_VALUES
PL/SQL PackageHR_GENERAL - show dependent code
ViewHR_ORGANIZATION_UNITS
PL/SQL PackageHR_PERSON_NAME - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
ViewPER_ASSIGNMENTS_F
SynonymPER_ASSIGNMENT_STATUS_TYPES
ViewPER_PEOPLE_X
APPS.PA_MANAGERS_V is referenced by following:

SchemaAPPS
Package BodyPA_RESOURCE_UTILS - show dependent code