[Home] [Help]
[Dependency Information]
| Object Name: | HR_EMPLOYEES_ALL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PO.HR_EMPLOYEES_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 |
|---|---|---|---|---|
| EMPLOYEE_ID | NUMBER | (10) | Yes | |
| EMPLOYEE_NUM | VARCHAR2 | (30) | ||
| FULL_NAME | VARCHAR2 | (240) | ||
| FIRST_NAME | VARCHAR2 | (150) | ||
| MIDDLE_NAME | VARCHAR2 | (60) | ||
| LAST_NAME | VARCHAR2 | (150) | Yes | |
| EMAIL_ADDRESS | VARCHAR2 | (240) |
Cut, paste (and edit) the following text to query this object:
SELECT EMPLOYEE_ID
, EMPLOYEE_NUM
, FULL_NAME
, FIRST_NAME
, MIDDLE_NAME
, LAST_NAME
, EMAIL_ADDRESS
FROM APPS.HR_EMPLOYEES_ALL_V;
APPS
FND_PROFILE
- show dependent code
HR_EMPLOYEES
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
APPS
PO_EMPLOYEE_HIERARCHIES_ALL_V
PO_PDOI_DIST_PROCESS_PVT
- show dependent code
PO_RFQS_ALL_V
PO_RFQS_VAL_V
RCV_RECEIVERS_UNORDERED_V
PUBLIC
HR_EMPLOYEES_ALL_V
|
|
|
|