DBA Data[Home] [Help]

APPS.IGS_EN_PSV_TERM_IT_PKG dependencies on IGS_GE_MSG_STACK

Line 31: IGS_GE_MSG_STACK.ADD;

27: new_references.cal_type,
28: new_references.sequence_number
29: ) THEN
30: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
31: IGS_GE_MSG_STACK.ADD;
32: App_Exception.Raise_Exception;
33: END IF;
34: END IF;
35:

Line 47: IGS_GE_MSG_STACK.ADD;

43: new_references.course_cd,
44: new_references.version_number
45: ) THEN
46: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
47: IGS_GE_MSG_STACK.ADD;
48: App_Exception.Raise_Exception;
49: END IF;
50: END IF;
51:

Line 95: igs_ge_msg_stack.add;

91: FETCH cur_old_ref_values INTO old_references;
92: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
93: CLOSE cur_old_ref_values;
94: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
95: igs_ge_msg_stack.add;
96: app_exception.raise_exception;
97: RETURN;
98: END IF;
99: CLOSE cur_old_ref_values;

Line 148: Igs_Ge_Msg_Stack.ADD;

144: OPEN cur_rowid;
145: FETCH cur_rowid INTO lv_rowid;
146: IF (cur_rowid%FOUND) THEN
147: Fnd_Message.Set_Name ('IGS', 'IGS_EN_PITO_CI_FK');
148: Igs_Ge_Msg_Stack.ADD;
149: CLOSE cur_rowid;
150: App_Exception.Raise_Exception;
151: RETURN;
152: END IF;

Line 181: IGS_GE_MSG_STACK.ADD;

177: FETCH cur_rowid INTO lv_rowid;
178: IF (cur_rowid%FOUND) THEN
179: CLOSE cur_rowid;
180: Fnd_Message.Set_Name ('IGS', 'IGS_EN_PITO_CRV_FK');
181: IGS_GE_MSG_STACK.ADD;
182: App_Exception.Raise_Exception;
183: RETURN;
184: END IF;
185: CLOSE cur_rowid;

Line 280: igs_ge_msg_stack.add;

276: new_references.version_number
277: )
278: ) THEN
279: fnd_message.set_name('IGS','IGS_EN_PRG_IT_EXISTS');
280: igs_ge_msg_stack.add;
281: app_exception.raise_exception;
282: END IF;
283: Check_parent_existance;
284: ELSIF (p_action = 'VALIDATE_INSERT') THEN

Line 294: igs_ge_msg_stack.add;

290: new_references.version_number
291: )
292: ) THEN
293: fnd_message.set_name('IGS','IGS_EN_PRG_IT_EXISTS');
294: igs_ge_msg_stack.add;
295: app_exception.raise_exception;
296: END IF;
297: END IF;
298:

Line 343: igs_ge_msg_stack.add;

339: END IF;
340: ELSE
341: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
342: fnd_message.set_token ('ROUTINE', 'IGS_EN_PSV_TERM_IT_PKG.INSERT_ROW');
343: igs_ge_msg_stack.add;
344: app_exception.raise_exception;
345: END IF;
346:
347: before_dml(

Line 421: igs_ge_msg_stack.add;

417: OPEN c1;
418: FETCH c1 INTO tlinfo;
419: IF (c1%notfound) THEN
420: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
421: igs_ge_msg_stack.add;
422: CLOSE c1;
423: app_exception.raise_exception;
424: RETURN;
425: END IF;

Line 434: igs_ge_msg_stack.add;

430: ) THEN
431: NULL;
432: ELSE
433: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
434: igs_ge_msg_stack.add;
435: app_exception.raise_exception;
436: END IF;
437:
438: RETURN;

Line 483: igs_ge_msg_stack.add;

479: END IF;
480: ELSE
481: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
482: fnd_message.set_token ('ROUTINE', 'IGS_EN_PSV_TERM_IT_PKG.UPDATE_ROW');
483: igs_ge_msg_stack.add;
484: app_exception.raise_exception;
485: END IF;
486:
487: before_dml(