DBA Data[Home] [Help]

APPS.BEN_PREM_PRTT_MONTHLY dependencies on FND_MESSAGE

Line 261: fnd_message.set_name('BEN', 'BEN_92247_INVALID_SGMT_NUM');

257: -- cost allocation. if not, use all the values from actl-prem.
258: l_cnt := 1;
259: for l_cbs in csr_cbs loop
260: if l_cbs.sgmt_num > 30 or l_cbs.sgmt_num < 1 or l_cbs.sgmt_num is null then
261: fnd_message.set_name('BEN', 'BEN_92247_INVALID_SGMT_NUM');
262: fnd_message.raise_error;
263: end if;
264: for crt in l_cnt..30 loop
265: if l_cbs.sgmt_num = crt then

Line 262: fnd_message.raise_error;

258: l_cnt := 1;
259: for l_cbs in csr_cbs loop
260: if l_cbs.sgmt_num > 30 or l_cbs.sgmt_num < 1 or l_cbs.sgmt_num is null then
261: fnd_message.set_name('BEN', 'BEN_92247_INVALID_SGMT_NUM');
262: fnd_message.raise_error;
263: end if;
264: for crt in l_cnt..30 loop
265: if l_cbs.sgmt_num = crt then
266: if l_cbs.sgmt_cstg_mthd_cd = 'UOFA' then

Line 358: fnd_message.raise_error;

354: when others then
355: l_error_text := sqlerrm;
356: hr_utility.set_location ('Fail in '||l_package,999);
357: hr_utility.set_location('Error:'||l_error_text,999);
358: fnd_message.raise_error;
359: end determine_costing;
360:
361: -- ----------------------------------------------------------------------------
362: -- |------------------------< premium_warning >----------------------------|

Line 573: fnd_message.raise_error;

569: when others then
570: l_error_text := sqlerrm;
571: hr_utility.set_location ('Fail in '||l_package,999);
572: hr_utility.set_location('Error:'||l_error_text,999);
573: fnd_message.raise_error;
574: end compute_partial_mo;
575: -- ----------------------------------------------------------------------------
576: -- |------------------------------< compute_prem >----------------------------|
577: -- ----------------------------------------------------------------------------

Line 959: fnd_message.raise_error;

955: when others then
956: l_error_text := sqlerrm;
957: hr_utility.set_location ('Fail in '||l_package,999);
958: hr_utility.set_location('Error:'||l_error_text,999);
959: fnd_message.raise_error;
960: end compute_prem;
961: -- ----------------------------------------------------------------------------
962: -- |------------------------------< main >------------------------------------|
963: -- ----------------------------------------------------------------------------