DBA Data[Home] [Help]

APPS.BEN_MNG_PRMRY_CARE_PRVDR dependencies on FND_MESSAGE

Line 284: fnd_message.set_name('BEN', 'BEN_91657_PL_NOT_SAME');

280: open chk_rslt_c;
281: fetch chk_rslt_c into
282: l_pen_effective_start_date, l_pen_effective_end_date;
283: if chk_rslt_c%NOTFOUND or chk_rslt_c%NOTFOUND is null then
284: fnd_message.set_name('BEN', 'BEN_91657_PL_NOT_SAME');
285: fnd_message.raise_error;
286: end if;
287:
288: hr_utility.set_location('before old_ppr loop'||l_proc, 10);

Line 285: fnd_message.raise_error;

281: fetch chk_rslt_c into
282: l_pen_effective_start_date, l_pen_effective_end_date;
283: if chk_rslt_c%NOTFOUND or chk_rslt_c%NOTFOUND is null then
284: fnd_message.set_name('BEN', 'BEN_91657_PL_NOT_SAME');
285: fnd_message.raise_error;
286: end if;
287:
288: hr_utility.set_location('before old_ppr loop'||l_proc, 10);
289: