DBA Data[Home] [Help]

APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT dependencies on FND_PROFILE

Line 7276: fnd_profile.get ('OKL_SMALL_BALANCE_TOLERANCE', l_tolerance_amt);

7272: ELSE
7273: -- can try closing balances
7274:
7275: --get the tolerance limit from profile
7276: fnd_profile.get ('OKL_SMALL_BALANCE_TOLERANCE', l_tolerance_amt);
7277:
7278: -- if no tolerance amt then assume tolerance amt = 0 ,
7279: -- raise warning msg and proceed
7280: -- RMUNJULU 07-APR-03 2883292 Changed IF to check for NULL instead of -1