DBA Data[Home] [Help]

APPS.BEN_DET_IMPUTED_INCOME dependencies on FND_GLOBAL

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

1044: hr_utility.set_location('post tax : '||l_post_tax_amount || ' found ' || l_post_tax_err_found , 10);
1045:
1046: if l_post_tax_err_found = 'Y' then
1047:
1048: if fnd_global.conc_request_id in ( 0,-1) then
1049: -- Issue a warning to the user. These will display on the enrt forms.
1050: ben_warnings.load_warning
1051: (p_application_short_name => 'BEN',
1052: p_message_name => 'BEN_93397_SUBJ_IMPTD_INCOM_FLG',

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

1492: hr_utility.set_location('Effective Date '||p_effective_date , 1399);
1493: hr_utility.set_location('p_enrt_mthd_cd ' ||p_enrt_mthd_cd , 1399 ) ;
1494:
1495: hr_utility.set_location('Befor plan_id'||to_char(l_elctbl_chc_rec.pl_id) , 1399);
1496: hr_utility.set_location('Conc Req Id '||fnd_global.conc_request_id , 1399);
1497: hr_utility.set_location('lf date'|| l_pil_rec.lf_evt_ocrd_dt,1399);
1498: hr_utility.set_location('p_enrt_mthd_cd '||p_enrt_mthd_cd , 1399 );
1499: -- Bug 1561138 When automatic enrollment is run for an imputted income
1500: -- plan take the effective date as the minimum of

Line 1507: AND fnd_global.conc_request_id <> -1

1503: -- concurrent request sumbission.
1504: l_effective_date := p_effective_date ;
1505:
1506: if p_enrt_mthd_cd = 'A'
1507: AND fnd_global.conc_request_id <> -1
1508: then
1509: --
1510: hr_utility.set_location('Automatic enrollmant case' , 1399);
1511: if p_effective_date > l_pil_rec.lf_evt_ocrd_dt