DBA Data[Home] [Help]

APPS.IGF_SL_LAR_CREATION dependencies on IGS_PE_PERSON_BASE_V

Line 3039: FROM igs_pe_person_base_v

3035: IS
3036: CURSOR cur_get_pers_num ( p_person_id igf_ap_fa_base_rec_all.person_id%TYPE)
3037: IS
3038: SELECT person_number
3039: FROM igs_pe_person_base_v
3040: WHERE
3041: person_id = p_person_id;
3042:
3043: get_pers_num_rec cur_get_pers_num%ROWTYPE;