DBA Data[Home] [Help]

APPS.IGS_EN_ENROLL_WLST dependencies on IGS_GE_GEN_003

Line 1790: igs_ge_gen_003.set_org_id(p_org_id);

1786: END wf_send_mail_stud_adm;
1787:
1788: BEGIN -- Start of main procedure
1789: retcode :=0;
1790: igs_ge_gen_003.set_org_id(p_org_id);
1791:
1792: -- Check whether waitlisting is allowed at institution level. Bug# 3052426 (ptandon)
1793: OPEN c_wait_allow_inst_level;
1794: FETCH c_wait_allow_inst_level INTO l_waitlist_allowed;