DBA Data[Home] [Help]

APPS.IGS_HE_UCAS_IMP_ERR_PKG dependencies on FND_MESSAGE

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

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

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

101: OPEN check_parent;
102: FETCH check_parent INTO lv_rowid;
103: IF (check_parent%NOTFOUND) THEN
104: CLOSE check_parent;
105: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
106: igs_ge_msg_stack.add;
107: app_exception.raise_exception;
108: ELSE
109: CLOSE check_parent;

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

194: IF ( get_pk_for_validation(
195: new_references.error_interface_id
196: )
197: ) THEN
198: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
199: igs_ge_msg_stack.add;
200: app_exception.raise_exception;
201: END IF;
202: check_parent_existance;

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

208: IF ( get_pk_for_validation (
209: new_references.error_interface_id
210: )
211: ) THEN
212: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
213: igs_ge_msg_stack.add;
214: app_exception.raise_exception;
215: END IF;
216: END IF;

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

260: IF (x_last_update_login IS NULL) THEN
261: x_last_update_login := -1;
262: END IF;
263: ELSE
264: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
265: igs_ge_msg_stack.add;
266: app_exception.raise_exception;
267: END IF;
268:

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

347:
348: OPEN c1;
349: FETCH c1 INTO tlinfo;
350: IF (c1%notfound) THEN
351: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
352: igs_ge_msg_stack.add;
353: CLOSE c1;
354: app_exception.raise_exception;
355: RETURN;

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

363: AND ((tlinfo.error_text = x_error_text) OR ((tlinfo.error_text IS NULL) AND (X_error_text IS NULL)))
364: ) THEN
365: NULL;
366: ELSE
367: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
368: igs_ge_msg_stack.add;
369: app_exception.raise_exception;
370: END IF;
371:

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

411: IF (x_last_update_login IS NULL) THEN
412: x_last_update_login := -1;
413: END IF;
414: ELSE
415: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
416: igs_ge_msg_stack.add;
417: app_exception.raise_exception;
418: END IF;
419: