DBA Data[Home] [Help]

APPS.IGI_EXP_DUS_PKG dependencies on APP_EXCEPTION

Line 90: app_exception.raise_exception;

86: FND_LOG.MESSAGE (l_error_level , 'igi.plsql.igiexpwb.IGI_EXP_DUS_PKG.set_column_values',FALSE);
87: END IF;
88: --bug 3199481 fnd logging changes: sdixit: end block
89:
90: app_exception.raise_exception;
91: RETURN;
92: END IF;
93: CLOSE cur_old_ref_values;
94:

Line 170: app_exception.raise_exception;

166: FND_LOG.MESSAGE (l_error_level , 'igi.plsql.igiexpwb.IGI_EXP_DUS_PKG.check_parent_existance.msg1',FALSE);
167: END IF;
168: --bug 3199481 fnd logging changes: sdixit: end block
169:
170: app_exception.raise_exception;
171: END IF;
172:
173: IF (((old_references.tu_id = new_references.tu_id)) OR
174: ((new_references.tu_id IS NULL))) THEN

Line 186: app_exception.raise_exception;

182: FND_LOG.MESSAGE (l_error_level , 'igi.plsql.igiexpwb.IGI_EXP_DUS_PKG.check_parent_existance.msg2',FALSE);
183: END IF;
184: --bug 3199481 fnd logging changes: sdixit: end block
185:
186: app_exception.raise_exception;
187: END IF;
188: /*
189: IF (((old_references.du_stp_id = new_references.du_stp_id)) OR
190: ((new_references.du_stp_id IS NULL))) THEN

Line 197: app_exception.raise_exception;

193: new_references.du_stp_id
194: ) THEN
195: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
196:
197: app_exception.raise_exception;
198: END IF; commented by kakrishn */
199:
200: END check_parent_existance;
201:

Line 293: app_exception.raise_exception;

289: FND_LOG.MESSAGE (l_error_level , 'igi.plsql.igiexpwb.IGI_EXP_DUS_PKG.get_fk_igi_exp_du_type_headers',FALSE);
290: END IF;
291: --bug 3199481 fnd logging changes: sdixit: end block
292:
293: app_exception.raise_exception;
294: RETURN;
295: END IF;
296: CLOSE cur_rowid;
297:

Line 333: app_exception.raise_exception;

329: FND_LOG.MESSAGE (l_error_level , 'igi.plsql.igiexpwb.IGI_EXP_DUS_PKG.get_fk_igi_exp_tus',FALSE);
330: END IF;
331: --bug 3199481 fnd logging changes: sdixit: end block
332:
333: app_exception.raise_exception;
334: RETURN;
335: END IF;
336: CLOSE cur_rowid;
337:

Line 372: app_exception.raise_exception;

368: IF (l_error_level >= l_debug_level ) THEN
369: FND_LOG.MESSAGE (l_error_level , 'igi.plsql.igiexpwb.IGI_EXP_DUS_PKG.get_fk_po_vendors',FALSE);
370: END IF;
371: --bug 3199481 fnd logging changes: sdixit: end block
372: app_exception.raise_exception;
373: RETURN;
374: END IF;
375: CLOSE cur_rowid;
376:

Line 489: app_exception.raise_exception;

485: FND_LOG.MESSAGE (l_error_level , 'igi.plsql.igiexpwb.IGI_EXP_DUS_PKG.before_dml.msg1',FALSE);
486: END IF;
487: --bug 3199481 fnd logging changes: sdixit: end block
488:
489: app_exception.raise_exception;
490: END IF;
491: check_parent_existance;
492: ELSIF (p_action = 'UPDATE') THEN
493: -- Call all the procedures related to Before Update.

Line 511: app_exception.raise_exception;

507: FND_LOG.MESSAGE (l_error_level , 'igi.plsql.igiexpwb.IGI_EXP_DUS_PKG.before_dml.msg2',FALSE);
508: END IF;
509: --bug 3199481 fnd logging changes: sdixit: end block
510:
511: app_exception.raise_exception;
512: END IF;
513: ELSIF (p_action = 'VALIDATE_DELETE') THEN
514: check_child_existance;
515: END IF;

Line 597: app_exception.raise_exception;

593: FND_LOG.MESSAGE (l_error_level , 'igi.plsql.igiexpwb.IGI_EXP_DUS_PKG.insert_row',FALSE);
594: END IF;
595: --bug 3199481 fnd logging changes: sdixit: end block
596:
597: app_exception.raise_exception;
598: END IF;
599:
600: SELECT igi_exp_dus_s1.NEXTVAL
601: INTO x_du_id

Line 836: app_exception.raise_exception;

832: END IF;
833: --bug 3199481 fnd logging changes: sdixit: end block
834:
835: CLOSE c1;
836: app_exception.raise_exception;
837: RETURN;
838: END IF;
839: CLOSE c1;
840:

Line 884: app_exception.raise_exception;

880: FND_LOG.MESSAGE (l_error_level , 'igi.plsql.igiexpwb.IGI_EXP_DUS_PKG.lock_row.msg2',FALSE);
881: END IF;
882: --bug 3199481 fnd logging changes: sdixit: end block
883:
884: app_exception.raise_exception;
885: END IF;
886:
887: RETURN;
888:

Line 964: app_exception.raise_exception;

960: FND_LOG.MESSAGE (l_error_level , 'igi.plsql.igiexpwb.IGI_EXP_DUS_PKG.update_row',FALSE);
961: END IF;
962: --bug 3199481 fnd logging changes: sdixit: end block
963:
964: app_exception.raise_exception;
965: END IF;
966:
967: before_dml(
968: p_action => 'UPDATE',