DBA Data[Home] [Help]

APPS.IGS_ST_GOVT_STDNT_EN_PKG dependencies on FND_MESSAGE

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

74: Open cur_old_ref_values;
75: Fetch cur_old_ref_values INTO old_references;
76: IF (cur_old_ref_values%NOTFOUND) AND p_action NOT IN ('INSERT','VALIDATE_INSERT') THEN
77: Close cur_old_ref_values;
78: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
79: IGS_GE_MSG_STACK.ADD;
80: App_Exception.Raise_Exception;
81: Return;
82: END IF;

Line 172: Fnd_Message.Set_Name('IGS', v_message_name);

168: v_submission_yr,
169: v_submission_number,
170: v_transaction_type,
171: v_message_name) = FALSE THEN
172: Fnd_Message.Set_Name('IGS', v_message_name);
173: IGS_GE_MSG_STACK.ADD;
174: App_Exception.Raise_Exception;
175: END IF;
176:

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

189: IF NOT IGS_ST_GVT_SPSHT_CTL_PKG.Get_PK_For_Validation (
190: new_references.submission_yr,
191: new_references.submission_number
192: ) THEN
193: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
194: IGS_GE_MSG_STACK.ADD;
195: App_Exception.Raise_Exception;
196: END IF;
197: END IF;

Line 252: Fnd_Message.Set_Name ('IGS', 'IGS_ST_GSE_GSC_FK');

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

Line 380: Fnd_Message.Set_Name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');

376: new_references.submission_number,
377: new_references.person_id,
378: new_references.course_cd
379: ) THEN
380: Fnd_Message.Set_Name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
381: IGS_GE_MSG_STACK.ADD;
382: App_Exception.Raise_Exception;
383: END IF;
384: Null;

Line 399: Fnd_Message.Set_Name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');

395: new_references.submission_number,
396: new_references.person_id,
397: new_references.course_cd
398: ) THEN
399: Fnd_Message.Set_Name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
400: IGS_GE_MSG_STACK.ADD;
401: App_Exception.Raise_Exception;
402: END IF;
403: Null;

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

504: else
505: X_PROGRAM_UPDATE_DATE := SYSDATE;
506: end if;
507: else
508: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
509: IGS_GE_MSG_STACK.ADD;
510: app_exception.raise_exception;
511: end if;
512: Before_DML (

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

789: open c1;
790: fetch c1 into tlinfo;
791: if (c1%notfound) then
792: close c1;
793: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
794: IGS_GE_MSG_STACK.ADD;
795: app_exception.raise_exception;
796: return;
797: end if;

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

842: AND (tlinfo.GOVT_DISABILITY = X_GOVT_DISABILITY)
843: ) then
844: null;
845: else
846: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
847: IGS_GE_MSG_STACK.ADD;
848: app_exception.raise_exception;
849: end if;
850: return;

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

921: if X_LAST_UPDATE_LOGIN is NULL then
922: X_LAST_UPDATE_LOGIN := -1;
923: end if;
924: else
925: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
926: IGS_GE_MSG_STACK.ADD;
927: app_exception.raise_exception;
928: end if;
929: