DBA Data[Home] [Help]

APPS.OKL_PRICING_PVT dependencies on STANDARD

Line 1897: -- this is against the standard assumption

1893: l_prev_diff > l_diff -- Curve is still going down on incrementing the rate
1894: THEN
1895: -- Need to have the swap Logic
1896: -- In effect, if you want to take the l_diff near to zero, you have to decrease the l_iir
1897: -- this is against the standard assumption
1898: slope := -1;
1899: END IF;
1900: END IF;
1901: -- Bug 10207847: End