DBA Data[Home] [Help]

APPS.IGS_GE_GEN_003 dependencies on IGS_GE_GEN_004

Line 394: IF IGS_GE_GEN_004.genp_upd_st_lgc_del(p_person_id,

390: -- be actioned and if not, then logically delete the IGS_PE_STD_TODO record.
391: OPEN c_chk_other_str_records;
392: FETCH c_chk_other_str_records INTO v_exists_flag;
393: IF c_chk_other_str_records%NOTFOUND THEN
394: IF IGS_GE_GEN_004.genp_upd_st_lgc_del(p_person_id,
395: p_s_student_todo_type,
396: p_sequence_number,
397: v_message_name) = FALSE THEN
398: CLOSE c_chk_other_str_records;