DBA Data[Home] [Help]

APPS.IGS_AV_UNT_LGCY_PUB dependencies on FND_NEW_MESSAGES

Line 689: l_message_name fnd_new_messages.message_name%TYPE;

685: WHERE cv.course_cd = cp_course_cd
686: AND cv.version_number = cp_version_number;
687: rec_cur_program_exempt_totals cur_program_exempt_totals%ROWTYPE;
688: rec_local_inst_ind c_local_inst_ind%ROWTYPE;
689: l_message_name fnd_new_messages.message_name%TYPE;
690: BEGIN
691: OPEN c_local_inst_ind (p_lgcy_adstunt_rec.exemption_institution_cd);
692: FETCH c_local_inst_ind INTO rec_local_inst_ind;
693: IF (c_local_inst_ind%NOTFOUND) THEN