[Home] [Help]
[Dependency Information]
| Object Name: | IGF_AP_FA_BASE_RESULTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGF.IGF_AP_FA_BASE_RESULTS_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
Shows all the award years available from the calendar setup
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_ID | NUMBER | (15) | Yes | Unique identifier for the Person |
| BASE_ID | NUMBER | (10) | Yes | Base ID of the person |
| PERSON_NUMBER | VARCHAR2 | (30) | Yes | Person Number |
| PERSON_NAME | VARCHAR2 | (301) | Person Name | |
| API_PERSON_ID | VARCHAR2 | (20) | Alternate Person ID | |
| DATE_OF_BIRTH | DATE | Date of birth | ||
| CI_CAL_TYPE | VARCHAR2 | (10) | Yes | Calender Type |
| CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Calender Type Instance Number |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_ID
, BASE_ID
, PERSON_NUMBER
, PERSON_NAME
, API_PERSON_ID
, DATE_OF_BIRTH
, CI_CAL_TYPE
, CI_SEQUENCE_NUMBER
FROM APPS.IGF_AP_FA_BASE_RESULTS_V;
APPS
HZ_PARTIES
HZ_PERSON_PROFILES
IGF_AP_FA_BASE_REC
IGS_CA_INST
IGS_PE_ALT_PERS_ID
IGS_PE_PERSON_ID_TYP
APPS.IGF_AP_FA_BASE_RESULTS_V is not referenced by any database object
|
|
|
|