DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_ENGINE dependencies on IGI_IAC_REVALUATION_RATES

Line 16: l_rec igi_iac_revaluation_rates%rowtype; -- create this for quicker access via sql navigator

12: g_path VARCHAR2(100) := 'IGI.PLSQL.igiiareb.IGI_IAC_REVAL_ENGINE.';
13:
14: --===========================FND_LOG.END=======================================
15:
16: l_rec igi_iac_revaluation_rates%rowtype; -- create this for quicker access via sql navigator
17:
18: procedure do_round ( p_amount in out NOCOPY number, p_book_type_code in varchar2) is
19: l_path varchar2(150) := g_path||'do_round(p_amount,p_book_type_code)';
20: l_amount number := p_amount;