DBA Data[Home] [Help]

APPS.FA_FIN_ADD_PKG dependencies on APP_EXCEPTION

Line 29: app_exception.raise_exception;

25:
26: if (get_dwaf%notfound) then
27: close get_dwaf;
28: fnd_message.set_name('OFA', 'FA_FE_CALC_DEPRN_DATE');
29: app_exception.raise_exception;
30: end if;
31:
32: close get_dwaf;
33: