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


VIEW: APPS.JTF_RS_EMPLOYEES_VL

Object Details
Object Name: JTF_RS_EMPLOYEES_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewJTF.JTF_RS_EMPLOYEES_VL
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view has the list of all Employees that can be importedor is already present in Resource Manager


[View Source]

Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (10) Yes Person( Employee) identifier FK to Pe_people_f
FIRST_NAME VARCHAR2 (150)
First Name of Employee
LAST_NAME VARCHAR2 (150) Yes last name of the employee
MIDDLE_NAME VARCHAR2 (60)
Middle Name of Employee
FULL_NAME VARCHAR2 (240)
Full Name of Employee
EMPLOYEE_NUMBER VARCHAR2 (30)
Employee Number
PHONE VARCHAR2 (4000)
Phone of Employee
EMAIL VARCHAR2 (240)
email of employee
JOB_TITLE VARCHAR2 (0)
The value for this field will be null for performcae reasons
MANAGER_PERSON_ID NUMBER (10)
Person id of manager of employee
MANAGER_NAME VARCHAR2 (240)
Manager's Name
EFFECTIVE_START_DATE DATE
Yes Date on which This person becomes active in HR
EFFECTIVE_END_DATE DATE
Yes Date after which This person becomes inactive in HR
EMP_CATEGORY VARCHAR2 (0)
Value is null for performance reasons
EMP_STATUS VARCHAR2 (0)
Value is null for performance reasons
ORG_ID NUMBER (15) Yes Organization identifier
ORG_NAME VARCHAR2 (240) Yes Employee's Organization Name
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PERSON_ID
,      FIRST_NAME
,      LAST_NAME
,      MIDDLE_NAME
,      FULL_NAME
,      EMPLOYEE_NUMBER
,      PHONE
,      EMAIL
,      JOB_TITLE
,      MANAGER_PERSON_ID
,      MANAGER_NAME
,      EFFECTIVE_START_DATE
,      EFFECTIVE_END_DATE
,      EMP_CATEGORY
,      EMP_STATUS
,      ORG_ID
,      ORG_NAME
FROM APPS.JTF_RS_EMPLOYEES_VL;

Dependencies

[top of page]

APPS.JTF_RS_EMPLOYEES_VL references the following:

SchemaAPPS
SynonymHR_ALL_ORGANIZATION_UNITS
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_PERSON_NAME - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
ViewPER_ASSIGNMENTS_F
ViewPER_EMPLOYEES_X
ViewPER_PEOPLE_F
SynonymPER_PERIODS_OF_SERVICE

APPS.JTF_RS_EMPLOYEES_VL is not referenced by any database object