DBA Data[Home] [Help]

APPS.IGS_AZ_GEN_001 dependencies on IGS_GE_GEN_003

Line 246: IGS_GE_GEN_003.SET_ORG_ID(); -- swaghmar, bug# 4951054

242: --
243:
244: retcode := 0;
245: errbuf := NULL;
246: IGS_GE_GEN_003.SET_ORG_ID(); -- swaghmar, bug# 4951054
247: SAVEPOINT s_maintain_groups;
248: --
249: -- Write the passed parameters to the Log File
250: --

Line 1174: IGS_GE_GEN_003.SET_ORG_ID(); -- swaghmar, bug# 4951054

1170: l_cur_az_holds_upd cur_az_holds_upd%ROWTYPE;
1171: --
1172: BEGIN
1173: --
1174: IGS_GE_GEN_003.SET_ORG_ID(); -- swaghmar, bug# 4951054
1175:
1176: fnd_msg_pub.initialize;
1177: --
1178: OPEN cur_hold_Type;

Line 1454: IGS_GE_GEN_003.SET_ORG_ID(); -- swaghmar, bug# 4951054

1450: --
1451: -- Get the Default message subject. This can be got from FND_NEW_MESSAGES table. PLacing here before any loop because subject remains same for
1452: -- all kinds of advising notification. (Message IGS_AZ_NOTIF_SUBJECT Token Group name ).
1453: --
1454: IGS_GE_GEN_003.SET_ORG_ID(); -- swaghmar, bug# 4951054
1455:
1456: fnd_message.set_name('IGS', 'IGS_AZ_NOTIF_SUBJECT');
1457: fnd_message.set_token('GROUP_NAME', p_group_name);
1458: lvcmsgsubject := fnd_message.get;