DBA Data[Home] [Help]

APPS.IGS_EN_TIMESLOTS dependencies on IGS_EN_TIMESLOT_PARA_PKG

Line 1811: Igs_En_Timeslot_Para_Pkg.delete_row(x_rowid => l_rowid);

1807: IF l_ts_mode = 'T' THEN
1808: FOR cur_rslt_rec IN cur_rslt(l_ts_para_id) LOOP
1809: Igs_En_Timeslot_Rslt_Pkg.delete_row(x_rowid => cur_rslt_rec.row_id);
1810: END LOOP;
1811: Igs_En_Timeslot_Para_Pkg.delete_row(x_rowid => l_rowid);
1812: ELSIF l_ts_mode = 'F' THEN
1813: fnd_message.set_name('IGS','IGS_EN_TS_CRI_FINAL_AL');
1814: IGS_GE_MSG_STACK.ADD;
1815: App_Exception.Raise_Exception;

Line 1821: Igs_En_Timeslot_Para_Pkg.insert_row(x_rowid => l_rowid,

1817: END IF;
1818: CLOSE cur_mode_check;
1819:
1820: -- insertion of parameters into Parameter Table
1821: Igs_En_Timeslot_Para_Pkg.insert_row(x_rowid => l_rowid,
1822: x_igs_en_timeslot_para_id => l_igs_en_timeslot_para_id,
1823: x_program_type_group_cd => p_prg_type_gr_cd,
1824: x_cal_type => p_cal_type,
1825: x_sequence_number => p_seq_num,