DBA Data[Home] [Help]

APPS.XTR_WRAPPER_API_P dependencies on CE_INTEREST_CALC

Line 738: CE_INTEREST_CALC.int_cal_xtr( trunc(l_prv_date),

734: / yr_basis,roundfac,l_prv_rounding_type);
735: */
736: -- bug 5192026
737:
738: CE_INTEREST_CALC.int_cal_xtr( trunc(l_prv_date),
739: trunc(new_date),
740: p_ce_bank_account_id,
741: l_prv_rate,
742: 'TREASURY',

Line 758: CE_INTEREST_CALC.GET_INTEREST_RATE(p_ce_bank_account_id,new_date

754: new_company,l_bank_code,l_ccy,new_date,l_new_rate);
755: */
756: -- bug 5192026
757: l_new_rate :=
758: CE_INTEREST_CALC.GET_INTEREST_RATE(p_ce_bank_account_id,new_date
759: , new_bal_ledger,l_new_rate);
760:
761:
762: