DBA Data[Home] [Help]

APPS.HR_UTIL_MISC_SS dependencies on DT_FNDATE

Line 1151: dt_fndate.set_effective_date(g_eff_date);

1147: --
1148: g_eff_date := trunc(p_effective_date);
1149: --bug 5765957 start
1150: begin
1151: dt_fndate.set_effective_date(g_eff_date);
1152: exception
1153: when DUP_VAL_ON_INDEX then
1154: hr_utility.set_location('change for DUP_VAL_ON_INDEX : ' || l_proc ,999);
1155: when others then