DBA Data[Home] [Help]

APPS.PER_ROL_BUS dependencies on FND_PROFILE

Line 381: if fnd_profile.value('HR_CROSS_BUSINESS_GROUP') = 'N' then

377: begin
378: --
379: hr_utility.set_location('Entering: '||l_proc,5);
380: --
381: if fnd_profile.value('HR_CROSS_BUSINESS_GROUP') = 'N' then
382: open csr_bg;
383: fetch csr_bg into l_person_bgid, l_jgr_bgid;
384: if l_jgr_bgid <> l_person_bgid then
385: hr_utility.set_message(800,'PER_52678_INV_BG');