DBA Data[Home] [Help]

APPS.JAI_OM_RG_PKG dependencies on JAI_CMN_RG_OTHERS_PKG

Line 761: jai_cmn_rg_others_pkg.insert_row(

757: ln_Cess_amount := ln_Cess_amount + nvl(tax_type_rec.tax_amount,0);
758:
759: Fnd_File.PUT_LINE(Fnd_File.LOG, 'before calling jai_Rg_others_pkg.insert_row');
760:
761: jai_cmn_rg_others_pkg.insert_row(
762: P_SOURCE_TYPE => p_source_type ,
763: P_SOURCE_NAME => p_source_name ,
764: P_SOURCE_ID => p_source_id ,
765: P_TAX_TYPE => tax_type_rec.tax_type ,

Line 795: jai_cmn_rg_others_pkg.insert_row(

791: ln_Cess_amount := ln_Cess_amount + nvl(tax_type_rec.tax_amount,0);
792:
793: Fnd_File.PUT_LINE(Fnd_File.LOG, 'before calling jai_Rg_others_pkg.insert_row');
794:
795: jai_cmn_rg_others_pkg.insert_row(
796: P_SOURCE_TYPE => p_source_type ,
797: P_SOURCE_NAME => p_source_name ,
798: P_SOURCE_ID => p_source_id ,
799: P_TAX_TYPE => tax_type_rec.tax_type ,

Line 892: jai_cmn_rg_others_pkg.insert_row(

888: For tax_type_rec in c_tax_type_rec
889: Loop
890:
891: ln_Cess_amount := ln_Cess_amount + nvl(tax_type_rec.tax_amount,0);
892: jai_cmn_rg_others_pkg.insert_row(
893: P_SOURCE_TYPE => p_source_type ,
894: P_SOURCE_NAME => p_source_name ,
895: P_SOURCE_ID => p_source_id ,
896: P_TAX_TYPE => tax_type_rec.tax_type ,

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

2003:
2004: 14. 16/02/2005 ssumaith - bug# 4185392 - File Version 115.4
2005:
2006: Even when cess amount is zero , still call to insert row for cess record was being done.
2007: This was not necessary , hence call to the procedure JAI_CMN_RG_OTHERS_pkg.insert_row was done only
2008: if the cess amount is a non zero value.
2009:
2010: Changes are made in the following places
2011: