[Home] [Help]
The following lines contain the word 'select', 'insert', 'update' or 'delete':
Procedure update_finance_lines (p_rec in ota_tfh_api_shd.g_rec_type) is
--
l_proc varchar2(72) := g_package||'update_finance_lines';
end update_finance_lines;
select nvl(sum(tfl.money_amount),0)
from ota_finance_lines tfl
where finance_header_id = p_finance_header_id
and cancelled_flag = 'N';