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 380: app_exception.raise_exception;

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

Line 512: app_exception.raise_exception;

508: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_rpi_line_audit_det_all_pkg.lock_row.Msg1',FALSE);
509: End if;
510: --Bug 3199481 (end)
511: CLOSE c1;
512: app_exception.raise_exception;
513: RETURN;
514: END IF;
515: CLOSE c1;
516:

Line 541: app_exception.raise_exception;

537: If (l_unexp_level >= l_debug_level) then
538: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_rpi_line_audit_det_all_pkg.lock_row.Msg1',FALSE);
539: End if;
540: --Bug 3199481 (end)
541: app_exception.raise_exception;
542: END IF;
543:
544: RETURN;
545:

Line 600: app_exception.raise_exception;

596: If (l_unexp_level >= l_debug_level) then
597: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_rpi_line_audit_det_all_pkg.update_row.Msg1',FALSE);
598: End if;
599: --Bug 3199481 (end)
600: app_exception.raise_exception;
601: END IF;
602:
603: before_dml(
604: p_action => 'UPDATE',