DBA Data[Home] [Help]

APPS.IGS_EN_CPD_EXT_PKG dependencies on IGS_EN_CAT_PRC_DTL

Line 596: FROM igs_en_cat_prc_dtl

592: s_student_comm_type,
593: enr_method_type,
594: person_add_allow_ind,
595: course_add_allow_ind
596: FROM igs_en_cat_prc_dtl
597: WHERE enrolment_cat = cp_enr_cat
598: AND s_student_comm_type = cp_comm_type
599: AND enr_method_type = cp_enr_mth;
600:

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,