DBA Data[Home] [Help]

APPS.HR_UTIL_MISC_SS dependencies on DT_FNDATE

Line 947: dt_fndate.set_effective_date(g_eff_date);

943: --
944: g_eff_date := trunc(p_effective_date);
945: --bug 5765957 start
946: begin
947: dt_fndate.set_effective_date(g_eff_date);
948: exception
949: when DUP_VAL_ON_INDEX then
950: hr_utility.set_location('change for DUP_VAL_ON_INDEX : ' || l_proc ,999);
951: when others then