DBA Data[Home] [Help]

APPS.FF_FGL_DEL dependencies on DT_API

Line 419: dt_api.validate_dt_del_mode(p_datetrack_mode => p_datetrack_mode);

415: hr_utility.set_location('Entering:'||l_proc, 5);
416: --
417: -- Ensure that the DateTrack delete mode is valid
418: --
419: dt_api.validate_dt_del_mode(p_datetrack_mode => p_datetrack_mode);
420:
421: -- added to check that Only PURGE option is selected. If other Options
422: -- like DELETE, FUTURE_CHANGE, DELETE_NEXT_CHANGE the raise error
423: -- saying invalid datetrack option.