DBA Data[Home] [Help]

APPS.IGS_RE_WORKFLOW dependencies on IGS_GE_GEN_003

Line 15: ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL)

11: DDEY 8-Sep-2003 The changes are done as per the
12: Enrollments Notifications TD Bug # 3052429
13: stutta 13-Apr-2005 Replaced all references to FND_USER.customer_id to
14: FND_USER.person_party_id. Bug #4293911
15: ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL)
16: in enrp_assign_timeslot procedure as a part of bug#4958173.
17: ******************************************************************/
18:
19: CURSOR c_research( p_person_id igs_pe_person.person_id%TYPE,

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

2269: -- Known limitations/enhancements and/or remarks:
2270: --
2271: -- Change History:
2272: -- Who When What
2273: -- ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL) as a part of bug#4958173.
2274: -------------------------------------------------------------------------------------------------
2275:
2276: -- Gets a unique sequence number
2277:

Line 2338: igs_ge_gen_003.set_org_id(NULL);

2334: l_flag NUMBER := 0;
2335:
2336: BEGIN
2337:
2338: igs_ge_gen_003.set_org_id(NULL);
2339: retcode := 0;
2340: SAVEPOINT sp_milstn_notify_prcs;
2341:
2342: -- Checking if the Workflow is installed at the environment or not.