DBA Data[Home] [Help]

APPS.IGF_AW_PACKAGING dependencies on IGF_SL_ROUNDOFF_DIGITS_PKG

Line 66: || Modified igf_sl_roundoff_digits_pkg.gross_fees_roundoff , as the package dropped a parameter

62: || veramach 16-Feb-2004 bug # 3446214 - removed code from process_single_fund which uses award group.
63: || cdcruz 04-Dec-2003 FA 131 COD Updates
64: || Modified the pell wrapper used to calculate pell amount. one more return parameter added
65: || Pell Schedule Code
66: || Modified igf_sl_roundoff_digits_pkg.gross_fees_roundoff , as the package dropped a parameter
67: || Modified igf_sl_roundoff_digits_pkg.cl_gross_fees_roundoff , as the pkg dropped 2 parameters
68: || veramach 03-Dec-2003 FA 131 COD Updates
69: || Modifies the pell wrapper used to calculate pell amount. The same wrapper returns the disbursements
70: || get_disbursements uses this disbursements and not calculate disbursements

Line 67: || Modified igf_sl_roundoff_digits_pkg.cl_gross_fees_roundoff , as the pkg dropped 2 parameters

63: || cdcruz 04-Dec-2003 FA 131 COD Updates
64: || Modified the pell wrapper used to calculate pell amount. one more return parameter added
65: || Pell Schedule Code
66: || Modified igf_sl_roundoff_digits_pkg.gross_fees_roundoff , as the package dropped a parameter
67: || Modified igf_sl_roundoff_digits_pkg.cl_gross_fees_roundoff , as the pkg dropped 2 parameters
68: || veramach 03-Dec-2003 FA 131 COD Updates
69: || Modifies the pell wrapper used to calculate pell amount. The same wrapper returns the disbursements
70: || get_disbursements uses this disbursements and not calculate disbursements
71: || veramach 20-NOV-2003 Added check_plan,get_plan_desc procedures

Line 165: || igf_sl_roundoff_digits_pkg.gross_fees_roundoff. This is done

161: || Modified the chk_todo_result for FA104 - To Do Enhancements
162: ||
163: || sjadhav Bug 2411031
164: || Changed sequence of calling igf_sl_award.get_loan_amts and
165: || igf_sl_roundoff_digits_pkg.gross_fees_roundoff. This is done
166: || becuase first round off disbursement gross amount should be
167: || calculated first and then net amount / fee amount etc
168: ||
169: || CDCRUZ 12-JUN-2002 Bug ID : 2412897

Line 2850: -- Changed sequence of calling igf_sl_award.get_loan_amts and igf_sl_roundoff_digits_pkg.gross_fees_roundoff.

2846: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2847: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_packaging.post_award.debug '|| g_req_id,'igf_sl_gen.chk_dl_fed_fund_code('||l_fmast.fed_fund_code||')=TRUE');
2848: END IF;
2849: -- sjadhav Bug 2411031
2850: -- Changed sequence of calling igf_sl_award.get_loan_amts and igf_sl_roundoff_digits_pkg.gross_fees_roundoff.
2851: -- This is done becuase first round off disbursement gross amount should be calculated first and then net amount / fee amount etc
2852:
2853: -- we are passing dummys here for Net and Fee amount as they will be calculated later on
2854:

