DBA Data[Home] [Help]

APPS.BEN_EVALUATE_PTNL_LF_EVT dependencies on HR_API

Line 2523: nvl(p_ntfn_dt,hr_api.g_date) <> nvl(l_ntfn_dt,hr_api.g_date) or

2519: --
2520: -- hr_utility.set_location('Step 1 ' ,190);
2521: if p_ler_id <> l_ler_id or
2522: p_lf_evt_ocrd_dt <> l_lf_evt_ocrd_dt or
2523: nvl(p_ntfn_dt,hr_api.g_date) <> nvl(l_ntfn_dt,hr_api.g_date) or
2524: nvl(p_dtctd_dt,hr_api.g_date) <> nvl(l_dtctd_dt,hr_api.g_date) or
2525: nvl(p_voidd_dt,hr_api.g_date) <> nvl(l_voidd_dt,hr_api.g_date) or
2526: p_ptnl_ler_for_per_stat_cd <> l_ptnl_ler_for_per_stat_cd then
2527: --

Line 2524: nvl(p_dtctd_dt,hr_api.g_date) <> nvl(l_dtctd_dt,hr_api.g_date) or

2520: -- hr_utility.set_location('Step 1 ' ,190);
2521: if p_ler_id <> l_ler_id or
2522: p_lf_evt_ocrd_dt <> l_lf_evt_ocrd_dt or
2523: nvl(p_ntfn_dt,hr_api.g_date) <> nvl(l_ntfn_dt,hr_api.g_date) or
2524: nvl(p_dtctd_dt,hr_api.g_date) <> nvl(l_dtctd_dt,hr_api.g_date) or
2525: nvl(p_voidd_dt,hr_api.g_date) <> nvl(l_voidd_dt,hr_api.g_date) or
2526: p_ptnl_ler_for_per_stat_cd <> l_ptnl_ler_for_per_stat_cd then
2527: --
2528: -- Sanity check, they may have updated the voidd_dt but forgot to

Line 2525: nvl(p_voidd_dt,hr_api.g_date) <> nvl(l_voidd_dt,hr_api.g_date) or

2521: if p_ler_id <> l_ler_id or
2522: p_lf_evt_ocrd_dt <> l_lf_evt_ocrd_dt or
2523: nvl(p_ntfn_dt,hr_api.g_date) <> nvl(l_ntfn_dt,hr_api.g_date) or
2524: nvl(p_dtctd_dt,hr_api.g_date) <> nvl(l_dtctd_dt,hr_api.g_date) or
2525: nvl(p_voidd_dt,hr_api.g_date) <> nvl(l_voidd_dt,hr_api.g_date) or
2526: p_ptnl_ler_for_per_stat_cd <> l_ptnl_ler_for_per_stat_cd then
2527: --
2528: -- Sanity check, they may have updated the voidd_dt but forgot to
2529: -- set the ptnl_ler_for_per_stat_cd so we set it for them