DBA Data[Home] [Help]

APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_UC_APP_CHO_CNDS_PKG

Line 528: igs_uc_app_cho_cnds_pkg.delete_row ( x_rowid => x.ROWID );

524: -- the Application Choice data from the UCAS Interface tables.
525: IF l_oss_app_inst_suspended = 'Y' THEN
526: --Delete Wrong Applicant records from UCAS Interface tables by calling the corresponding TBH.
527: FOR x IN cur_ucapcc (l_wrong_app_rec.app_no, l_expunge_choice_det(l_loc)) LOOP
528: igs_uc_app_cho_cnds_pkg.delete_row ( x_rowid => x.ROWID );
529: END LOOP;
530:
531: FOR x IN cur_ucapch (l_wrong_app_rec.app_no, l_expunge_choice_det(l_loc)) LOOP
532: igs_uc_app_choices_pkg.delete_row ( x_rowid => x.ROWID );