DBA Data[Home] [Help]

APPS.JAI_PA_PDIA_AFTER_T1 dependencies on JAI_CMN_UTILS_PKG

Line 443: lv_object := 'jai_cmn_utils_pkg.check_jai_exists';

439: ------------------------------------------------------------------------------------------------------------------------------*/
440:
441: BEGIN
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:

Line 451: if jai_cmn_utils_pkg.check_jai_exists (

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 */
451: if jai_cmn_utils_pkg.check_jai_exists (
452: p_calling_object => 'JAI_PDIA_ARIUD_T1',
453: p_org_id => nvl(:new.org_id, :old.org_id)
454: ) = false
455: then

Line 521: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '1 trigger before jai_pa_pdia_after_t1:');

517: and :old.released_date is null and :new.released_date is not null
518: then
519:
520: if jai_pa_billing_pkg.gv_debug then
521: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '1 trigger before jai_pa_pdia_after_t1:');
522: end if;
523:
524: jai_pa_billing_pkg.process_draft_invoice_release(
525: pr_draft_invoice => r_new,

Line 532: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '2 trigger before jai_pa_pdia_after_t1:'

528: pv_process_message => lv_process_message
529: );
530:
531: if jai_pa_billing_pkg.gv_debug then
532: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '2 trigger before jai_pa_pdia_after_t1:'
533: ||', lv_process_flag:'||lv_process_flag
534: ||', lv_process_message:'||lv_process_message
535: );
536: end if;