DBA Data[Home] [Help]

APPS.JAI_RCV_RND_PKG dependencies on JAI_CMN_RG_ROUND_LINES_S

Line 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

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

Line 776: VALUES ( JAI_CMN_RG_ROUND_LINES_S.nextval,

772: sh_cvd_edu_cess ,
773: ITEM_CLASS, CREATION_DATE, CREATED_BY,
774: program_application_id, program_id, program_login_id, request_id
775: )
776: VALUES ( JAI_CMN_RG_ROUND_LINES_S.nextval,
777: v_rounding_id,
778: line.shipment_line_id,
779: trx.transaction_id,
780: ln_cenvat_amount.total, --Added by Sanjikum for Bug #4049363

Line 2495: ) VALUES ( JAI_CMN_RG_ROUND_LINES_S.nextval,

2491: EXCISE_EDU_CESS, CVD_EDU_CESS,
2492: sh_excise_edu_cess, sh_cvd_edu_cess, -- Date 16/04/2007 by sacsethi for Bug#5989740
2493: ITEM_CLASS, CREATION_DATE, CREATED_BY,
2494: program_application_id, program_id, program_login_id, request_id
2495: ) VALUES ( JAI_CMN_RG_ROUND_LINES_S.nextval,
2496: v_rounding_id, line.shipment_line_id, line.transaction_id,
2497: ln_cenvat_amount.total,
2498: ln_cenvat_amount.basic,
2499: ln_cenvat_amount.additional,