DBA Data[Home] [Help]

APPS.BEN_CWB_PL_DSGN_PKG dependencies on FND_DATE

Line 201: l_date := fnd_date.canonical_to_date(l_year||'/'||p_month||'/'||p_day);

197: else
198: l_year := l_end_yy;
199: end if;
200:
201: l_date := fnd_date.canonical_to_date(l_year||'/'||p_month||'/'||p_day);
202: --
203: if g_debug then
204: hr_utility.set_location(' Leaving:'|| l_proc, 88);
205: end if;