DBA Data[Home] [Help]

APPS.BEN_ELIG_PER_ELC_CHC_API dependencies on FND_GLOBAL

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

470: end if;
471: --
472: -- If the enrollment period spans beyond the year period, issue a message.
473: --
474: hr_utility.set_location('fnd_global.conc_request_id:'||fnd_global.conc_request_id,10);
475: if fnd_global.conc_request_id <> -1 then
476: --
477: open c_yrp;
478: fetch c_yrp into l_yr_perd_end_dt;

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

471: --
472: -- If the enrollment period spans beyond the year period, issue a message.
473: --
474: hr_utility.set_location('fnd_global.conc_request_id:'||fnd_global.conc_request_id,10);
475: if fnd_global.conc_request_id <> -1 then
476: --
477: open c_yrp;
478: fetch c_yrp into l_yr_perd_end_dt;
479: close c_yrp;