DBA Data[Home] [Help]

APPS.XTR_REVAL_PROCESS_P dependencies on XTR_BANK_BALANCES_V

Line 4352: from XTR_BANK_BALANCES_V

4348: elsif rec.deal_type = 'CA' then
4349: -- CA's FV is for reference only. We don't take it to calculate G/L.
4350: select STATEMENT_BALANCE
4351: into init_fv
4352: from XTR_BANK_BALANCES_V
4353: where company_code = rec.company_code
4354: and account_number = rec.account_no
4355: and BALANCE_DATE <= rec.revldate;
4356: end if;