DBA Data[Home] [Help]

APPS.AME_RUL_UPD dependencies on DT_API

Line 548: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

544: hr_utility.set_location('Entering:'||l_proc, 5);
545: --
546: -- Ensure that the DateTrack update mode is valid
547: --
548: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);
549: -- set the start and end dates if not set
550: if p_rec.start_date is null then
551: p_rec.start_date := hr_api.g_date;
552: end if;