DBA Data[Home] [Help]

APPS.IGF_SL_DL_PNOTE_RESP_PKG dependencies on FND_MESSAGE

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

49: OPEN cur_old_ref_values;
50: FETCH cur_old_ref_values INTO old_references;
51: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
52: CLOSE cur_old_ref_values;
53: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
54: igs_ge_msg_stack.add;
55: app_exception.raise_exception;
56: RETURN;
57: END IF;

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

102: NULL;
103: ELSIF NOT igf_sl_dl_batch_pkg.get_pk_for_validation (
104: new_references.dbth_id
105: ) THEN
106: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
107: igs_ge_msg_stack.add;
108: app_exception.raise_exception;
109: END IF;
110:

Line 193: fnd_message.set_name ('IGF', 'IGF_SL_DLPNR_DBTH_FK');

189: OPEN cur_rowid;
190: FETCH cur_rowid INTO lv_rowid;
191: IF (cur_rowid%FOUND) THEN
192: CLOSE cur_rowid;
193: fnd_message.set_name ('IGF', 'IGF_SL_DLPNR_DBTH_FK');
194: igs_ge_msg_stack.add;
195: app_exception.raise_exception;
196: RETURN;
197: END IF;

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

258: IF ( get_pk_for_validation(
259: new_references.dlpnr_id
260: )
261: ) THEN
262: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
263: igs_ge_msg_stack.add;
264: app_exception.raise_exception;
265: END IF;
266: check_parent_existance;

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

275: IF ( get_pk_for_validation (
276: new_references.dlpnr_id
277: )
278: ) THEN
279: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
280: igs_ge_msg_stack.add;
281: app_exception.raise_exception;
282: END IF;
283: ELSIF (p_action = 'VALIDATE_DELETE') THEN

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

351: ELSE
352: x_program_update_date := SYSDATE;
353: END IF;
354: ELSE
355: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
356: igs_ge_msg_stack.add;
357: app_exception.raise_exception;
358: END IF;
359:

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

486:
487: OPEN c1;
488: FETCH c1 INTO tlinfo;
489: IF (c1%notfound) THEN
490: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
491: igs_ge_msg_stack.add;
492: CLOSE c1;
493: app_exception.raise_exception;
494: RETURN;

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

508: AND ((tlinfo.elec_mpn_ind = x_elec_mpn_ind) OR ((tlinfo.elec_mpn_ind IS NULL) AND (X_elec_mpn_ind IS NULL)))
509: ) THEN
510: NULL;
511: ELSE
512: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
513: igs_ge_msg_stack.add;
514: app_exception.raise_exception;
515: END IF;
516:

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

566: IF (x_last_update_login IS NULL) THEN
567: x_last_update_login := -1;
568: END IF;
569: ELSE
570: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
571: igs_ge_msg_stack.add;
572: app_exception.raise_exception;
573: END IF;
574: