DBA Data[Home] [Help]

APPS.OKL_PRICING_UTILS_PVT dependencies on FND_PROFILE

Line 2986: l_irr_limit := ROUND(NVL(ABS(fnd_profile.value('OKL_PRE_TAX_IRR_LIMIT')), 1000), 0)/100;

2982: RAISE OKL_API.G_EXCEPTION_ERROR;
2983: END IF;
2984: -- Setting up all for the MAIN Loop ....
2985: -- Setting the IRR limit
2986: l_irr_limit := ROUND(NVL(ABS(fnd_profile.value('OKL_PRE_TAX_IRR_LIMIT')), 1000), 0)/100;
2987: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'S',
2988: ': ' || 'IRR Limit=' || l_irr_limit );
2989: -- n_iterations represent the number of Iteration we are in ..
2990: n_iterations := 0;