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


VIEW: APPS.HR_FNDSCAUS_PERSON_LOV_V

Object Details
Object Name: HR_FNDSCAUS_PERSON_LOV_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.HR_FNDSCAUS_PERSON_LOV_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[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.
CURRENT_EMPLOYEE_FLAG VARCHAR2 (1)
Indicates whether the person is currently an employee
CURRENT_NPW_FLAG VARCHAR2 (1)
Indicates whether the person is currently a contingent worker
BUSINESS_GROUP_NAME VARCHAR2 (240) Yes Translated Name of the Business Group person belongs to
EMPLOYEE_NUMBER VARCHAR2 (30)
Employee Number of the person
NPW_NUMBER VARCHAR2 (30)
Contingent Worker Number of the person
EMAIL_ADDRESS VARCHAR2 (240)
Email Address of the person
PERSON_ID NUMBER (10) Yes System generated Person ID of the person
Query Text

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


SELECT FULL_NAME
,      CURRENT_EMPLOYEE_FLAG
,      CURRENT_NPW_FLAG
,      BUSINESS_GROUP_NAME
,      EMPLOYEE_NUMBER
,      NPW_NUMBER
,      EMAIL_ADDRESS
,      PERSON_ID
FROM APPS.HR_FNDSCAUS_PERSON_LOV_V;

Dependencies

[top of page]

APPS.HR_FNDSCAUS_PERSON_LOV_V references the following:

SchemaAPPS
SynonymHR_ALL_ORGANIZATION_UNITS_TL
SynonymPER_ALL_PEOPLE_F
APPS.HR_FNDSCAUS_PERSON_LOV_V is referenced by following:

SchemaPUBLIC
SynonymHR_FNDSCAUS_PERSON_LOV_V