DBA Data[Home] [Help]

APPS.IGS_SS_ENR_DETAILS dependencies on IGS_EN_GEN_009

Line 2274: IF igs_en_gen_009.enrp_check_usec_core(p_person_id,p_program_cd,p_uoo_id) = 'CORE' THEN

2270: OPEN cur_unit_cd(p_uoo_id);
2271: FETCH cur_unit_cd INTO l_unit_cd,l_unit_class;
2272: CLOSE cur_unit_cd;
2273:
2274: IF igs_en_gen_009.enrp_check_usec_core(p_person_id,p_program_cd,p_uoo_id) = 'CORE' THEN
2275: -- Get the meaning of lookup code
2276: OPEN cur_get_lkp_meaning;
2277: FETCH cur_get_lkp_meaning INTO l_core_meaning;
2278: CLOSE cur_get_lkp_meaning;