DBA Data[Home] [Help]

APPS.HR_UTIL_MISC_WEB dependencies on DT_FNDATE

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

921: l_proc := g_package || 'insert_session_row';
922: hr_utility.set_location('Entering : ' || l_proc, 5);
923: end if; */
924: --
925: dt_fndate.set_effective_date(trunc(p_effective_date));
926: --
927: /* if g_debug then
928: hr_utility.set_location('Leaving : ' || l_proc, 10);
929: end if; */

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

974: --l_proc := g_package || 'insert_session_row';
975: hr_utility.set_location('Entering : ' || l_proc, 5);
976: end if;
977: --
978: dt_fndate.set_effective_date(trunc(p_effective_date));
979: --
980: commit;
981:
982: -- The following select query is to retreive the session_id just created.