DBA Data[Home] [Help]

APPS.IGS_HE_PROG_TRANSFER_PKG dependencies on IGS_HE_EN_SUSA_PKG

Line 367: igs_he_en_susa_pkg.insert_row(

363: IF c_old_susa%NOTFOUND THEN
364: -- smaddali added this code instead of raising error ,for bug#2371477
365: close c_old_susa;
366: -- create the new susa hesa details record
367: igs_he_en_susa_pkg.insert_row(
368: x_rowid => v_rowid,
369: x_hesa_en_susa_id => v_hesa_en_susa_id,
370: x_person_id => p_person_id,
371: x_course_cd => p_new_course_cd,

Line 582: igs_he_en_susa_pkg.insert_row(

578: END IF;
579:
580:
581: -- INSERT Values into Record.
582: igs_he_en_susa_pkg.insert_row(
583: x_rowid => v_rowid,
584: x_hesa_en_susa_id => v_hesa_en_susa_id,
585: x_person_id => p_person_id,
586: x_course_cd => p_new_course_cd,