[Home] [Help]
[Dependency Information]
| Object Name: | PO_EMPLOYEE_HIERARCHIES_ALL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PO.PO_EMPLOYEE_HIERARCHIES_ALL_V
|
| 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 |
|---|---|---|---|---|
| FULL_NAME | VARCHAR2 | (240) | ||
| EMPLOYEE_NUM | VARCHAR2 | (30) | ||
| EMPLOYEE_ID | NUMBER | (10) | Yes | |
| POSITION_ID | NUMBER | (15) | Yes | |
| ORG_ID | NUMBER | Organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT FULL_NAME
, EMPLOYEE_NUM
, EMPLOYEE_ID
, POSITION_ID
, ORG_ID
FROM APPS.PO_EMPLOYEE_HIERARCHIES_ALL_V;
APPS
FND_PROFILE
- show dependent code
HR_EMPLOYEES_ALL_V
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
PER_POSITION_STRUCTURES_ALL_V
PO_EMPLOYEE_HIERARCHIES
APPS.PO_EMPLOYEE_HIERARCHIES_ALL_V is not referenced by any database object
|
|
|
|