DBA Data[Home] [Help]

APPS.IGF_GR_GEN_XML dependencies on IGS_PE_PERSON_BASE_V

Line 176: FROM IGS_PE_PERSON_BASE_V

172: ***************************************************************/
173:
174: CURSOR cur_get_pers_num ( p_person_id igf_ap_fa_base_rec_all.person_id%TYPE) IS
175: SELECT person_number
176: FROM IGS_PE_PERSON_BASE_V
177: WHERE person_id = p_person_id;
178: get_pers_num_rec cur_get_pers_num%ROWTYPE;
179:
180: CURSOR cur_get_base ( p_cal_type igs_ca_inst_all.cal_type%TYPE,