DBA Data[Home] [Help]

APPS.IGS_PR_STA_TYPE_ELE_PKG dependencies on IGS_GE_MSG_STACK

Line 45: igs_ge_msg_stack.add;

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

Line 106: igs_ge_msg_stack.add;

102: ELSIF NOT igs_pr_stat_type_pkg.get_pk_for_validation (
103: new_references.stat_type
104: ) THEN
105: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
106: igs_ge_msg_stack.add;
107: app_exception.raise_exception;
108: END IF;
109: END check_parent_existance;
110:

Line 174: igs_ge_msg_stack.add;

170: FETCH cur_rowid INTO lv_rowid;
171: IF (cur_rowid%FOUND) THEN
172: CLOSE cur_rowid;
173: fnd_message.set_name ('IGS', 'IGS_PR_STTE_STTY_FK');
174: igs_ge_msg_stack.add;
175: app_exception.raise_exception;
176: RETURN;
177: END IF;
178: CLOSE cur_rowid;

Line 226: igs_ge_msg_stack.add;

222: new_references.s_stat_element
223: )
224: ) THEN
225: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
226: igs_ge_msg_stack.add;
227: app_exception.raise_exception;
228: END IF;
229: check_uniqueness;
230: check_parent_existance;

Line 243: igs_ge_msg_stack.add;

239: new_references.s_stat_element
240: )
241: ) THEN
242: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
243: igs_ge_msg_stack.add;
244: app_exception.raise_exception;
245: END IF;
246: check_uniqueness;
247: ELSIF (p_action = 'VALIDATE_UPDATE') THEN

Line 296: igs_ge_msg_stack.add;

292: x_last_update_login := -1;
293: END IF;
294: ELSE
295: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
296: igs_ge_msg_stack.add;
297: app_exception.raise_exception;
298: END IF;
299:
300: before_dml(

Line 370: igs_ge_msg_stack.add;

366: OPEN c1;
367: FETCH c1 INTO tlinfo;
368: IF (c1%notfound) THEN
369: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
370: igs_ge_msg_stack.add;
371: CLOSE c1;
372: app_exception.raise_exception;
373: RETURN;
374: END IF;

Line 383: igs_ge_msg_stack.add;

379: AND (X_stat_type is null))) THEN
380: NULL;
381: ELSE
382: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
383: igs_ge_msg_stack.add;
384: app_exception.raise_exception;
385: END IF;
386:
387: RETURN;

Line 428: igs_ge_msg_stack.add;

424: x_last_update_login := -1;
425: END IF;
426: ELSE
427: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
428: igs_ge_msg_stack.add;
429: app_exception.raise_exception;
430: END IF;
431:
432: before_dml(