DBA Data[Home] [Help]

APPS.BEN_PREM_PL_OIPL_MONTHLY dependencies on STANDARD

Line 353: -- there is no standard value and no profiles matched, error.

349: hr_utility.set_location ('g_no_match_cnt:'||
350: to_char(ben_evaluate_rate_profiles.g_no_match_cnt),18);
351: if p_mlt_cd = 'NSVU' then
352: if p_vrbl_rt_add_on_calc_rl is null then
353: -- there is no standard value and no profiles matched, error.
354: fnd_message.set_name('BEN', 'BEN_92290_NSVU_NO_PROFILES');
355: fnd_message.raise_error;
356: else
357: -- this rule returns an amount.

Line 765: -- there is no standard value and no profiles matched, error.

761: -- compute total premium based on number of participants or
762: -- total coverage amt of prtts.
763: if l_prems.mlt_cd = 'NSVU' then
764: if l_prems.vrbl_rt_add_on_calc_rl is null then
765: -- there is no standard value and no profiles matched, error.
766: fnd_message.set_name('BEN', 'BEN_92290_NSVU_NO_PROFILES');
767: fnd_message.raise_error;
768: else
769: -- this rule returns an amount.