DBA Data[Home] [Help]

APPS.BEN_EVALUATE_PTNL_LF_EVT dependencies on HR_API

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

2412: --
2413: -- hr_utility.set_location('Step 1 ' ,190);
2414: if p_ler_id <> l_ler_id or
2415: p_lf_evt_ocrd_dt <> l_lf_evt_ocrd_dt or
2416: nvl(p_ntfn_dt,hr_api.g_date) <> nvl(l_ntfn_dt,hr_api.g_date) or
2417: nvl(p_dtctd_dt,hr_api.g_date) <> nvl(l_dtctd_dt,hr_api.g_date) or
2418: nvl(p_voidd_dt,hr_api.g_date) <> nvl(l_voidd_dt,hr_api.g_date) or
2419: p_ptnl_ler_for_per_stat_cd <> l_ptnl_ler_for_per_stat_cd then
2420: --

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

2413: -- hr_utility.set_location('Step 1 ' ,190);
2414: if p_ler_id <> l_ler_id or
2415: p_lf_evt_ocrd_dt <> l_lf_evt_ocrd_dt or
2416: nvl(p_ntfn_dt,hr_api.g_date) <> nvl(l_ntfn_dt,hr_api.g_date) or
2417: nvl(p_dtctd_dt,hr_api.g_date) <> nvl(l_dtctd_dt,hr_api.g_date) or
2418: nvl(p_voidd_dt,hr_api.g_date) <> nvl(l_voidd_dt,hr_api.g_date) or
2419: p_ptnl_ler_for_per_stat_cd <> l_ptnl_ler_for_per_stat_cd then
2420: --
2421: -- Sanity check, they may have updated the voidd_dt but forgot to

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

2414: if p_ler_id <> l_ler_id or
2415: p_lf_evt_ocrd_dt <> l_lf_evt_ocrd_dt or
2416: nvl(p_ntfn_dt,hr_api.g_date) <> nvl(l_ntfn_dt,hr_api.g_date) or
2417: nvl(p_dtctd_dt,hr_api.g_date) <> nvl(l_dtctd_dt,hr_api.g_date) or
2418: nvl(p_voidd_dt,hr_api.g_date) <> nvl(l_voidd_dt,hr_api.g_date) or
2419: p_ptnl_ler_for_per_stat_cd <> l_ptnl_ler_for_per_stat_cd then
2420: --
2421: -- Sanity check, they may have updated the voidd_dt but forgot to
2422: -- set the ptnl_ler_for_per_stat_cd so we set it for them