DBA Data[Home] [Help]

APPS.OKL_INTEREST_CALC_PVT dependencies on FND_DATE

Line 927: l_int_calc_upto := FND_DATE.CANONICAL_TO_DATE(p_calc_upto);

923:
924: -- kmotepal bug # 4035770 User entered Interest Calculation Upto date will be taken as end date
925: -- and will be used for further calculations
926:
927: l_int_calc_upto := FND_DATE.CANONICAL_TO_DATE(p_calc_upto);
928:
929: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Given Interest Calculation Upto Date : ' || l_int_calc_upto);
930: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Starting the Interest Calculation Process');
931: