DBA Data[Home] [Help]

APPS.IGF_AW_SS_GEN_PKG dependencies on IGF_AW_GEN_005

Line 545: l_hold := igf_aw_gen_005.get_stud_hold_effect('A', l_person_id, NULL );

541: OPEN c_person_id(p_base_id);
542: FETCH c_person_id into l_person_id;
543: CLOSE c_person_id;
544:
545: l_hold := igf_aw_gen_005.get_stud_hold_effect('A', l_person_id, NULL );
546:
547: IF NVL(l_hold,'X') = 'F' THEN
548: lv_ret_status := 'VO';
549: RETURN lv_ret_status;