DBA Data[Home] [Help]

APPS.IGF_AW_GEN_003 dependencies on IGF_SL_ROUNDOFF_DIGITS_PKG

Line 1855: igf_sl_roundoff_digits_pkg.gross_fees_roundoff (

1851: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_gen_003.create_auto_disb.debug','before round off call chk_dl_fed_fund_code = TRUE!ln_disb_net_amt:'||ln_disb_net_amt);
1852: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_gen_003.create_auto_disb.debug','before round off call ln_disb_gross_amt:'||ln_disb_gross_amt);
1853: END IF;
1854:
1855: igf_sl_roundoff_digits_pkg.gross_fees_roundoff (
1856: p_last_disb_num => ln_total_disbs,
1857: p_offered_amt => p_offered_amt,
1858: p_fee_perct => igf_sl_award.get_loan_fee1(l_get_fund_dtls.fed_fund_code,
1859: l_get_fund_dtls.awd_cal_type,

Line 1919: igf_sl_roundoff_digits_pkg.cl_gross_fees_roundoff ( p_last_disb_num => ln_total_disbs,

1915: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_gen_003.create_auto_disb.debug','before round off call chk_cl_fed_fund_code = TRUE!ln_disb_net_amt:'||ln_disb_net_amt);
1916: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_gen_003.create_auto_disb.debug','before round off call ln_disb_gross_amt:'||ln_disb_gross_amt);
1917: END IF;
1918:
1919: igf_sl_roundoff_digits_pkg.cl_gross_fees_roundoff ( p_last_disb_num => ln_total_disbs,
1920: p_offered_amt => p_offered_amt,
1921: p_disb_gross_amt => ln_disb_gross_amt );
1922:
1923: ln_disb_net_amt := NVL(ln_disb_gross_amt,0) - NVL(ln_fee_1,0) - NVL(ln_fee_2,0);