DBA Data[Home] [Help]

APPS.IGS_AD_IMP_010 dependencies on IGS_AD_UNIT_SETS_PKG

Line 601: igs_ad_unit_sets_pkg.INSERT_ROW (

597: SAVEPOINT before_creatupdate;
598: l_msg_at_index := igs_ge_msg_stack.count_msg;
599:
600: IF unitsets_rec.dmlmode = cst_insert THEN
601: igs_ad_unit_sets_pkg.INSERT_ROW (
602: x_rowid => l_rowid,
603: x_unit_set_id => l_unit_set_id,
604: x_person_id => unitsets_rec.person_id,
605: x_admission_appl_number => unitsets_rec.admission_appl_number,

Line 618: igs_ad_unit_sets_pkg.update_row(

614: OPEN c_null_hdlg_unitsets_cur_rec(unitsets_rec);
615: FETCH c_null_hdlg_unitsets_cur_rec INTO c_null_hdlg_unitsets_rec;
616: CLOSE c_null_hdlg_unitsets_cur_rec;
617:
618: igs_ad_unit_sets_pkg.update_row(
619: x_rowid => c_null_hdlg_unitsets_rec.rowid,
620: x_unit_set_id => c_null_hdlg_unitsets_rec.unit_set_id,
621: x_person_id => NVL(unitsets_rec.person_id,c_null_hdlg_unitsets_rec.person_id),
622: x_admission_appl_number=> NVL(unitsets_rec.admission_appl_number,c_null_hdlg_unitsets_rec.admission_appl_number),