DBA Data[Home] [Help]

APPS.IGS_EN_CPD_EXT_PKG dependencies on IGS_EN_CAT_PRC_DTL_PKG

Line 624: igs_en_cat_prc_dtl_pkg.update_row (

620: OPEN c_catprc (old_references.enrolment_cat, old_references.enr_method_type, old_references.s_student_comm_type);
621: FETCH c_catprc INTO l_catprc;
622: CLOSE c_catprc;
623:
624: igs_en_cat_prc_dtl_pkg.update_row (
625: x_mode => 'R',
626: x_rowid => l_catprc.row_id,
627: x_enrolment_cat => l_catprc.enrolment_cat,
628: x_s_student_comm_type => l_catprc.s_student_comm_type,