DBA Data[Home] [Help]

APPS.HR_SESSION_UTILITIES dependencies on DT_FNDATE

Line 70: dt_fndate.set_effective_date(trunc(p_effective_date));

66: hr_utility.set_location('Entering : ' || l_proc, 5);
67: END IF;
68:
69: --
70: dt_fndate.set_effective_date(trunc(p_effective_date));
71: --
72:
73: IF g_debug THEN
74: hr_utility.set_location('Leaving : ' || l_proc, 10);

Line 113: dt_fndate.set_effective_date(l_date);

109:
110: --
111: l_date := trunc(SYSDATE);
112: --
113: dt_fndate.set_effective_date(l_date);
114: --
115:
116: IF g_debug THEN
117: hr_utility.set_location('Leaving : ' || l_proc, 10);