DBA Data[Home] [Help]

APPS.IGF_SL_CL_VALIDATION dependencies on APP_EXCEPTION

Line 169: app_exception.raise_exception;

165: igs_ge_msg_stack.add;
166: IF (fnd_log.level_exception >= g_debug_runtime_level) THEN
167: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_sl_cl_validation.check_for_reqd.exception', 'Unhandled excepion in check_for_reqd');
168: END IF;
169: app_exception.raise_exception;
170:
171: END check_for_reqd;
172:
173:

Line 752: app_exception.raise_exception;

748: igs_ge_msg_stack.add;
749: IF (fnd_log.level_statement >= g_debug_runtime_level) THEN
750: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_sl_cl_validation.cl_lar_validate', 'cur_isir_depend_status cursor failed');
751: END IF;
752: app_exception.raise_exception;
753: END IF;
754: CLOSE cur_isir_depend_status;
755:
756:

Line 1595: app_exception.raise_exception;

1591: --we will be able to trap both in form and in dl orig process.
1592: --hence removed code.
1593: --Bug :-2415041 Loan Orig with incorrect error messages.
1594:
1595: app_exception.raise_exception;
1596:
1597: END cl_lar_validate;
1598:
1599: END igf_sl_cl_validation;