DBA Data[Home] [Help]

APPS.HR_COMPETENCES_API dependencies on FND_PROFILE

Line 243: if fnd_profile.value('HR_CROSS_BUSINESS_GROUP') <> 'Y'

239:
240: hr_utility.set_location(l_proc, 6);
241: -- ngundura global competence allowed only if cross business group
242: -- profile is set
243: if fnd_profile.value('HR_CROSS_BUSINESS_GROUP') <> 'Y'
244: and p_business_group_id is null
245: then
246: fnd_message.set_name('PER','HR_52691_NO_GLOB_COMP');
247: fnd_message.raise_error;

Line 257: l_flex_num := fnd_profile.value('HR_GLOBAL_COMPETENCE');

253: fetch csr_comp_struct into l_flex_num;
254: close csr_comp_struct;
255: hr_utility.set_location(l_proc, 7);
256: else
257: l_flex_num := fnd_profile.value('HR_GLOBAL_COMPETENCE');
258: end if;
259: --
260: if nvl(l_flex_num,hr_api.g_number) = hr_api.g_number
261: then