DBA Data[Home] [Help]

APPS.PER_PEOPLE3_PKG dependencies on HR_GENERAL

Line 364: if nvl(p_adjusted_svc_date,hr_general.end_of_time) <> hr_api.g_date then

360: --
361: close pps;
362: --
363: -- # 1573563
364: if nvl(p_adjusted_svc_date,hr_general.end_of_time) <> hr_api.g_date then
365: l_adjusted_svc_date := p_adjusted_svc_date;
366: else
367: l_adjusted_svc_date := pps_rec.adjusted_svc_date;
368: end if;