Line 2855: igf_sl_roundoff_digits_pkg.gross_fees_roundoff(p_last_disb_num => ln_total_disb_num,

2851: -- This is done becuase first round off disbursement gross amount should be calculated first and then net amount / fee amount etc
2852:
2853: -- we are passing dummys here for Net and Fee amount as they will be calculated later on
2854:
2855: igf_sl_roundoff_digits_pkg.gross_fees_roundoff(p_last_disb_num => ln_total_disb_num,
2856: p_offered_amt => l_awd_tot.offered_amt,
2857: p_fee_perct => l_fee1,
2858: p_disb_gross_amt => ln_db_act_gross_amt,
2859: p_disb_net_amt => ln_dummy_net_amt,

Line 2889: igf_sl_roundoff_digits_pkg.cl_gross_fees_roundoff(

2885: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2886: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_packaging.post_award.debug '|| g_req_id,'igf_sl_gen.chk_cl_fed_fund_code('||l_fmast.fed_fund_code||')=TRUE');
2887: END IF;
2888: -- we are passing dummys here for Net and Fee amount as they will be calculated later on
2889: igf_sl_roundoff_digits_pkg.cl_gross_fees_roundoff(
2890: p_last_disb_num => ln_total_disb_num,
2891: p_offered_amt => l_awd_tot.offered_amt,
2892: p_disb_gross_amt => ln_db_act_gross_amt );
2893:

Line 2899: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_packaging.post_award.debug '|| g_req_id,'after calling igf_sl_roundoff_digits_pkg.cl_gross_fees_roundoff,l_awd_disb.temp_num_val1:'||l_awd_disb.temp_num_val1);

2895: NVL( l_fee_amt1, 0 ) -
2896: NVL( l_fee_amt2, 0 );
2897:
2898: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2899: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_packaging.post_award.debug '|| g_req_id,'after calling igf_sl_roundoff_digits_pkg.cl_gross_fees_roundoff,l_awd_disb.temp_num_val1:'||l_awd_disb.temp_num_val1);
2900: END IF;
2901:
2902: l_rebate := NULL;
2903:

Line 3522: -- Changed sequence of calling igf_sl_award.get_loan_amts and igf_sl_roundoff_digits_pkg.gross_fees_roundoff.

3518: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
3519: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_packaging.post_award.debug '|| g_req_id,'igf_sl_gen.chk_dl_fed_fund_code('||l_fmast.fed_fund_code||')=TRUE');
3520: END IF;
3521: -- sjadhav Bug 2411031
3522: -- Changed sequence of calling igf_sl_award.get_loan_amts and igf_sl_roundoff_digits_pkg.gross_fees_roundoff.
3523: -- This is done becuase first round off disbursement gross amount should be calculated first and then net amount / fee amount etc
3524:
3525: -- we are passing dummys here for Net and Fee amount as they will be calculated later on
3526:

Line 3527: igf_sl_roundoff_digits_pkg.gross_fees_roundoff(p_last_disb_num => ln_total_disb_num,

3523: -- This is done becuase first round off disbursement gross amount should be calculated first and then net amount / fee amount etc
3524:
3525: -- we are passing dummys here for Net and Fee amount as they will be calculated later on
3526:
3527: igf_sl_roundoff_digits_pkg.gross_fees_roundoff(p_last_disb_num => ln_total_disb_num,
3528: p_offered_amt => l_awd_tot.offered_amt,
3529: p_fee_perct => l_fee1,
3530: p_disb_gross_amt => ln_db_act_gross_amt,
3531: p_disb_net_amt => ln_dummy_net_amt,

Line 3558: igf_sl_roundoff_digits_pkg.cl_gross_fees_roundoff(

3554: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
3555: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_packaging.post_award.debug '|| g_req_id,'igf_sl_gen.chk_cl_fed_fund_code('||l_fmast.fed_fund_code||')=TRUE');
3556: END IF;
3557: -- we are passing dummys here for Net and Fee amount as they will be calculated later on
3558: igf_sl_roundoff_digits_pkg.cl_gross_fees_roundoff(
3559: p_last_disb_num => ln_total_disb_num,
3560: p_offered_amt => l_awd_tot.offered_amt,
3561: p_disb_gross_amt => ln_db_act_gross_amt );
3562:

Line 3568: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_packaging.post_award.debug '|| g_req_id,'after calling igf_sl_roundoff_digits_pkg.cl_gross_fees_roundoff,l_awd_disb.temp_num_val1:'||l_awd_disb.temp_num_val1);

3564: NVL( l_fee_amt1, 0 ) -
3565: NVL( l_fee_amt2, 0 );
3566:
3567: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
3568: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_packaging.post_award.debug '|| g_req_id,'after calling igf_sl_roundoff_digits_pkg.cl_gross_fees_roundoff,l_awd_disb.temp_num_val1:'||l_awd_disb.temp_num_val1);
3569: END IF;
3570:
3571: l_rebate := NULL;
3572: