DBA Data[Home] [Help]

APPS.JAI_PA_PDIA_AFTER_T1 dependencies on JAI_CMN_DEBUG_CONTEXTS_PKG

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

38: if not debugOn then
39: return;
40: end if;
41:
42: jai_cmn_debug_contexts_pkg.print (pn_reg_id, pv_msg);
43:
44: end debug;
45:
46: /*------------------------------------------------------------------------------------------------------------*/

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

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

Line 568: jai_cmn_debug_contexts_pkg.deregister (ln_reg_id);

564: --
565: -- End of Trigger logic
566: --
567: <>
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;