DBA Data[Home] [Help]

APPS.JAI_PO_TAX_PKG dependencies on JAI_RETRO_PRC_PKG

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

2077: --Added by Kevin Cheng for Retroactive Price 2008/01/11
2078: --=====================================================
2079: IF pv_retroprice_changed = 'Y'
2080: THEN
2081: JAI_RETRO_PRC_PKG.Update_Price_Changes( pn_tax_amt => NVL( tax_amt_tab(I), 0 )
2082: , pn_line_no => I
2083: , pn_line_loc_id => p_header_id
2084: , pv_process_flag => lv_process_flag
2085: , pv_process_message => lv_process_message

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

2103: --Added by Kevin Cheng for Retroactive Price 2008/01/11
2104: --=====================================================
2105: IF pv_retroprice_changed = 'Y'
2106: THEN
2107: JAI_RETRO_PRC_PKG.Update_Price_Changes( pn_tax_amt => NVL( tax_amt_tab(I), 0 )
2108: , pn_line_no => I
2109: , pn_line_loc_id => p_line_loc_id
2110: , pv_process_flag => lv_process_flag
2111: , pv_process_message => lv_process_message

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

5029: --Added by Kevin Cheng for Retroactive Price 2008/01/11
5030: --=====================================================
5031: IF pv_retroprice_changed = 'Y'
5032: THEN
5033: JAI_RETRO_PRC_PKG.Update_Price_Changes( pn_tax_amt => round( nvl( tax_amt_tab(i), 0 ), nvl(rnd_factor(I),0) )
5034: , pn_line_no => i
5035: , pn_line_loc_id => p_line_location_id
5036: , pv_process_flag => lv_process_flag
5037: , pv_process_message => lv_process_message