DBA Data[Home] [Help]

APPS.IGS_DA_FTR_VAL_MAP_PKG dependencies on APP_EXCEPTION

Line 52: app_exception.raise_exception;

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

Line 194: app_exception.raise_exception;

190: )
191: ) THEN
192: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
193: igs_ge_msg_stack.add;
194: app_exception.raise_exception;
195: END IF;
196: ELSIF (p_action = 'DELETE') THEN
197: -- Call all the procedures related to Before Delete.
198: check_child_existance;

Line 207: app_exception.raise_exception;

203: )
204: ) THEN
205: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
206: igs_ge_msg_stack.add;
207: app_exception.raise_exception;
208: END IF;
209: ELSIF (p_action = 'VALIDATE_DELETE') THEN
210: check_child_existance;
211: END IF;

Line 261: app_exception.raise_exception;

257: ELSE
258: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
259: fnd_message.set_token ('ROUTINE', 'IGS_DA_FTR_VAL_MAP_PKG.INSERT_ROW');
260: igs_ge_msg_stack.add;
261: app_exception.raise_exception;
262: END IF;
263:
264: -- x_feature_code := NULL; -- Commented by Deep
265:

Line 360: app_exception.raise_exception;

356: IF (c1%notfound) THEN
357: fnd_message.set_name('FND', 'FORM_RECORD_DELETED1');
358: igs_ge_msg_stack.add;
359: CLOSE c1;
360: app_exception.raise_exception;
361: RETURN;
362: END IF;
363: CLOSE c1;
364:

Line 378: app_exception.raise_exception;

374: NULL;
375: ELSE
376: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED1');
377: igs_ge_msg_stack.add;
378: app_exception.raise_exception;
379: END IF;
380:
381: RETURN;
382:

Line 430: app_exception.raise_exception;

426: ELSE
427: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
428: fnd_message.set_token ('ROUTINE', 'IGS_DA_FTR_VAL_MAP_PKG.UPDATE_ROW');
429: igs_ge_msg_stack.add;
430: app_exception.raise_exception;
431: END IF;
432:
433: -- x_feature_code := NULL; -- Commented by Deep
434: