[Home] [Help]
[Dependency Information]
Object Name: | PA_MANAGERS_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 |
---|---|---|---|---|
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 |
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;
|
|
|