DBA Data[Home] [Help]

APPS.PER_JGR_BUS dependencies on FND_PROFILE

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

151: l_job_Group_id := p_job_Group_id;
152: hr_utility.set_location('job_group_id '||l_job_Group_id,1);
153: hr_utility.set_location('Entering :'||l_proc,5);
154: --
155: if fnd_profile.value('HR_CROSS_BUSINESS_GROUP') = 'N' then
156: open csr_disp_name_exists;
157: fetch csr_disp_name_exists into l_disp_name;
158: if csr_disp_name_exists%found then
159: close csr_disp_name_exists;

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

257: --and
258: --per_jgr_shd.g_old_rec.master_flag <> p_master_flag then
259: then
260: --
261: if fnd_profile.value('HR_CROSS_BUSINESS_GROUP') = 'N' then
262: open csr_master_flag_bg;
263: fetch csr_master_flag_bg into l_flag_bg;
264: if csr_master_flag_bg%found then
265: close csr_master_flag_bg;