DBA Data[Home] [Help]

APPS.IGF_DB_DISB dependencies on IGS_PE_PERSON_BASE_V

Line 428: FROM igs_pe_person_base_v

424:
425: CURSOR cur_get_pers_num ( p_person_id igf_ap_fa_base_rec_all.person_id%TYPE)
426: IS
427: SELECT person_number
428: FROM igs_pe_person_base_v
429: WHERE
430: person_id = p_person_id;
431:
432: get_pers_num_rec cur_get_pers_num%ROWTYPE;