DBA Data[Home] [Help]

APPS.JAI_AP_ILA_ARIUD_T1 dependencies on JAI_AP_ILA_TRIGGER_PKG

Line 470: JAI_AP_ILA_TRIGGER_PKG.ARI_T1 (

466: -- Modified by Jason Liu for retroactive price on 2008/01/07
467: -- Added RETROITEM
468: IF (:NEW.line_type_lookup_code IN ('ITEM' , 'ACCRUAL' , 'RETROITEM')) THEN
469:
470: JAI_AP_ILA_TRIGGER_PKG.ARI_T1 (
471: pr_old => t_old_rec ,
472: pr_new => t_new_rec ,
473: pv_action => lv_action ,
474: pv_return_code => lv_return_code ,

Line 510: JAI_AP_ILA_TRIGGER_PKG.ARU_T1

506: jai_cmn_utils_pkg.write_fnd_log_msg('trigger_on_lines_all','Value of invoice_id is'||:NEW.invoice_id);
507: jai_cmn_utils_pkg.write_fnd_log_msg('trigger_on_lines_all','Value of invoice_line_number is'||:NEW.line_number);
508: jai_cmn_utils_pkg.write_fnd_log_msg('trigger_on_lines_all','Value of line_type_lookup_code is'||:NEW.line_type_lookup_code);
509:
510: JAI_AP_ILA_TRIGGER_PKG.ARU_T1
511: ( pr_old => t_old_rec
512: , pr_new => t_new_rec
513: , pv_action => lv_action
514: , pv_return_code => lv_return_code

Line 533: JAI_AP_ILA_TRIGGER_PKG.ARU_T1

529: /* Added ITEM_TO_RECEIPT in the below condition for bug 10081202 */
530: AND :new.match_type IN ('ITEM_TO_PO' , 'PO_PRICE_ADJUSTMENT', 'ITEM_TO_RECEIPT') --Uncommented 'ITEM_TO_PO' for bug 12406873 --Commented the condition ITEM_TO_PO by nprashar for bug # 9592829
531: AND :old.line_source NOT IN ('AUTO INVOICE CREATION')) --added this condition for bug #12406873
532: THEN
533: JAI_AP_ILA_TRIGGER_PKG.ARU_T1
534: ( pr_old => t_old_rec
535: , pr_new => t_new_rec
536: , pv_action => lv_action
537: , pv_return_code => lv_return_code