DBA Data[Home] [Help]

APPS.IGS_EN_TIMESLOTS dependencies on IGS_GE_GEN_003

Line 27: ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL) in enrp_assign_timeslot procedure as a part of bug#4958173.

23: Nishikant 31MAR2003 The field full_name modified to last_name in the record
24: type pdata_1 and pdata_2. Bug#2455364.
25: smaddali 20-sep-2004 Modified enrp_total_students for cursor cur_total_enrled_stdnts bug#3918075
26: ctyagi 13-Apr-2005 Modified cursor cur_total_admted_stdnts bug#4297791
27: ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL) in enrp_assign_timeslot procedure as a part of bug#4958173.
28: ***************************************************************/
29:
30: plsql_empty plsql_table_1;
31: gpa_ord NUMBER := 0 ;

Line 1634: ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL); as a prt of bug#4958173.

1630: which was existing for selecting the surname_alphabet got removed.
1631: svanukur 08jul2003 modified the check for variable max_prty_ord ,if it is null instead of
1632: checking if the cur_max_prty_ord cursor is not found since an aggregate function is used.
1633: as part of bug 3039661
1634: ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL); as a prt of bug#4958173.
1635: ***************************************************************/
1636:
1637: ERRBUF OUT NOCOPY VARCHAR2,
1638: RETCODE OUT NOCOPY NUMBER,

Line 1715: igs_ge_gen_003.set_org_id(NULL);

1711: l_ts_mode varchar2(1);
1712: BEGIN
1713:
1714: RETCODE :=0;
1715: igs_ge_gen_003.set_org_id(NULL);
1716:
1717: p_start_time := TO_DATE(p1_start_time,'DD/MM/YYYY HH24:MI');
1718: p_end_time := TO_DATE(p1_end_time,'DD/MM/YYYY HH24:MI');
1719: