DBA Data[Home] [Help]

APPS.IGS_AD_DEPLVL_PRGTY_PKG dependencies on FND_MESSAGE

Line 45: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');

41: OPEN cur_old_ref_values;
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;

Line 90: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');

86: NULL;
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:

Line 101: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');

97: NULL;
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:

Line 173: fnd_message.set_name ('IGS', 'IGS_AD_DEPLVL_PRGTY_FK1');

169: OPEN cur_rowid;
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;

Line 227: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');

223: new_references.admission_application_type,
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;

Line 242: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');

238: new_references.admission_application_type,
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;

Line 288: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');

284: IF (x_last_update_login IS NULL) THEN
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:

Line 358: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');

354:
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;

Line 371: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');

367: ((tlinfo.closed_ind = x_closed_ind) OR ((tlinfo.closed_ind IS NULL) AND (X_closed_ind IS NULL)))
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:

Line 417: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');

413: IF (x_last_update_login IS NULL) THEN
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: