DBA Data[Home] [Help]

APPS.JAI_AR_RCTLA_ARIUD_T1 dependencies on JAI_AR_RCTLA_TRIGGER_PKG

Line 509: and JAI_AR_RCTLA_TRIGGER_PKG.is_this_projects_context(:new.interface_line_context)

505: IF INSERTING THEN
506:
507: /* Start bug#6012570 (5876390) */
508: if :new.line_type = 'LINE'
509: and JAI_AR_RCTLA_TRIGGER_PKG.is_this_projects_context(:new.interface_line_context)
510: then
511: lv_object := 'jai_ar_rctla_trigger_pkg.is_this_projects_context(||'|| :new.customer_trx_id ||')';
512:
513: if lb_debug then

Line 511: lv_object := 'jai_ar_rctla_trigger_pkg.is_this_projects_context(||'|| :new.customer_trx_id ||')';

507: /* Start bug#6012570 (5876390) */
508: if :new.line_type = 'LINE'
509: and JAI_AR_RCTLA_TRIGGER_PKG.is_this_projects_context(:new.interface_line_context)
510: then
511: lv_object := 'jai_ar_rctla_trigger_pkg.is_this_projects_context(||'|| :new.customer_trx_id ||')';
512:
513: if lb_debug then
514: fnd_file.put_line(fnd_file.log, lv_action||'-JAI_AR_RCTLA_ARIUD_T1. Before JAI_AR_RCTLA_TRIGGER_PKG.import_projects_taxes');
515: end if;

Line 514: fnd_file.put_line(fnd_file.log, lv_action||'-JAI_AR_RCTLA_ARIUD_T1. Before JAI_AR_RCTLA_TRIGGER_PKG.import_projects_taxes');

