DBA Data[Home] [Help]

APPS.IGS_EN_WORKFLOW dependencies on IGS_GE_GEN_003

Line 20: ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL) in ENR_NOTIFICATION

16: knaraset 18-Nov-2003 Added procedure student_placement_event, for placement build
17: stutta 14-Apr-2005 Replaced all references to FND_USER.customer_id to
18: FND_USER.person_party_id. Bug #4293911
19:
20: ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL) in ENR_NOTIFICATION
21: procedure as a part of bug#4958173.
22: smaddali 10-apr-06 Added new procedure raise_spi_rcond_event for bug#5091858 BUILD EN324
23: ******************************************************************/
24:

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

710: -- Known limitations/enhancements and/or remarks:
711: --
712: -- Change History:
713: -- Who When What
714: -- ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL) as a part of bug#4958173.
715: -------------------------------------------------------------------------------------------------
716:
717: CURSOR cur_acad_cal_type IS
718: SELECT 1

Line 762: igs_ge_gen_003.set_org_id(NULL);

758: l_person_id_new igs_pe_person_base_v.person_id%TYPE := NULL;
759:
760: BEGIN
761:
762: igs_ge_gen_003.set_org_id(NULL);
763: retcode := 0;
764: SAVEPOINT s_enr_notify;
765:
766: