[Home] [Help]
[Dependency Information]
| Object Name: | HR_FNDSCAUS_PERSON_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.HR_FNDSCAUS_PERSON_LOV_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
HR_ALL_ORGANIZATION_UNITS_TL
PER_ALL_PEOPLE_F
PUBLIC
HR_FNDSCAUS_PERSON_LOV_V
|
|
|
|