DBA Data[Home] [Help]

APPS.IGS_AS_NOTIFY_BE_PKG dependencies on IGS_GE_MSG_STACK

Line 45: igs_ge_msg_stack.add;

41: FETCH cur_old_ref_values INTO old_references;
42: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
43: CLOSE cur_old_ref_values;
44: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
45: igs_ge_msg_stack.add;
46: app_exception.raise_exception;
47: RETURN;
48: END IF;
49: CLOSE cur_old_ref_values;

Line 123: igs_ge_msg_stack.add;

119: new_references.internal_name
120: )
121: ) THEN
122: fnd_message.set_name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
123: igs_ge_msg_stack.add;
124: app_exception.raise_exception;
125: END IF;
126:
127: END check_uniqueness;

Line 149: igs_ge_msg_stack.add;

145: ELSIF NOT igs_ps_unit_ofr_opt_pkg.Get_UK_For_Validation (
146: new_references.uoo_id
147: ) THEN
148: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
149: igs_ge_msg_stack.add;
150: app_exception.raise_exception;
151: END IF;
152:
153: END check_parent_existance;

Line 221: igs_ge_msg_stack.add;

217: FETCH cur_rowid INTO lv_rowid;
218: IF (cur_rowid%FOUND) THEN
219: CLOSE cur_rowid;
220: fnd_message.set_name ('IGS', 'IGS_AS_ASEC_UOO_FK');
221: igs_ge_msg_stack.add;
222: app_exception.raise_exception;
223: RETURN;
224: END IF;
225: CLOSE cur_rowid;

Line 273: igs_ge_msg_stack.add;

269: new_references.internal_name
270: )
271: ) THEN
272: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
273: igs_ge_msg_stack.add;
274: app_exception.raise_exception;
275: END IF;
276: check_uniqueness;
277: check_parent_existance;

Line 290: igs_ge_msg_stack.add;

286: new_references.internal_name
287: )
288: ) THEN
289: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
290: igs_ge_msg_stack.add;
291: app_exception.raise_exception;
292: END IF;
293: check_uniqueness;
294: ELSIF (p_action = 'VALIDATE_UPDATE') THEN

Line 359: igs_ge_msg_stack.add;

355: x_program_update_date := SYSDATE;
356: END IF;
357: ELSE
358: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
359: igs_ge_msg_stack.add;
360: app_exception.raise_exception;
361: END IF;
362:
363: before_dml(

Line 442: igs_ge_msg_stack.add;

438: OPEN c1;
439: FETCH c1 INTO tlinfo;
440: IF (c1%notfound) THEN
441: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
442: igs_ge_msg_stack.add;
443: CLOSE c1;
444: app_exception.raise_exception;
445: RETURN;
446: END IF;

Line 456: igs_ge_msg_stack.add;

452: ) THEN
453: NULL;
454: ELSE
455: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
456: igs_ge_msg_stack.add;
457: app_exception.raise_exception;
458: END IF;
459:
460: RETURN;

Line 505: igs_ge_msg_stack.add;

501: x_last_update_login := -1;
502: END IF;
503: ELSE
504: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
505: igs_ge_msg_stack.add;
506: app_exception.raise_exception;
507: END IF;
508:
509: before_dml(