DBA Data[Home] [Help]

APPS.OKL_INTEREST_CALC_PVT dependencies on FND_DATE

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

774:
775: -- kmotepal bug # 4035770 User entered Interest Calculation Upto date will be taken as end date
776: -- and will be used for further calculations
777:
778: l_int_calc_upto := FND_DATE.CANONICAL_TO_DATE(p_calc_upto);
779:
780: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Given Interest Calculation Upto Date : ' || l_int_calc_upto);
781: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Starting the Interest Calculation Process');
782: