DBA Data[Home] [Help]

APPS.JAI_PA_PDIA_AFTER_T1 dependencies on APP_EXCEPTION

Line 416: app_exception.raise_exception ;

412: ||',project_id='||ln_project_id
413: ||',draft_invoice_num='||ln_draft_invoice_num
414: ||',parent_req_id='||ln_parent_request_id
415: );
416: app_exception.raise_exception ;
417: end if;
418: end if;
419:
420: debug (ln_reg_id, 'Submit_Request completed');

Line 541: app_exception.raise_exception;

537:
538: /* TESTING purpose
539: fnd_message.set_name( 'JA', 'JAI_GENERIC_MSG');
540: fnd_message.set_token('MSG_TEXT', 'Ding Error');
541: app_exception.raise_exception;
542: */
543: end if;
544:
545: --

Line 572: app_exception.raise_exception;

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