[Home] [Help]
1233: 35 12/03/2005 Bug 4210102. resolved by LGOPALSA Version: 115.10
1234: (1) Added CVD, Excise and customs education cess
1235:
1236: 36 19/03/2005 Vijay Shankar for Bug#4250236(4245089). FileVersion: 115.12
1237: .Implemented VAT Tax Calculation based on VAT Assessable value by making a call to jai_general_pkg.ja_in_vat_assessable_value
1238: .JAI_RCV_LINE_TAXES.modvat_flag is set to proper value for VAT Taxes based on RECOVERABLE item attribute
1239: of item. If item setup is not done, then Default value is taken as "Y" (meaning, tax is recoverable)
1240: .modified the main SQL's to fetch taxes from various sources to use jai_regime_tax_types_v to fetch regime_code
1241: against each tax so that the information can be used for MODVAT_FLAG setting of tax
2551: THEN
2552: ln_po_unit_price := r_jai_cmn_lines.po_unit_price;
2553: END IF ;
2554: If p_source_document_code <> 'INVENTORY' THEN /*rchandan - 6030615*/
2555: ln_vat_assess_value := jai_general_pkg.ja_in_vat_assessable_value (
2556: p_party_id => p_vendor_id,
2557: p_party_site_id => p_vendor_site_id,
2558: p_inventory_item_id => v_item_id,
2559: p_uom_code => p_uom_code,