DBA Data[Home] [Help]

APPS.BEN_ELIG_PER_ELC_CHC_API dependencies on FND_GLOBAL

Line 479: hr_utility.set_location('fnd_global.conc_request_id:'||fnd_global.conc_request_id,10);

475: end if;
476: --
477: -- If the enrollment period spans beyond the year period, issue a message.
478: --
479: hr_utility.set_location('fnd_global.conc_request_id:'||fnd_global.conc_request_id,10);
480: if fnd_global.conc_request_id <> -1 then
481: --
482: open c_yrp;
483: fetch c_yrp into l_yr_perd_end_dt;

Line 480: if fnd_global.conc_request_id <> -1 then

476: --
477: -- If the enrollment period spans beyond the year period, issue a message.
478: --
479: hr_utility.set_location('fnd_global.conc_request_id:'||fnd_global.conc_request_id,10);
480: if fnd_global.conc_request_id <> -1 then
481: --
482: open c_yrp;
483: fetch c_yrp into l_yr_perd_end_dt;
484: close c_yrp;