DBA Data[Home] [Help]

APPS.BEN_ELIGIBLE_PERSON_PERF_API dependencies on BEN_ELIG_SCRE_WTG_API

Line 390: -- In BEN_ELIG_SCRE_WTG_API.LOAD_SCORE_WEIGHT we store the P_SCORE_TAB in global table G_PEPINSPLIP

386: -- Bug 4438430
387: -- Since creation of BEN_ELIG_PER_F at PLIP level is DEFERRED until we create BEN_ELIG_PER_F
388: -- record at PLN level, creation of BEN_ELIG_SCRE_WTG_F (PLIP) was also deferred. So now we create
389: -- BEN_ELIG_SCRE_WTG_F record for ELPROs at PLIP level.
390: -- In BEN_ELIG_SCRE_WTG_API.LOAD_SCORE_WEIGHT we store the P_SCORE_TAB in global table G_PEPINSPLIP
391: --
392: if g_pepinsplip_score_tab.count > 0
393: then
394: --

Line 395: ben_elig_scre_wtg_api.load_score_weight

391: --
392: if g_pepinsplip_score_tab.count > 0
393: then
394: --
395: ben_elig_scre_wtg_api.load_score_weight
396: ( p_validate => false
397: ,p_score_tab => g_pepinsplip_score_tab /* Bug 4449745 */
398: ,p_effective_date => g_pepinsplip.p_effective_date
399: ,p_per_in_ler_id => g_pepinsplip.p_per_in_ler_id