DBA Data[Home] [Help]

APPS.BEN_ELIGIBLE_PERSON_PERF_API dependencies on BEN_ELIG_SCRE_WTG_API

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

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

Line 399: ben_elig_scre_wtg_api.load_score_weight

395: --
396: if g_pepinsplip_score_tab.count > 0
397: then
398: --
399: ben_elig_scre_wtg_api.load_score_weight
400: ( p_validate => false
401: ,p_score_tab => g_pepinsplip_score_tab /* Bug 4449745 */
402: ,p_effective_date => g_pepinsplip.p_effective_date
403: ,p_per_in_ler_id => g_pepinsplip.p_per_in_ler_id