[Home] [Help]
286: all the other scenarios only one rounding entry is passed
287:
288: 2 31/08/2004 Vijay Shankar for Bug# 3496408 Version : 115.1
289: Modified the code to consider CORRECTions of RECEIVE to round the CENVAT amount. Related Selects and Updates
290: are modified to select JAI_CMN_RG_ROUND_LINES_S.nextval, the all the required data and punch Rounding_id in JAI_CMN_RG_23AC_II_TRXS in CORRECT RG records also
291:
292: 3 21/01/2005 Sanjikum for Bug #4049363 Version 116.0 (115.2)
293: Modified the Code to consider the rounding for each tax type instead of total excise amount
294: Changed a lot of code. Can be searched with Bug#4049363
771: sh_cvd_edu_cess ,
772: ITEM_CLASS, CREATION_DATE, CREATED_BY,
773: program_application_id, program_id, program_login_id, request_id
774: )
775: VALUES ( JAI_CMN_RG_ROUND_LINES_S.nextval,
776: v_rounding_id,
777: line.shipment_line_id,
778: trx.transaction_id,
779: ln_cenvat_amount.total, --Added by Sanjikum for Bug #4049363
2488: EXCISE_EDU_CESS, CVD_EDU_CESS,
2489: sh_excise_edu_cess, sh_cvd_edu_cess, -- Date 16/04/2007 by sacsethi for Bug#5989740
2490: ITEM_CLASS, CREATION_DATE, CREATED_BY,
2491: program_application_id, program_id, program_login_id, request_id
2492: ) VALUES ( JAI_CMN_RG_ROUND_LINES_S.nextval,
2493: v_rounding_id, line.shipment_line_id, line.transaction_id,
2494: ln_cenvat_amount.total,
2495: ln_cenvat_amount.basic,
2496: ln_cenvat_amount.additional,