DBA Data[Home] [Help]

APPS.JAI_PO_TAX_PKG dependencies on JAI_RETRO_PRC_PKG

Line 2802: JAI_RETRO_PRC_PKG.Update_Price_Changes( pn_tax_amt => NVL( tax_amt_tab(I), 0 )

2798: --Added by Kevin Cheng for Retroactive Price 2008/01/11
2799: --=====================================================
2800: IF pv_retroprice_changed = 'Y'
2801: THEN
2802: JAI_RETRO_PRC_PKG.Update_Price_Changes( pn_tax_amt => NVL( tax_amt_tab(I), 0 )
2803: , pn_line_no => I
2804: , pn_line_loc_id => p_header_id
2805: , pv_process_flag => lv_process_flag
2806: , pv_process_message => lv_process_message

Line 2828: JAI_RETRO_PRC_PKG.Update_Price_Changes( pn_tax_amt => NVL( tax_amt_tab(I), 0 )

2824: --Added by Kevin Cheng for Retroactive Price 2008/01/11
2825: --=====================================================
2826: IF pv_retroprice_changed = 'Y'
2827: THEN
2828: JAI_RETRO_PRC_PKG.Update_Price_Changes( pn_tax_amt => NVL( tax_amt_tab(I), 0 )
2829: , pn_line_no => I
2830: , pn_line_loc_id => p_line_loc_id
2831: , pv_process_flag => lv_process_flag
2832: , pv_process_message => lv_process_message

Line 6422: JAI_RETRO_PRC_PKG.Update_Price_Changes( pn_tax_amt => round( nvl( tax_amt_tab(i), 0 ), nvl(rnd_factor(I),0) )

6418: --Added by Kevin Cheng for Retroactive Price 2008/01/11
6419: --=====================================================
6420: IF pv_retroprice_changed = 'Y'
6421: THEN
6422: JAI_RETRO_PRC_PKG.Update_Price_Changes( pn_tax_amt => round( nvl( tax_amt_tab(i), 0 ), nvl(rnd_factor(I),0) )
6423: , pn_line_no => i
6424: , pn_line_loc_id => p_line_location_id
6425: , pv_process_flag => lv_process_flag
6426: , pv_process_message => lv_process_message