DBA Data[Home] [Help]

APPS.IGS_AD_TSTSCR_USED_PKG dependencies on FND_MESSAGE

Line 70: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');

66: Open cur_old_ref_values;
67: Fetch cur_old_ref_values INTO old_references;
68: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT','VALIDATE_INSERT')) THEN
69: Close cur_old_ref_values;
70: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
71: IGS_GE_MSG_STACK.ADD;
72: App_Exception.Raise_Exception;
73: Return;
74: END IF;

Line 173: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');

169: new_references.admission_appl_number,
170: new_references.nominated_course_cd,
171: new_references.sequence_number
172: ) THEN
173: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
174: IGS_GE_MSG_STACK.ADD;
175: App_Exception.Raise_Exception;
176: END IF;
177:

Line 250: Fnd_Message.Set_Name ('IGS', 'IGS_AD_ATV_ACAI_FK');

246: Open cur_rowid;
247: Fetch cur_rowid INTO lv_rowid;
248: IF (cur_rowid%FOUND) THEN
249: Close cur_rowid;
250: Fnd_Message.Set_Name ('IGS', 'IGS_AD_ATV_ACAI_FK');
251: IGS_GE_MSG_STACK.ADD;
252: App_Exception.Raise_Exception;
253: Return;
254: END IF;

Line 357: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');

353: -- Call all the procedures related to Before Insert.
354: Null;
355: IF Get_Pk_For_Validation(
356: new_references.tstscr_used_id) THEN
357: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
358: IGS_GE_MSG_STACK.ADD;
359: App_Exception.Raise_Exception;
360: END IF;
361: Check_Constraints;

Line 375: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');

371: ELSIF (p_action = 'VALIDATE_INSERT') THEN
372: -- Call all the procedures related to Before Insert.
373: IF Get_PK_For_Validation (
374: new_references.tstscr_used_id) THEN
375: Fnd_Message.Set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
376: IGS_GE_MSG_STACK.ADD;
377: App_Exception.Raise_Exception;
378: END IF;
379: Check_Constraints;

Line 483: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');

479: if X_LAST_UPDATE_LOGIN is NULL then
480: X_LAST_UPDATE_LOGIN := -1;
481: end if;
482: else
483: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
484: IGS_GE_MSG_STACK.ADD;
485: app_exception.raise_exception;
486: end if;
487:

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

673: begin
674: open c1;
675: fetch c1 into tlinfo;
676: if (c1%notfound) then
677: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
678: IGS_GE_MSG_STACK.ADD;
679: close c1;
680: app_exception.raise_exception;
681: return;

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

751: AND (X_ATTRIBUTE20 is null)))
752: ) then
753: null;
754: else
755: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
756: IGS_GE_MSG_STACK.ADD;
757: app_exception.raise_exception;
758: end if;
759: return;

Line 821: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');

817: if X_LAST_UPDATE_LOGIN is NULL then
818: X_LAST_UPDATE_LOGIN := -1;
819: end if;
820: else
821: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
822: IGS_GE_MSG_STACK.ADD;
823: app_exception.raise_exception;
824: end if;
825: Before_DML(