[Home] [Help]
10:
11: Who When What
12: mesriniv 06-DEC-2001 A DESCRIPTION Column is ADDED in the
13: Insert Row Procedure
14: of the package call IGS_CA_INST_PKG
15: ssawhney 28dec GSCC standards change name of
16: REL_SUP_CI_SEQ_NUM sequence to end in S1
17: npalanis 23-NOV-2002 Bug : 2563531
18: For calendars load , teaching and academic the alternate
23: asbala 9-Feb-2004 ENCR039: New column TERM_INSTRUCTION_TIME of table IGS_CA_INST will also be rolled
24: over when the calendar is rolled over.
25: nsidnaa 9/21/2004 New function added to rollover retention schedules for a teaching calendar.
26: skpandey 4-AUG-2005 BUG : 4356272
27: Added parameteric values for SS_DISPLAYED, ADMIN_FLAG, PLANNING_FLAG, SCHEDULE_FLAG in IGS_CA_INST_PKG.INSERT_ROW procedure to
28: facilitate the adding of new checkboxes to the IGS_CA_INST_ALL table for enabling load calendars for self-service
29: **************************************************************************/
30:
31: l_message_name VARCHAR2(30);
2418: v_new_term_instruction_time := v_cal_instance_rec.term_instruction_time;
2419: --A DESCRIPTION Column is ADDED in the Insert Row Procedure
2420: --Enh Bug :- 2138560,Change Request for Calendar Instance
2421: --Description to be added in IGS_CA_INST_ALL Table
2422: IGS_CA_INST_PKG.INSERT_ROW(
2423: X_ROWID => X_ROWID,
2424: X_CAL_TYPE => v_new_cal_type,
2425: X_sequence_number => v_new_sequence_number,
2426: X_start_dt => v_new_start_dt,