[Home] [Help]
APPS.IGF_DB_SF_INTEGRATION dependencies on IGS_FI_FEE_TYPE_ALL
Line 642: CURSOR c_igs_fi_fee_type (cp_v_fee_type igs_fi_fee_type_all.fee_type%TYPE) IS
638: FROM igs_pe_person_base_v
639: WHERE person_id = cp_person_id;
640: l_cur_api cur_api%ROWTYPE;
641:
642: CURSOR c_igs_fi_fee_type (cp_v_fee_type igs_fi_fee_type_all.fee_type%TYPE) IS
643: SELECT description
644: FROM igs_fi_fee_type
645: WHERE fee_type = cp_v_fee_type;
646: