DBA Data[Home] [Help]

APPS.BEN_PREM_PRTT_MONTHLY dependencies on FND_MESSAGE

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

251: -- cost allocation. if not, use all the values from actl-prem.
252: l_cnt := 1;
253: for l_cbs in csr_cbs loop
254: if l_cbs.sgmt_num > 30 or l_cbs.sgmt_num < 1 or l_cbs.sgmt_num is null then
255: fnd_message.set_name('BEN', 'BEN_92247_INVALID_SGMT_NUM');
256: fnd_message.raise_error;
257: end if;
258: for crt in l_cnt..30 loop
259: if l_cbs.sgmt_num = crt then

Line 256: fnd_message.raise_error;

252: l_cnt := 1;
253: for l_cbs in csr_cbs loop
254: if l_cbs.sgmt_num > 30 or l_cbs.sgmt_num < 1 or l_cbs.sgmt_num is null then
255: fnd_message.set_name('BEN', 'BEN_92247_INVALID_SGMT_NUM');
256: fnd_message.raise_error;
257: end if;
258: for crt in l_cnt..30 loop
259: if l_cbs.sgmt_num = crt then
260: if l_cbs.sgmt_cstg_mthd_cd = 'UOFA' then

Line 352: fnd_message.raise_error;

348: when others then
349: l_error_text := sqlerrm;
350: hr_utility.set_location ('Fail in '||l_package,999);
351: hr_utility.set_location('Error:'||l_error_text,999);
352: fnd_message.raise_error;
353: end determine_costing;
354:
355: -- ----------------------------------------------------------------------------
356: -- |------------------------< premium_warning >----------------------------|

Line 567: fnd_message.raise_error;

563: when others then
564: l_error_text := sqlerrm;
565: hr_utility.set_location ('Fail in '||l_package,999);
566: hr_utility.set_location('Error:'||l_error_text,999);
567: fnd_message.raise_error;
568: end compute_partial_mo;
569: -- ----------------------------------------------------------------------------
570: -- |------------------------------< compute_prem >----------------------------|
571: -- ----------------------------------------------------------------------------

Line 953: fnd_message.raise_error;

949: when others then
950: l_error_text := sqlerrm;
951: hr_utility.set_location ('Fail in '||l_package,999);
952: hr_utility.set_location('Error:'||l_error_text,999);
953: fnd_message.raise_error;
954: end compute_prem;
955: -- ----------------------------------------------------------------------------
956: -- |------------------------------< main >------------------------------------|
957: -- ----------------------------------------------------------------------------