[Home] [Help]
3:
4: g_success_rec_cnt NUMBER;
5: g_error_rec_cnt NUMBER;
6: g_error_code igs_uc_ccontrl_ints.error_code%TYPE;
7: g_crnt_institute igs_uc_defaults.current_inst_code%TYPE;
8:
9:
10: PROCEDURE common_data_setup (errbuf OUT NOCOPY VARCHAR2,
11: retcode OUT NOCOPY NUMBER) IS
23:
24: -- Get the current institution code set in UCAS Setup for FTUG as all systems have the same.
25: CURSOR crnt_inst_cur IS
26: SELECT current_inst_code
27: FROM igs_uc_defaults
28: WHERE system_code = 'U';
29:
30: BEGIN
31: