DBA Data[Home] [Help]

APPS.OKL_PRICING_UTILS_PVT dependencies on FND_PROFILE

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

3004: RAISE OKL_API.G_EXCEPTION_ERROR;
3005: END IF;
3006: -- Setting up all for the MAIN Loop ....
3007: -- Setting the IRR limit
3008: l_irr_limit := ROUND(NVL(ABS(fnd_profile.value('OKL_PRE_TAX_IRR_LIMIT')), 1000), 0)/100;
3009: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'S',
3010: ': ' || 'IRR Limit=' || l_irr_limit );
3011: -- n_iterations represent the number of Iteration we are in ..
3012: n_iterations := 0;