DBA Data[Home] [Help]

APPS.IGS_EN_HESA_PKG dependencies on IGS_HE_EN_SUSA_PKG

Line 543: igs_he_en_susa_pkg.insert_row(

539: CLOSE c_susa_seq_num;
540:
541: v_rowid := NULL;
542:
543: igs_he_en_susa_pkg.insert_row(
544: x_rowid => v_rowid,
545: x_hesa_en_susa_id => v_susa_seq_num,
546: x_person_id => p_person_id,
547: x_course_cd => p_course_cd,

Line 713: igs_he_en_susa_pkg.insert_row(

709: x_rowid := NULL;
710: -- smaddali removed copying of x_credit_level_achieved1,x_credit_level_achieved2,
711: -- x_credit_pt_achieved1 and x_credit_pt_achieved2,fundability_code,calculated_fte
712: -- copying fundability_code and type_of_year conditionally for bug#3291399
713: igs_he_en_susa_pkg.insert_row(
714: x_rowid => x_rowid,
715: x_hesa_en_susa_id => v_susa_seq_num,
716: x_person_id => p_person_id,
717: x_course_cd => p_course_cd,