DBA Data[Home] [Help]

APPS.IGS_PE_HZ_LOCATIONS_PKG dependencies on APP_EXCEPTION

Line 50: app_exception.raise_exception;

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

Line 167: app_exception.raise_exception;

163: )
164: ) THEN
165: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
166: igs_ge_msg_stack.add;
167: app_exception.raise_exception;
168: END IF;
169: ELSIF (p_action = 'UPDATE') THEN
170: -- Call all the procedures related to Before Update.
171: Check_Parent_Existance; -- if procedure present

Line 180: app_exception.raise_exception;

176: )
177: ) THEN
178: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
179: igs_ge_msg_stack.add;
180: app_exception.raise_exception;
181: END IF;
182: END IF;
183:
184: END before_dml;

Line 216: App_Exception.Raise_Exception;

212: Fetch cur_rowid INTO lv_rowid;
213: IF (cur_rowid%NOTFOUND) THEN
214: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
215: IGS_GE_MSG_STACK.ADD;
216: App_Exception.Raise_Exception;
217: END IF;
218: Close cur_rowid;
219:
220: END IF;

Line 286: app_exception.raise_exception;

282: END IF;
283: ELSE
284: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
285: igs_ge_msg_stack.add;
286: app_exception.raise_exception;
287: END IF;
288:
289: before_dml(
290: p_action => 'INSERT',

Line 362: app_exception.raise_exception;

358: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_EXCEPTION');
359: fnd_message.set_token ('ERR_CD', SQLCODE);
360: igs_ge_msg_stack.add;
361: igs_sc_gen_001.unset_ctx('R');
362: app_exception.raise_exception;
363: ELSE
364: igs_sc_gen_001.unset_ctx('R');
365: RAISE;
366: END IF;

Line 409: app_exception.raise_exception;

405: IF (c1%notfound) THEN
406: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
407: igs_ge_msg_stack.add;
408: CLOSE c1;
409: app_exception.raise_exception;
410: RETURN;
411: END IF;
412: CLOSE c1;
413:

Line 425: app_exception.raise_exception;

421: NULL;
422: ELSE
423: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
424: igs_ge_msg_stack.add;
425: app_exception.raise_exception;
426: END IF;
427:
428: RETURN;
429:

Line 478: app_exception.raise_exception;

474: END IF;
475: ELSE
476: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
477: igs_ge_msg_stack.add;
478: app_exception.raise_exception;
479: END IF;
480:
481: before_dml(
482: p_action => 'UPDATE',

Line 534: app_exception.raise_exception;

530: IF (SQL%NOTFOUND) THEN
531: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_UPD_DEL_EXCEP');
532: igs_ge_msg_stack.add;
533: igs_sc_gen_001.unset_ctx('R');
534: app_exception.raise_exception;
535: END IF;
536: IF (x_mode = 'S') THEN
537: igs_sc_gen_001.unset_ctx('R');
538: END IF;

Line 549: app_exception.raise_exception;

545: fnd_message.set_name ('IGS', 'IGS_SC_UPD_POLICY_EXCP');
546: fnd_message.set_token ('ERR_CD', SQLCODE);
547: igs_ge_msg_stack.add;
548: igs_sc_gen_001.unset_ctx('R');
549: app_exception.raise_exception;
550: ELSE
551: igs_sc_gen_001.unset_ctx('R');
552: RAISE;
553: END IF;

Line 646: app_exception.raise_exception;

642: IF (SQL%NOTFOUND) THEN
643: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_UPD_DEL_EXCEP');
644: igs_ge_msg_stack.add;
645: igs_sc_gen_001.unset_ctx('R');
646: app_exception.raise_exception;
647: END IF;
648: IF (x_mode = 'S') THEN
649: igs_sc_gen_001.unset_ctx('R');
650: END IF;