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


VIEW: APPS.POR_EMPLOYEE_LOV_V

Object Details
Object Name: POR_EMPLOYEE_LOV_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A Web view designed to simplify access from Oracle Self-Service Web Applications.


The POR_EMPLOYEE_LOV_V contains the full name, employee number, location code, and business group of the employees.


[View Source]

Columns
Name Datatype Length Mandatory Comments
FULL_NAME VARCHAR2 (240)
Concatenation of last name, title, first name, middle names and the name the person is known by.
EMPLOYEE_NUM VARCHAR2 (30)
Number assigned to a person if they have been an employee.
EMPLOYEE_ID NUMBER (10)
System generated person primary key from PER_PEOPLE_S.
LOCATION_CODE VARCHAR2 (60)
Location code that is tied to the employee.
BUSINESS_GROUP_NAME VARCHAR2 (240)
The name of the business group that the employee belongs to.
BUSINESS_GROUP_ID NUMBER (15)
System generated identifier for the business group that the employee belongs to.
Query Text

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


SELECT FULL_NAME
,      EMPLOYEE_NUM
,      EMPLOYEE_ID
,      LOCATION_CODE
,      BUSINESS_GROUP_NAME
,      BUSINESS_GROUP_ID
FROM APPS.POR_EMPLOYEE_LOV_V;

Dependencies

[top of page]

APPS.POR_EMPLOYEE_LOV_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
SynonymHR_LOCATIONS_ALL
SynonymHR_LOCATIONS_ALL_TL
SynonymPER_ALL_ASSIGNMENTS_F
SynonymPER_ALL_PEOPLE_F
ViewPER_BUSINESS_GROUPS_PERF

APPS.POR_EMPLOYEE_LOV_V is not referenced by any database object