DBA Data[Home] [Help]

APPS.IGS_FI_SS_ACCT_PAYMENT dependencies on IGS_PE_STD_TODO_REF_PKG

Line 1027: igs_pe_std_todo_ref_pkg.update_row ( x_rowid => rec_c_igs_pe_std_todo_ref.rowid,

1023:
1024: -- update the logical delete date so that this record would no longer be an open todo
1025: -- Update the TODO record only if Fee Assessment was successful.
1026: IF l_b_fees_assessed THEN
1027: igs_pe_std_todo_ref_pkg.update_row ( x_rowid => rec_c_igs_pe_std_todo_ref.rowid,
1028: x_person_id => rec_c_igs_pe_std_todo_ref.person_id,
1029: x_s_student_todo_type => rec_c_igs_pe_std_todo_ref.s_student_todo_type,
1030: x_sequence_number => rec_c_igs_pe_std_todo_ref.sequence_number,
1031: x_reference_number => rec_c_igs_pe_std_todo_ref.reference_number,