DBA Data[Home] [Help]

APPS.IGI_RPI_AUDIT_ITEMS_ALL_PKG dependencies on APP_EXCEPTION

Line 64: app_exception.raise_exception;

60: If (l_unexp_level >= l_debug_level) then
61: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_rpi_audit_items_all_pkg.set_column_values.Msg1',FALSE);
62: End if;
63: --Bug 3199481 (end)
64: app_exception.raise_exception;
65: RETURN;
66: END IF;
67: CLOSE cur_old_ref_values;
68:

Line 123: app_exception.raise_exception;

119: If (l_unexp_level >= l_debug_level) then
120: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_rpi_audit_items_all_pkg.check_parent_existence.Msg1',FALSE);
121: End if;
122: --Bug 3199481 (end)
123: app_exception.raise_exception;
124: END IF;
125:
126: END check_parent_existance;
127:

Line 237: app_exception.raise_exception;

233: If (l_unexp_level >= l_debug_level) then
234: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_rpi_audit_items_all_pkg.insert_row.Msg1',FALSE);
235: End if;
236: --Bug 3199481 (end)
237: app_exception.raise_exception;
238: END IF;
239:
240: before_dml(
241: p_action => 'INSERT',

Line 343: app_exception.raise_exception;

339: End if;
340: --Bug 3199481 (end)
341: null;
342: CLOSE c1;
343: app_exception.raise_exception;
344: RETURN;
345: END IF;
346: CLOSE c1;
347:

Line 366: app_exception.raise_exception;

362: If (l_unexp_level >= l_debug_level) then
363: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_rpi_audit_items_all_pkg.lock_row.Msg2',FALSE);
364: End if;
365: --Bug 3199481 (end)
366: app_exception.raise_exception;
367: END IF;
368:
369: RETURN;
370:

Line 420: app_exception.raise_exception;

416: If (l_unexp_level >= l_debug_level) then
417: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_rpi_audit_items_all_pkg.update_row.Msg1',FALSE);
418: End if;
419: --Bug 3199481 (end)
420: app_exception.raise_exception;
421: END IF;
422:
423: before_dml(
424: p_action => 'UPDATE',