[Home] [Help]
1030: WHERE ce_bank_account_id = l_ce_bank_account_id; -- change this
1031: -- Calling the Bank Balances API to replicate
1032: -- the interest includes and rounding in XTR_BANK_BALANCES
1033: IF(p_interest_rounding is not null and p_interest_includes is not null) THEN
1034: XTR_REPLICATE_BANK_BALANCES.UPDATE_ROUNDING_DAYCOUNT
1035: (p_ce_bank_account_id ,p_interest_rounding,p_interest_includes
1036: ,x_return_status);
1037: END IF;
1038: ELSE