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


VIEW: APPS.PSP_EMPLOYEES_V

Object Details
Object Name: PSP_EMPLOYEES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPSP.PSP_EMPLOYEES_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.PSP_EMPLOYEES_V references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_PERSON_NAME - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
ViewPER_PEOPLE_F

APPS.PSP_EMPLOYEES_V is not referenced by any database object