DBA Data[Home] [Help]

APPS.IGS_AD_DEPLVL_PRGTY_PKG dependencies on IGS_GE_MSG_STACK

Line 46: igs_ge_msg_stack.add;

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

Line 91: igs_ge_msg_stack.add;

87: ELSIF NOT igs_ad_ss_appl_typ_pkg.get_pk_for_validation (
88: new_references.admission_application_type ,
89: 'N' ) THEN
90: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
91: igs_ge_msg_stack.add;
92: app_exception.raise_exception;
93: END IF;
94:
95: IF (((old_references.program_type = new_references.program_type)) OR

Line 102: igs_ge_msg_stack.add;

98: ELSIF NOT igs_ps_type_pkg.get_pk_for_validation (
99: new_references.program_type
100: ) THEN
101: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
102: igs_ge_msg_stack.add;
103: app_exception.raise_exception;
104: END IF;
105:
106: END check_parent_existance;

Line 174: igs_ge_msg_stack.add;

170: FETCH cur_rowid INTO lv_rowid;
171: IF (cur_rowid%FOUND) THEN
172: CLOSE cur_rowid;
173: fnd_message.set_name ('IGS', 'IGS_AD_DEPLVL_PRGTY_FK1');
174: igs_ge_msg_stack.add;
175: app_exception.raise_exception;
176: RETURN;
177: END IF;
178: CLOSE cur_rowid;

Line 228: igs_ge_msg_stack.add;

224: new_references.program_type
225: )
226: ) THEN
227: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
228: igs_ge_msg_stack.add;
229: app_exception.raise_exception;
230: END IF;
231: check_parent_existance;
232: ELSIF (p_action = 'UPDATE') THEN

Line 243: igs_ge_msg_stack.add;

239: new_references.program_type
240: )
241: ) THEN
242: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
243: igs_ge_msg_stack.add;
244: app_exception.raise_exception;
245: END IF;
246: END IF;
247:

Line 289: igs_ge_msg_stack.add;

285: x_last_update_login := -1;
286: END IF;
287: ELSE
288: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
289: igs_ge_msg_stack.add;
290: app_exception.raise_exception;
291: END IF;
292:
293: before_dml(

Line 359: igs_ge_msg_stack.add;

355: OPEN c1;
356: FETCH c1 INTO tlinfo;
357: IF (c1%notfound) THEN
358: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
359: igs_ge_msg_stack.add;
360: CLOSE c1;
361: app_exception.raise_exception;
362: RETURN;
363: END IF;

Line 372: igs_ge_msg_stack.add;

368: ) THEN
369: NULL;
370: ELSE
371: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
372: igs_ge_msg_stack.add;
373: app_exception.raise_exception;
374: END IF;
375:
376: RETURN;

Line 418: igs_ge_msg_stack.add;

414: x_last_update_login := -1;
415: END IF;
416: ELSE
417: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
418: igs_ge_msg_stack.add;
419: app_exception.raise_exception;
420: END IF;
421:
422: before_dml(