DBA Data[Home] [Help]

APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_UC_APPLICANTS_PKG

Line 98: igs_uc_applicants_pkg.delete_row ( x_rowid => x.ROWID );

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 );
99: END LOOP;
100:
101: DELETE igs_uc_ifrmqul_ints WHERE appno = p_app_no;
102: