[Home] [Help]
[Dependency Information]
| Object Name: | GHR_PEOPLE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GHR.GHR_PEOPLE_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 |
|---|---|---|---|---|
| PERSON_ID | NUMBER | (10) | Yes | Person ID |
| FULL_NAME | VARCHAR2 | (240) | Full Name | |
| NATIONAL_IDENTIFIER | VARCHAR2 | (30) | National Identifier | |
| EMPLOYEE_NUMBER | VARCHAR2 | (30) | Employee Number | |
| NATIONALITY | VARCHAR2 | (30) | Nationality |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_ID
, FULL_NAME
, NATIONAL_IDENTIFIER
, EMPLOYEE_NUMBER
, NATIONALITY
FROM APPS.GHR_PEOPLE_V;
APPS
GHR_PA_REQUESTS
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
PER_PEOPLE_F
APPS.GHR_PEOPLE_V is not referenced by any database object
|
|
|
|