DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_TAX_DIST_PKG dependencies on JAI_CMN_RG_OTHERS_PKG

Line 3184: jai_cmn_rg_others_pkg.insert_row( p_source_type => ln_source_type ,

3180: IF nvl(p_credit_amt,0) <> 0 OR
3181: nvl(p_debit_amt,0) <> 0
3182: THEN
3183:
3184: jai_cmn_rg_others_pkg.insert_row( p_source_type => ln_source_type ,
3185: p_source_name => lv_source_register ,
3186: p_source_id => ln_register_id ,
3187: p_tax_type => 'EXCISE_EDUCATION_CESS' ,
3188: debit_amt => p_debit_amt ,

Line 3205: jai_cmn_rg_others_pkg.insert_row( p_source_type => ln_source_type ,

3201: IF nvl(p_sh_cess_debit_amt,0) <> 0 OR
3202: nvl(p_sh_cess_credit_amt,0) <> 0
3203: THEN
3204:
3205: jai_cmn_rg_others_pkg.insert_row( p_source_type => ln_source_type ,
3206: p_source_name => lv_source_register ,
3207: p_source_id => ln_register_id ,
3208: p_tax_type => 'EXCISE_SH_EDU_CESS' ,
3209: debit_amt => p_sh_cess_debit_amt ,