DBA Data[Home] [Help]

APPS.JAI_OM_RG_PKG dependencies on JAI_CMN_RG_OTHERS_PKG

Line 721: jai_cmn_rg_others_pkg.insert_row(

717: ln_Cess_amount := ln_Cess_amount + nvl(tax_type_rec.tax_amount,0);
718:
719: Fnd_File.PUT_LINE(Fnd_File.LOG, 'before calling jai_Rg_others_pkg.insert_row');
720:
721: jai_cmn_rg_others_pkg.insert_row(
722: P_SOURCE_TYPE => p_source_type ,
723: P_SOURCE_NAME => p_source_name ,
724: P_SOURCE_ID => p_source_id ,
725: P_TAX_TYPE => tax_type_rec.tax_type ,

Line 755: jai_cmn_rg_others_pkg.insert_row(

751: ln_Cess_amount := ln_Cess_amount + nvl(tax_type_rec.tax_amount,0);
752:
753: Fnd_File.PUT_LINE(Fnd_File.LOG, 'before calling jai_Rg_others_pkg.insert_row');
754:
755: jai_cmn_rg_others_pkg.insert_row(
756: P_SOURCE_TYPE => p_source_type ,
757: P_SOURCE_NAME => p_source_name ,
758: P_SOURCE_ID => p_source_id ,
759: P_TAX_TYPE => tax_type_rec.tax_type ,

Line 846: jai_cmn_rg_others_pkg.insert_row(

842: For tax_type_rec in c_tax_type_rec
843: Loop
844:
845: ln_Cess_amount := ln_Cess_amount + nvl(tax_type_rec.tax_amount,0);
846: jai_cmn_rg_others_pkg.insert_row(
847: P_SOURCE_TYPE => p_source_type ,
848: P_SOURCE_NAME => p_source_name ,
849: P_SOURCE_ID => p_source_id ,
850: P_TAX_TYPE => tax_type_rec.tax_type ,

Line 1914: This was not necessary , hence call to the procedure JAI_CMN_RG_OTHERS_pkg.insert_row was done only

1910:
1911: 14. 16/02/2005 ssumaith - bug# 4185392 - File Version 115.4
1912:
1913: Even when cess amount is zero , still call to insert row for cess record was being done.
1914: This was not necessary , hence call to the procedure JAI_CMN_RG_OTHERS_pkg.insert_row was done only
1915: if the cess amount is a non zero value.
1916:
1917: Changes are made in the following places
1918: