DBA Data[Home] [Help]

APPS.IGS_FI_GEN_004 dependencies on IGS_PE_STD_TODO_PKG

Line 801: igs_pe_std_todo_pkg.update_row(

797: FETCH cur_chk_todo_ref INTO l_v_todo_ref_exists;
798: IF cur_chk_todo_ref%NOTFOUND THEN
799: CLOSE cur_chk_todo_ref;
800: BEGIN
801: igs_pe_std_todo_pkg.update_row(
802: x_rowid => v_student_todo_rec.rowid,
803: x_person_id => v_student_todo_rec.person_id ,
804: x_s_student_todo_type => v_student_todo_rec.s_student_todo_type ,
805: x_sequence_number => v_student_todo_rec.sequence_number ,