Hello all,
I want to return a date which is n days after input date. It should not include any holidays and weekends.
e.g. If input date is 15 aug and n days = 15, then result date should be 8 sep.
[Considering 15 aug and 29 aug are holidays].
My oracle version is 11g.
Thanks in advance.