DBA Data[Home] [Help]

APPS.XTR_REVAL_PROCESS_P dependencies on XTR_BANK_BALANCES_V

Line 4335: from XTR_BANK_BALANCES_V

4331: elsif rec.deal_type = 'CA' then
4332: -- CA's FV is for reference only. We don't take it to calculate G/L.
4333: select STATEMENT_BALANCE
4334: into init_fv
4335: from XTR_BANK_BALANCES_V
4336: where company_code = rec.company_code
4337: and account_number = rec.account_no
4338: and BALANCE_DATE <= rec.revldate;
4339: end if;