DBA Data[Home] [Help]

APPS.XTR_REPLICATE_BANK_ACCOUNTS_P dependencies on XTR_REPLICATE_BANK_BALANCES

Line 1028: XTR_REPLICATE_BANK_BALANCES.UPDATE_ROUNDING_DAYCOUNT

1024: WHERE ce_bank_account_id = l_ce_bank_account_id; -- change this
1025: -- Calling the Bank Balances API to replicate
1026: -- the interest includes and rounding in XTR_BANK_BALANCES
1027: IF(p_interest_rounding is not null and p_interest_includes is not null) THEN
1028: XTR_REPLICATE_BANK_BALANCES.UPDATE_ROUNDING_DAYCOUNT
1029: (p_ce_bank_account_id ,p_interest_rounding,p_interest_includes
1030: ,x_return_status);
1031: END IF;
1032: ELSE