DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_FND_HR_ENTITY dependencies on FND_PROFILE

Line 1350: where business_group_id = fnd_profile.value('PER_BUSINESS_GROUP_ID');

1346: BEGIN
1347: hr_utility.set_location('Entering:'|| l_proc, 10);
1348:
1349: select legislation_code into l_country_selected from per_business_groups
1350: where business_group_id = fnd_profile.value('PER_BUSINESS_GROUP_ID');
1351:
1352: l_multi_tenancy := hr_multi_tenancy_pkg.is_multi_tenant_system;
1353: l_sec_group_id := fnd_global.security_group_id;
1354: if l_multi_tenancy then

Line 1559: where business_group_id = fnd_profile.value('PER_BUSINESS_GROUP_ID');

1555: BEGIN
1556: hr_utility.set_location('Entering:'|| l_proc, 10);
1557:
1558: select legislation_code into l_country_selected from per_business_groups
1559: where business_group_id = fnd_profile.value('PER_BUSINESS_GROUP_ID');
1560:
1561: l_multi_tenancy := hr_multi_tenancy_pkg.is_multi_tenant_system;
1562: l_sec_group_id := fnd_global.security_group_id;
1563: if l_multi_tenancy then

Line 1765: where business_group_id = fnd_profile.value('PER_BUSINESS_GROUP_ID');

1761: BEGIN
1762: hr_utility.set_location('Entering:'|| l_proc, 10);
1763:
1764: select legislation_code into l_country_selected from per_business_groups
1765: where business_group_id = fnd_profile.value('PER_BUSINESS_GROUP_ID');
1766:
1767: l_multi_tenancy := hr_multi_tenancy_pkg.is_multi_tenant_system;
1768: l_sec_group_id := fnd_global.security_group_id;
1769: if l_multi_tenancy then

Line 4252: if fnd_profile.save ('ENABLE_SECURITY_GROUPS'

4248: where hr_general.chk_application_id(application_id) = 'TRUE'
4249: Order by Application_short_name)
4250: loop
4251:
4252: if fnd_profile.save ('ENABLE_SECURITY_GROUPS'
4253: ,'Y'
4254: ,'APPL'
4255: ,rec.application_id ) then
4256:

Line 4459: if fnd_profile.save ('PER_BUSINESS_GROUP_ID',

4455:
4456: --
4457: -- Create PER_BUSINESS_GROUP_ID
4458: --
4459: if fnd_profile.save ('PER_BUSINESS_GROUP_ID',
4460: l_bg_id,
4461: 'RESP',
4462: l_responsibility_id,
4463: '800') then

Line 4473: if fnd_profile.save ('PER_SECURITY_PROFILE_ID',

4469:
4470: --
4471: -- Create PER_SECURITY_PROFILE_ID
4472: --
4473: if fnd_profile.save ('PER_SECURITY_PROFILE_ID',
4474: l_sg_id,
4475: 'RESP',
4476: l_responsibility_id,
4477: '800') then

Line 4505: if fnd_profile.save ('HR_USER_TYPE',

4501: end if;
4502: --
4503: -- Create HR_USER_TYPE
4504: --
4505: if fnd_profile.save ('HR_USER_TYPE',
4506: l_hr_user_type,
4507: 'RESP',
4508: l_responsibility_id,
4509: '800') then