DBA Data[Home] [Help]

APPS.PER_PEOPLE3_PKG dependencies on HR_GENERAL

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

464: --
465: close pps;
466: --
467: -- # 1573563
468: if nvl(p_adjusted_svc_date,hr_general.end_of_time) <> hr_api.g_date then
469: l_adjusted_svc_date := p_adjusted_svc_date;
470: else
471: l_adjusted_svc_date := pps_rec.adjusted_svc_date;
472: end if;