Date calculation Logic
Content
IN Oracle EPM cloud, we are trying to capture grant date(date format) via data form, now from these dates, we need to obtain the Amortization start date as below logic - i.e. 1st Jan of same Grant date year for few cases and for few cases - 1st Jan of one year prior to Grant date
1) How do we calculate these in business rules?
2) and how to obtain the number of months between the amortization start dates / end dates ? (just thinking to use - "NumberPeriods"=@CalcMgrMonthsBetween("Amortization start date", "Amortization end date");
3) any good pointers for date calculations?
0