DBA Data[Home] [Help]

APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_UC_FORM_QUALS_PKG

Line 94: igs_uc_form_quals_pkg.delete_row ( x_rowid => x.ROWID );

90: igs_uc_app_referees_pkg.delete_row ( x_rowid => x.ROWID );
91: END LOOP;
92:
93: FOR x IN cur_ucfq LOOP
94: igs_uc_form_quals_pkg.delete_row ( x_rowid => x.ROWID );
95: END LOOP;
96:
97: FOR x IN cur_ucap LOOP
98: igs_uc_applicants_pkg.delete_row ( x_rowid => x.ROWID );