DBA Data[Home] [Help]

APPS.IGF_AP_BATCH_VER_PRC_PKG dependencies on IGF_GR_GEN

Line 817: igf_gr_gen.update_current_ssn(

813: IF p_update_ssn = 'Y' THEN
814: -- SSN for the student has changed so update the SSN
815: l_message := NULL;
816:
817: igf_gr_gen.update_current_ssn(
818: p_isir_rec.base_id,
819: p_isir_rec.current_ssn,
820: l_message
821: );