DBA Data[Home] [Help]

APPS.IGS_AS_GPC_ACA_STNDG_PKG dependencies on IGS_GE_MSG_STACK

Line 46: igs_ge_msg_stack.add;

42: FETCH cur_old_ref_values INTO old_references;
43: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
44: CLOSE cur_old_ref_values;
45: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
46: igs_ge_msg_stack.add;
47: app_exception.raise_exception;
48: RETURN;
49: END IF;
50: CLOSE cur_old_ref_values;

Line 90: igs_ge_msg_stack.add;

86: new_references.progression_status
87: )
88: ) THEN
89: fnd_message.set_name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
90: igs_ge_msg_stack.add;
91: app_exception.raise_exception;
92: END IF;
93:
94: END check_uniqueness;

Line 175: IGS_GE_MSG_STACK.ADD ;

171: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation ('AS_GRADING_PERIOD',
172: new_references.grading_period_cd ) THEN
173:
174: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
175: IGS_GE_MSG_STACK.ADD ;
176: APP_EXCEPTION.RAISE_EXCEPTION ;
177:
178: END IF;
179:

Line 204: IGS_GE_MSG_STACK.ADD ;

200: IF cur_rowid%FOUND THEN
201:
202:
203: Fnd_Message.Set_Name ('IGS','IGS_AS_GSD_LVAL_FK');
204: IGS_GE_MSG_STACK.ADD ;
205:
206: CLOSE cur_rowid ;
207:
208: APP_EXCEPTION.RAISE_EXCEPTION ;

Line 261: igs_ge_msg_stack.add;

257: new_references.gpc_aca_stndg_id
258: )
259: ) THEN
260: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
261: igs_ge_msg_stack.add;
262: app_exception.raise_exception;
263: END IF;
264: check_uniqueness;
265:

Line 278: igs_ge_msg_stack.add;

274: new_references.gpc_aca_stndg_id
275: )
276: ) THEN
277: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
278: igs_ge_msg_stack.add;
279: app_exception.raise_exception;
280: END IF;
281: check_uniqueness;
282: ELSIF (p_action = 'VALIDATE_UPDATE') THEN

Line 332: igs_ge_msg_stack.add;

328: x_last_update_login := -1;
329: END IF;
330: ELSE
331: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
332: igs_ge_msg_stack.add;
333: app_exception.raise_exception;
334: END IF;
335:
336: SELECT igs_as_gpc_aca_stndg_s.NEXTVAL

Line 415: igs_ge_msg_stack.add;

411: OPEN c1;
412: FETCH c1 INTO tlinfo;
413: IF (c1%notfound) THEN
414: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
415: igs_ge_msg_stack.add;
416: CLOSE c1;
417: app_exception.raise_exception;
418: RETURN;
419: END IF;

Line 429: igs_ge_msg_stack.add;

425: ) THEN
426: NULL;
427: ELSE
428: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
429: igs_ge_msg_stack.add;
430: app_exception.raise_exception;
431: END IF;
432:
433: RETURN;

Line 475: igs_ge_msg_stack.add;

471: x_last_update_login := -1;
472: END IF;
473: ELSE
474: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
475: igs_ge_msg_stack.add;
476: app_exception.raise_exception;
477: END IF;
478:
479: before_dml(