[Home] [Help]
[Dependency Information]
| Object Name: | PSP_EMPLOYEES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PSP.PSP_EMPLOYEES_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 identifier |
| FULL_NAME | VARCHAR2 | (240) | Full name of employee | |
| EMPLOYEE_NUMBER | VARCHAR2 | (30) | Employee number | |
| EMP_SSN | VARCHAR2 | (30) | Employee social security number | |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT EMPLOYEE_ID
, FULL_NAME
, EMPLOYEE_NUMBER
, EMP_SSN
, BUSINESS_GROUP_ID
FROM APPS.PSP_EMPLOYEES_V;
APPS
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
PER_PEOPLE_F
APPS.PSP_EMPLOYEES_V is not referenced by any database object
|
|
|
|