DBA Data[Home] [Help]

APPS.IGF_SL_CL_CHG_FILE dependencies on IGS_PE_PERSON_BASE_V

Line 797: FROM igs_pe_person_base_v

793: ------------------------------------------------------------------
794: -- cursor to get person number
795: CURSOR c_person_number (cp_n_person_id igf_ap_fa_base_rec_all.person_id%TYPE) IS
796: SELECT person_number
797: FROM igs_pe_person_base_v
798: WHERE person_id = cp_n_person_id;
799:
800: l_v_person_number hz_parties.party_number%TYPE;
801: BEGIN