DBA Data[Home] [Help]

APPS.IGS_ST_GOVT_STDNT_EN_PKG dependencies on IGS_GE_MSG_STACK

Line 79: IGS_GE_MSG_STACK.ADD;

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

Line 173: IGS_GE_MSG_STACK.ADD;

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:
177:

Line 194: IGS_GE_MSG_STACK.ADD;

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;
198:

Line 253: IGS_GE_MSG_STACK.ADD;

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

Line 381: IGS_GE_MSG_STACK.ADD;

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;
385: Check_Parent_Existance;

Line 400: IGS_GE_MSG_STACK.ADD;

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

Line 509: IGS_GE_MSG_STACK.ADD;

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

Line 794: IGS_GE_MSG_STACK.ADD;

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

Line 847: IGS_GE_MSG_STACK.ADD;

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

Line 926: IGS_GE_MSG_STACK.ADD;

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:
930: Before_DML (