DBA Data[Home] [Help]

APPS.IGS_EN_UNIT_SET_MAP_PKG dependencies on APP_EXCEPTION

Line 48: app_exception.raise_exception;

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

Line 97: app_exception.raise_exception;

93: new_references.us_version_number
94: ) THEN
95: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
96: igs_ge_msg_stack.add;
97: app_exception.raise_exception;
98: END IF;
99:
100: IF (((old_references.mapping_set_cd = new_references.mapping_set_cd) AND
101: (old_references.sequence_no = new_references.sequence_no)) OR

Line 111: app_exception.raise_exception;

107: new_references.sequence_no
108: ) THEN
109: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
110: igs_ge_msg_stack.add;
111: app_exception.raise_exception;
112: END IF;
113:
114: END check_parent_existance;
115:

Line 187: app_exception.raise_exception;

183: IF (cur_rowid%FOUND) THEN
184: CLOSE cur_rowid;
185: fnd_message.set_name ('IGS', 'IGS_PS_PUPC_US_FK1');
186: igs_ge_msg_stack.add;
187: app_exception.raise_exception;
188: RETURN;
189: END IF;
190: CLOSE cur_rowid;
191:

Line 224: app_exception.raise_exception;

220: IF (cur_rowid%FOUND) THEN
221: CLOSE cur_rowid;
222: fnd_message.set_name ('IGS', 'IGS_EN_UPC_USM_FK');
223: igs_ge_msg_stack.add;
224: app_exception.raise_exception;
225: RETURN;
226: END IF;
227: CLOSE cur_rowid;
228:

Line 282: app_exception.raise_exception;

278: )
279: ) THEN
280: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
281: igs_ge_msg_stack.add;
282: app_exception.raise_exception;
283: END IF;
284: check_parent_existance;
285: ELSIF (p_action = 'UPDATE') THEN
286: -- Call all the procedures related to Before Update.

Line 299: app_exception.raise_exception;

295: )
296: ) THEN
297: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
298: igs_ge_msg_stack.add;
299: app_exception.raise_exception;
300: END IF;
301: END IF;
302:
303: END before_dml;

Line 347: app_exception.raise_exception;

343: ELSE
344: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
345: fnd_message.set_token ('ROUTINE', 'IGS_EN_UNIT_SET_MAP_PKG.INSERT_ROW');
346: igs_ge_msg_stack.add;
347: app_exception.raise_exception;
348: END IF;
349:
350: before_dml(
351: p_action => 'INSERT',

Line 422: app_exception.raise_exception;

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