DBA Data[Home] [Help]

APPS.JAI_PA_PDIA_AFTER_T1 dependencies on JAI_CMN_DEBUG_CONTEXTS_PKG

Line 46: jai_cmn_debug_contexts_pkg.print (pn_reg_id, pv_msg);

42: if not debugOn then
43: return;
44: end if;
45:
46: jai_cmn_debug_contexts_pkg.print (pn_reg_id, pv_msg);
47:
48: end debug;
49:
50: /*------------------------------------------------------------------------------------------------------------*/

Line 446: jai_cmn_debug_contexts_pkg.register ('JAI_PA_PDIA_AFTER_T1',ln_reg_id);

442:
443: lv_object := 'jai_cmn_utils_pkg.check_jai_exists';
444: lv_action := 'CHECK_JAI_EXISTS';
445:
446: jai_cmn_debug_contexts_pkg.register ('JAI_PA_PDIA_AFTER_T1',ln_reg_id);
447:
448: debug (ln_reg_id, 'Check if India - processing is required?');
449:
450: /* Check to see if the transaction in context is related to India or not. If not, then return */

Line 572: jai_cmn_debug_contexts_pkg.deregister (ln_reg_id);

568: --
569: -- End of Trigger logic
570: --
571: <>
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;