DBA Data[Home] [Help]

APPS.IGS_ST_GOVT_STDNT_EN_PKG dependencies on APP_EXCEPTION

Line 80: App_Exception.Raise_Exception;

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;
83: Close cur_old_ref_values;
84:

Line 174: App_Exception.Raise_Exception;

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:
177:
178: END BeforeRowInsertUpdateDelete1;

Line 195: App_Exception.Raise_Exception;

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;
198:
199: END Check_Parent_Existance;

Line 254: App_Exception.Raise_Exception;

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;
257: Close cur_rowid;
258:

Line 382: App_Exception.Raise_Exception;

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;
385: Check_Parent_Existance;
386: ELSIF (p_action = 'UPDATE') THEN

Line 401: App_Exception.Raise_Exception;

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;
404: ELSIF (p_action = 'VALIDATE_UPDATE') THEN
405: Null;

Line 510: app_exception.raise_exception;

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 (
513: p_action => 'INSERT',
514: x_rowid => X_ROWID,

Line 795: app_exception.raise_exception;

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;
798: close c1;
799:

Line 848: app_exception.raise_exception;

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;
851: end LOCK_ROW;
852:

Line 927: app_exception.raise_exception;

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:
930: Before_DML (
931: p_action => 'UPDATE',