DBA Data[Home] [Help]

APPS.JAI_PA_PDIA_AFTER_T1 dependencies on APP_EXCEPTION

Line 420: app_exception.raise_exception ;

416: ||',project_id='||ln_project_id
417: ||',draft_invoice_num='||ln_draft_invoice_num
418: ||',parent_req_id='||ln_parent_request_id
419: );
420: app_exception.raise_exception ;
421: end if;
422: end if;
423:
424: debug (ln_reg_id, 'Submit_Request completed');

Line 545: app_exception.raise_exception;

541:
542: /* TESTING purpose
543: fnd_message.set_name( 'JA', 'JAI_GENERIC_MSG');
544: fnd_message.set_token('MSG_TEXT', 'Ding Error');
545: app_exception.raise_exception;
546: */
547: end if;
548:
549: --

Line 576: app_exception.raise_exception;

572: jai_cmn_debug_contexts_pkg.deregister (ln_reg_id);
573: if lv_process_flag in (jai_constants.unexpected_error, jai_constants.expected_error, 'E') then
574: fnd_message.set_name( 'JA', 'JAI_GENERIC_MSG');
575: fnd_message.set_token('MSG_TEXT', lv_process_message);
576: app_exception.raise_exception;
577: end if;
578:
579: END jai_pa_pdia_after_t1;