DBA Data[Home] [Help]

APPS.BEN_DET_IMPUTED_INCOME dependencies on FND_GLOBAL

Line 434: if fnd_global.conc_request_id in ( 0,-1) then

430: hr_utility.set_location('post tax : '||l_post_tax_amount || ' found ' || l_post_tax_err_found , 10);
431:
432: if l_post_tax_err_found = 'Y' then
433:
434: if fnd_global.conc_request_id in ( 0,-1) then
435: -- Issue a warning to the user. These will display on the enrt forms.
436: ben_warnings.load_warning
437: (p_application_short_name => 'BEN',
438: p_message_name => 'BEN_93397_SUBJ_IMPTD_INCOM_FLG',

Line 864: hr_utility.set_location('Conc Req Id '||fnd_global.conc_request_id , 1399);

860: hr_utility.set_location('Effective Date '||p_effective_date , 1399);
861: hr_utility.set_location('p_enrt_mthd_cd ' ||p_enrt_mthd_cd , 1399 ) ;
862:
863: hr_utility.set_location('Befor plan_id'||to_char(l_elctbl_chc_rec.pl_id) , 1399);
864: hr_utility.set_location('Conc Req Id '||fnd_global.conc_request_id , 1399);
865: hr_utility.set_location('lf date'|| l_pil_rec.lf_evt_ocrd_dt,1399);
866: hr_utility.set_location('p_enrt_mthd_cd '||p_enrt_mthd_cd , 1399 );
867: -- Bug 1561138 When automatic enrollment is run for an imputted income
868: -- plan take the effective date as the minimum of

Line 875: AND fnd_global.conc_request_id <> -1

871: -- concurrent request sumbission.
872: l_effective_date := p_effective_date ;
873:
874: if p_enrt_mthd_cd = 'A'
875: AND fnd_global.conc_request_id <> -1
876: then
877: --
878: hr_utility.set_location('Automatic enrollmant case' , 1399);
879: if p_effective_date > l_pil_rec.lf_evt_ocrd_dt