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


VIEW: APPS.PO_EMPLOYEE_HIERARCHIES

Object Details
Object Name: PO_EMPLOYEE_HIERARCHIES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPO.PO_EMPLOYEE_HIERARCHIES
Subobject Name:
Status: VALID

View Type

A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.


PO_EMPLOYEE_HIERARCHIES is a single-organization view
created to support multiple organizations in Release 10.7. The
PO_EMPLOYEE_HIERARCHIES view replaces Release 10.6
PO_EMPLOYEE_HIERARCHIES partitioned tables.
.
For more information, see Multiple Organizations in Oracle
Applications and any Multiple Organizations release notes.


[View Source]

Columns
Name Datatype Length Mandatory Comments
EMPLOYEE_ID NUMBER (9) Yes
SUPERIOR_ID NUMBER (9) Yes
POSITION_STRUCTURE_ID NUMBER
Yes
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
EMPLOYEE_POSITION_ID NUMBER


SUPERIOR_POSITION_ID NUMBER


SUPERIOR_LEVEL NUMBER


LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
REQUEST_ID NUMBER

Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER

Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER

Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
ORG_ID NUMBER

Organization identifier
BUSINESS_GROUP_ID NUMBER

Query Text

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


SELECT EMPLOYEE_ID
,      SUPERIOR_ID
,      POSITION_STRUCTURE_ID
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATED_BY
,      CREATION_DATE
,      EMPLOYEE_POSITION_ID
,      SUPERIOR_POSITION_ID
,      SUPERIOR_LEVEL
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      ORG_ID
,      BUSINESS_GROUP_ID
FROM APPS.PO_EMPLOYEE_HIERARCHIES;

Dependencies

[top of page]

APPS.PO_EMPLOYEE_HIERARCHIES references the following:

SchemaAPPS
SynonymFINANCIALS_SYSTEM_PARAMETERS
SynonymPO_EMPLOYEE_HIERARCHIES_ALL
APPS.PO_EMPLOYEE_HIERARCHIES is referenced by following:

SchemaAPPS
Package BodyPOREQ - show dependent code
ViewPOR_VIEW_REQS_BY_GROUP_V
ViewPOR_VIEW_REQS_BY_HIERARCHY_V
Package BodyPO_APPROVALLIST_S1 - show dependent code
Package BodyPO_APPROVE_SV - show dependent code
ViewPO_EMPLOYEE_HIERARCHIES_ALL_V
Package BodyPO_PERSON - show dependent code
Package BodyPO_POXPRRFP_XMLP_PKG - show dependent code
Package BodyPO_REQAPPROVAL_FINDAPPRV1 - show dependent code
Package BodyPO_REQS_CONTROL_SV - show dependent code