DBA Data[Home] [Help]

APPS.JAI_PA_PDIA_AFTER_T1 dependencies on JAI_CMN_UTILS_PKG

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

435: ------------------------------------------------------------------------------------------------------------------------------*/
436:
437: BEGIN
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:

Line 447: if jai_cmn_utils_pkg.check_jai_exists (

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 */
447: if jai_cmn_utils_pkg.check_jai_exists (
448: p_calling_object => 'JAI_PDIA_ARIUD_T1',
449: p_org_id => nvl(:new.org_id, :old.org_id)
450: ) = false
451: then

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

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

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

524: pv_process_message => lv_process_message
525: );
526:
527: if jai_pa_billing_pkg.gv_debug then
528: jai_cmn_utils_pkg.print_log ( jai_pa_billing_pkg.file, '2 trigger before jai_pa_pdia_after_t1:'
529: ||', lv_process_flag:'||lv_process_flag
530: ||', lv_process_message:'||lv_process_message
531: );
532: end if;