[Home] [Help]
[Dependency Information]
| Object Name: | PO_EMPLOYEE_HIERARCHIES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PO.PO_EMPLOYEE_HIERARCHIES
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
FINANCIALS_SYSTEM_PARAMETERS
PO_EMPLOYEE_HIERARCHIES_ALL
APPS
POREQ
- show dependent code
POR_VIEW_REQS_BY_GROUP_V
POR_VIEW_REQS_BY_HIERARCHY_V
PO_APPROVALLIST_S1
- show dependent code
PO_APPROVE_SV
- show dependent code
PO_EMPLOYEE_HIERARCHIES_ALL_V
PO_PERSON
- show dependent code
PO_POXPRRFP_XMLP_PKG
- show dependent code
PO_REQAPPROVAL_FINDAPPRV1
- show dependent code
PO_REQS_CONTROL_SV
- show dependent code
|
|
|
|