DBA Data[Home] [Help]

APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_UC_APP_STATS_PKG

Line 66: igs_uc_app_stats_pkg.delete_row ( x_rowid => x.ROWID );

62: BEGIN
63:
64: --Delete Wrong Applicant records from UCAS Interface tables by calling the corresponding TBH.
65: FOR x IN cur_ucapst LOOP
66: igs_uc_app_stats_pkg.delete_row ( x_rowid => x.ROWID );
67: END LOOP;
68:
69: FOR x IN cur_ucapre LOOP
70: igs_uc_app_results_pkg.delete_row ( x_rowid => x.ROWID );