DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_FND_HR_ENTITY dependencies on FND_PROFILE

Line 4192: if fnd_profile.save ('ENABLE_SECURITY_GROUPS'

4188: where hr_general.chk_application_id(application_id) = 'TRUE'
4189: Order by Application_short_name)
4190: loop
4191:
4192: if fnd_profile.save ('ENABLE_SECURITY_GROUPS'
4193: ,'Y'
4194: ,'APPL'
4195: ,rec.application_id ) then
4196:

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

4395:
4396: --
4397: -- Create PER_BUSINESS_GROUP_ID
4398: --
4399: if fnd_profile.save ('PER_BUSINESS_GROUP_ID',
4400: l_bg_id,
4401: 'RESP',
4402: l_responsibility_id,
4403: '800') then

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

4409:
4410: --
4411: -- Create PER_SECURITY_PROFILE_ID
4412: --
4413: if fnd_profile.save ('PER_SECURITY_PROFILE_ID',
4414: l_sg_id,
4415: 'RESP',
4416: l_responsibility_id,
4417: '800') then

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

4441: end if;
4442: --
4443: -- Create HR_USER_TYPE
4444: --
4445: if fnd_profile.save ('HR_USER_TYPE',
4446: l_hr_user_type,
4447: 'RESP',
4448: l_responsibility_id,
4449: '800') then