DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_ENGINE dependencies on IGI_IAC_COMMON_UTILS

Line 23: IF IGI_IAC_COMMON_UTILS.Iac_Round(X_Amount => l_amount, X_Book => p_book_type_code)

19: l_amount number := p_amount;
20: l_amount_old number := p_amount;
21: l_path varchar2(150) := g_path||'do_round';
22: begin
23: IF IGI_IAC_COMMON_UTILS.Iac_Round(X_Amount => l_amount, X_Book => p_book_type_code)
24: THEN
25: p_amount := l_amount;
26: ELSE
27: p_amount := round( l_amount, 2);