DBA Data[Home] [Help]

APPS.IGI_RPI_LINE_AUDIT_DET_ALL_PKG dependencies on APP_EXCEPTION

Line 70: app_exception.raise_exception;

66: If (l_unexp_level >= l_debug_level) then
67: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_rpi_line_audit_det_all_pkg.set_column_values.Msg1',FALSE);
68: End if;
69: --Bug 3199481 (end)
70: app_exception.raise_exception;
71: RETURN;
72: END IF;
73: CLOSE cur_old_ref_values;
74:

Line 141: app_exception.raise_exception;

137: If (l_unexp_level >= l_debug_level) then
138: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_rpi_line_audit_det_all_pkg.check_parent_existence.Msg1',FALSE);
139: End if;
140: --Bug 3199481 (end)
141: app_exception.raise_exception;
142: END IF;
143:
144: IF (((old_references.item_id = new_references.item_id)) OR
145: ((new_references.item_id IS NULL))) THEN

Line 156: app_exception.raise_exception;

152: If (l_unexp_level >= l_debug_level) then
153: FND_LOG.MESSAGE(l_unexp_level,'igi.rpi_line_audit_det_all_pkg.check_parent_existence.Msg2',FALSE);
154: End if;
155: --Bug 3199481 (end)
156: app_exception.raise_exception;
157: END IF;
158: close c_item_id;
159: close c_line_item_id;
160:

Line 197: app_exception.raise_exception;

193: If (l_unexp_level >= l_debug_level) then
194: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_rpi_line_audit_det_all_pkg.get_fk_igi_rpi_line_det_all.Msg1',FALSE);
195: End if;
196: --Bug 3199481 (end)
197: app_exception.raise_exception;
198: RETURN;
199: END IF;
200: CLOSE cur_rowid;
201:

Line 232: app_exception.raise_exception;

228: IF (cur_rowid%FOUND) THEN
229: CLOSE cur_rowid;
230: -- fnd_message.set_name ('IGS', 'IGS_FOREIGN_KEY_REFERENCE');
231: --igs_ge_msg_stack.add;
232: app_exception.raise_exception;
233: RETURN;
234: END IF;
235: CLOSE cur_rowid;
236:

Line 302: app_exception.raise_exception;

298: )
299: ) THEN
300: -- fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
301: --igs_ge_msg_stack.add;
302: app_exception.raise_exception;
303: END IF; */
304: check_parent_existance(x_item_id,x_line_item_id);
305: ELSIF (p_action = 'UPDATE') THEN
306: -- Call all the procedures related to Before Update.

Line 316: app_exception.raise_exception;

312: )
313: ) THEN
314: -- fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
315: --igs_ge_msg_stack.add;
316: app_exception.raise_exception;
317: END IF;*/
318: null;
319: END IF;
320:

Line 383: app_exception.raise_exception;

379: If (l_unexp_level >= l_debug_level) then
380: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_rpi_line_audit_det_all_pkg.insert_row.Msg1',FALSE);
381: End if;
382: --Bug 3199481 (end)
383: app_exception.raise_exception;
384: END IF;
385:
386: before_dml(
387: p_action => 'INSERT',

Line 521: app_exception.raise_exception;

517: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_rpi_line_audit_det_all_pkg.lock_row.Msg1',FALSE);
518: End if;
519: --Bug 3199481 (end)
520: CLOSE c1;
521: app_exception.raise_exception;
522: RETURN;
523: END IF;
524: CLOSE c1;
525:

Line 550: app_exception.raise_exception;

546: If (l_unexp_level >= l_debug_level) then
547: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_rpi_line_audit_det_all_pkg.lock_row.Msg1',FALSE);
548: End if;
549: --Bug 3199481 (end)
550: app_exception.raise_exception;
551: END IF;
552:
553: RETURN;
554:

Line 609: app_exception.raise_exception;

605: If (l_unexp_level >= l_debug_level) then
606: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_rpi_line_audit_det_all_pkg.update_row.Msg1',FALSE);
607: End if;
608: --Bug 3199481 (end)
609: app_exception.raise_exception;
610: END IF;
611:
612: before_dml(
613: p_action => 'UPDATE',