DBA Data[Home] [Help]

APPS.JAI_CMN_TAX_DEFAULTATION_PKG dependencies on JAI_OM_WSH_LINE_TAXES

Line 863: , 'JAI_OM_WSH_LINE_TAXES'

859: /** replace the correct tax source table */
860: lv_recalculation_sql :=
861: replace ( lv_recalculation_sql
862: , '$$TAX_SOURCE_TABLE$$'
863: , 'JAI_OM_WSH_LINE_TAXES'
864: );
865: /** replace join condition */
866: lv_recalculation_sql :=
867: replace ( lv_recalculation_sql

Line 1779: , 'JAI_OM_WSH_LINE_TAXES'

1775: /** replace the correct tax source table */
1776: lv_recalculation_sql :=
1777: replace ( lv_recalculation_sql
1778: , '$$TAX_SOURCE_TABLE$$'
1779: , 'JAI_OM_WSH_LINE_TAXES'
1780: );
1781: /** replace join condition */
1782: lv_recalculation_sql :=
1783: replace ( lv_recalculation_sql

Line 3252: update JAI_OM_WSH_LINE_TAXES

3248: ); */ --commented by bgowrava for bug#5631784
3249:
3250: if p_action = jai_constants.recalculate_taxes then
3251:
3252: update JAI_OM_WSH_LINE_TAXES
3253: set tax_amount = tax_amt_tab(row_count)
3254: ,func_tax_amount = nvl(func_tax_amt_tab(row_count),0) * nvl(v_currency_conv_factor ,1)
3255: ,base_tax_amount = round( nvl(tax_amt_tab(row_count),0), rec.rounding_factor)
3256: ,last_update_date = p_last_update_date