DBA Data[Home] [Help]

APPS.JAI_ARRA_TRG_PKG dependencies on JAI_AR_TCS_REP_PKG

Line 110: jai_ar_tcs_rep_pkg.process_transactions ( p_event => r_new.application_type ,

106: CLOSE c_get_regime_code;
107:
108: IF NOT(lv_payment_schedule = 'Receipt Write-off' AND r_new.status = jai_constants.ar_status_activity) THEN
109: IF upper(nvl(lv_regime_code,'###')) = jai_constants.tcs_regime THEN
110: jai_ar_tcs_rep_pkg.process_transactions ( p_event => r_new.application_type ,
111: p_araa => r_new ,
112: p_process_flag => lv_process_flag ,
113: p_process_message => lv_process_message
114: );