510: then
511: lv_object := 'jai_ar_rctla_trigger_pkg.is_this_projects_context(||'|| :new.customer_trx_id ||')';
512:
513: if lb_debug then
514: fnd_file.put_line(fnd_file.log, lv_action||'-JAI_AR_RCTLA_ARIUD_T1. Before JAI_AR_RCTLA_TRIGGER_PKG.import_projects_taxes');
515: end if;
516:
517: JAI_AR_RCTLA_TRIGGER_PKG.import_projects_taxes
518: (

Line 517: JAI_AR_RCTLA_TRIGGER_PKG.import_projects_taxes

513: if lb_debug then
514: fnd_file.put_line(fnd_file.log, lv_action||'-JAI_AR_RCTLA_ARIUD_T1. Before JAI_AR_RCTLA_TRIGGER_PKG.import_projects_taxes');
515: end if;
516:
517: JAI_AR_RCTLA_TRIGGER_PKG.import_projects_taxes
518: (
519: r_new => t_new_rec
520: , r_old => t_old_rec
521: , pv_action => lv_action

Line 536: JAI_AR_RCTLA_TRIGGER_PKG.ARI_T1 (

532:
533:
534: IF ((:NEW.inventory_item_id <> :OLD.inventory_item_id) OR (:OLD.inventory_item_id IS NULL)) THEN
535:
536: JAI_AR_RCTLA_TRIGGER_PKG.ARI_T1 (
537: pr_old => t_old_rec ,
538: pr_new => t_new_rec ,
539: pv_action => lv_action ,
540: pv_return_code => lv_return_code ,

Line 556: JAI_AR_RCTLA_TRIGGER_PKG.ARI_T2 (

552: --(:NEW.interface_line_context NOT IN('OFI TAX IMPORT'))--Added by Xiao for Open Interface ER bug#11683927 on 01-Mar-2011
553: nvl(:NEW.global_attribute_category,'####') NOT IN('JG.IN.ARXTWMAI.OFI TAX IMPORT')--Added by zhiwei for bug#12545912 on 20110516
554: ) THEN
555:
556: JAI_AR_RCTLA_TRIGGER_PKG.ARI_T2 (
557: pr_old => t_old_rec ,
558: pr_new => t_new_rec ,
559: pv_action => lv_action ,
560: pv_return_code => lv_return_code ,

Line 572: JAI_AR_RCTLA_TRIGGER_PKG.ARI_T3 (

568: END IF ;
569:
570: IF ( :NEW.LINE_TYPE = 'LINE' ) THEN
571:
572: JAI_AR_RCTLA_TRIGGER_PKG.ARI_T3 (
573: pr_old => t_old_rec ,
574: pr_new => t_new_rec ,
575: pv_action => lv_action ,
576: pv_return_code => lv_return_code ,

Line 588: JAI_AR_RCTLA_TRIGGER_PKG.ARIU_T1 (

584: END IF ;
585:
586: IF ( (:NEW.LINE_TYPE in ('LINE')) AND ((NVL(:NEW.inventory_item_id,0) <> NVL(:OLD.inventory_item_id,0)) OR (:OLD.inventory_item_id IS NULL AND :OLD.Description IS NULL)) )THEN
587:
588: JAI_AR_RCTLA_TRIGGER_PKG.ARIU_T1 (
589: pr_old => t_old_rec ,
590: pr_new => t_new_rec ,
591: pv_action => lv_action ,
592: pv_return_code => lv_return_code ,

Line 608: JAI_AR_RCTLA_TRIGGER_PKG.ARI_T4 (

604: IF :NEW.LINE_TYPE = 'LINE' AND --:NEW.interface_line_context = 'OFI TAX IMPORT'
605: --:NEW.global_attribute_category = 'JG.IN.ARXTWMAI.OFI TAX IMPORT' ----Modified by Xiao for bug#11936390.--Comments by zhiwei for bug#12545912 on 20110516
606: nvl(:NEW.global_attribute_category,'####') = 'JG.IN.ARXTWMAI.OFI TAX IMPORT'--Added by zhiwei for bug#12545912 on 20110516
607: THEN
608: JAI_AR_RCTLA_TRIGGER_PKG.ARI_T4 (
609: pr_old => t_old_rec ,
610: pr_new => t_new_rec ,
611: pv_action => lv_action ,
612: pv_return_code => lv_return_code ,

Line 629: JAI_AR_RCTLA_TRIGGER_PKG.ARU_T1 (

625: IF UPDATING THEN
626:
627: IF ((:OLD.LINE_TYPE = 'LINE') AND (:NEW.quantity_credited <> :OLD.quantity_credited OR :NEW.unit_selling_price <> :OLD.unit_selling_price OR :NEW.UOM_CODE <> :OLD.UOM_CODE) ) THEN
628:
629: JAI_AR_RCTLA_TRIGGER_PKG.ARU_T1 (
630: pr_old => t_old_rec ,
631: pr_new => t_new_rec ,
632: pv_action => lv_action ,
633: pv_return_code => lv_return_code ,

Line 650: JAI_AR_RCTLA_TRIGGER_PKG.ARU_T2 (

646: */
647: IF ((:OLD.LINE_TYPE = 'LINE') AND (nvl(:NEW.inventory_item_id,-99999) = nvl(:OLD.inventory_item_id,-99999) OR :old.inventory_item_id is null )
648: AND (:NEW.quantity_invoiced <> :OLD.quantity_invoiced OR :NEW.quantity_credited <> :OLD.quantity_credited OR :NEW.unit_selling_price <> :OLD.unit_selling_price OR :NEW.UOM_CODE <> :OLD.UOM_CODE) ) THEN
649:
650: JAI_AR_RCTLA_TRIGGER_PKG.ARU_T2 (
651: pr_old => t_old_rec ,
652: pr_new => t_new_rec ,
653: pv_action => lv_action ,
654: pv_return_code => lv_return_code ,

Line 666: JAI_AR_RCTLA_TRIGGER_PKG.ARIU_T1 (

662: END IF ;
663:
664: IF ( (:NEW.LINE_TYPE in ('LINE')) AND ((NVL(:NEW.inventory_item_id,0) <> NVL(:OLD.inventory_item_id,0)) OR (:OLD.inventory_item_id IS NULL AND :OLD.Description IS NULL))) THEN
665:
666: JAI_AR_RCTLA_TRIGGER_PKG.ARIU_T1 (
667: pr_old => t_old_rec ,
668: pr_new => t_new_rec ,
669: pv_action => lv_action ,
670: pv_return_code => lv_return_code ,

Line 686: JAI_AR_RCTLA_TRIGGER_PKG.ARD_T1 (

682: IF DELETING THEN
683:
684: IF ( :OLD.LINE_TYPE = 'LINE' ) THEN
685:
686: JAI_AR_RCTLA_TRIGGER_PKG.ARD_T1 (
687: pr_old => t_old_rec ,
688: pr_new => t_new_rec ,
689: pv_action => lv_action ,
690: pv_return_code => lv_return_code ,