DBA Data[Home] [Help]

APPS.XTR_WRAPPER_API_P dependencies on CE_INTEREST_CALC

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

535: / yr_basis,roundfac,l_prv_rounding_type);
536: */
537: -- bug 5192026
538:
539: CE_INTEREST_CALC.int_cal_xtr( trunc(l_prv_date),
540: trunc(new_date),
541: p_ce_bank_account_id,
542: l_prv_rate,
543: 'TREASURY',

Line 559: CE_INTEREST_CALC.GET_INTEREST_RATE(p_ce_bank_account_id,new_date

555: new_company,l_bank_code,l_ccy,new_date,l_new_rate);
556: */
557: -- bug 5192026
558: l_new_rate :=
559: CE_INTEREST_CALC.GET_INTEREST_RATE(p_ce_bank_account_id,new_date
560: , new_bal_ledger,l_new_rate);
561:
562:
563: