DBA Data[Home] [Help]

APPS.HR_SIGNON dependencies on FND_PROFILE

Line 159: TO_NUMBER(fnd_profile.value('HR_DM_BG_LOCKOUT'));

155: -- Get the value for the data migratior business group lockout
156: -- profile
157: --
158: l_bg_lockout :=
159: TO_NUMBER(fnd_profile.value('HR_DM_BG_LOCKOUT'));
160: hr_utility.set_location('l_bg_lockout: '||l_bg_lockout,20);
161: -- fnd_log.string(1,'HR','l_bg_lockout: '||l_bg_lockout);
162: --
163: -- If the profile has been set (ie. a migration is in progress)

Line 183: fnd_profile.put

179: --
180: -- Set the BG/SP profiles to null to ensure that no
181: -- business group specific data can be entered by the user
182: --
183: fnd_profile.put
184: (name => 'PER_SECURITY_PROFILE_ID'
185: ,val => NULL
186: );
187: fnd_profile.put

Line 187: fnd_profile.put

183: fnd_profile.put
184: (name => 'PER_SECURITY_PROFILE_ID'
185: ,val => NULL
186: );
187: fnd_profile.put
188: (name => 'PER_BUSINESS_GROUP_ID'
189: ,val => NULL
190: );
191: hr_utility.set_location('BG locked: ',30);

Line 206: fnd_profile.put

202: --
203: -- Set the BG/SP profiles to null to ensure that no
204: -- business group specific data can be entered by the user
205: --
206: fnd_profile.put
207: (name => 'PER_SECURITY_PROFILE_ID'
208: ,val => NULL
209: );
210: fnd_profile.put

Line 210: fnd_profile.put

206: fnd_profile.put
207: (name => 'PER_SECURITY_PROFILE_ID'
208: ,val => NULL
209: );
210: fnd_profile.put
211: (name => 'PER_BUSINESS_GROUP_ID'
212: ,val => NULL
213: );
214: hr_utility.set_location('BG Unlocked: ',40);

Line 358: fnd_profile.put(name => 'PER_SECURITY_PROFILE_ID'

354: BEGIN
355: hr_utility.set_location('Entering Set_Profile_Values:',10);
356: -- fnd_log.string(1,'HR','Entering Set_Profile_Values:'||' 10');
357: --
358: fnd_profile.put(name => 'PER_SECURITY_PROFILE_ID'
359: ,val => p_security_profile_id
360: );
361: fnd_profile.put(name => 'PER_BUSINESS_GROUP_ID'
362: ,val => p_business_group_id

Line 361: fnd_profile.put(name => 'PER_BUSINESS_GROUP_ID'

357: --
358: fnd_profile.put(name => 'PER_SECURITY_PROFILE_ID'
359: ,val => p_security_profile_id
360: );
361: fnd_profile.put(name => 'PER_BUSINESS_GROUP_ID'
362: ,val => p_business_group_id
363: );
364: --
365: hr_utility.set_location('Leaving Set_Profile_Values:',100);

Line 402: IF fnd_profile.value('ENABLE_SECURITY_GROUPS') = 'Y' THEN

398: --
399: hr_utility.set_location('Entering Security_Groups_Enabled:',10);
400: -- fnd_log.string(1,'HR','Entering Security_Groups_Enabled:'||'10');
401: -- check if the enable_security_groups profile is set to 'Y'
402: IF fnd_profile.value('ENABLE_SECURITY_GROUPS') = 'Y' THEN
403: -- profile is enabled... make sure that the enable security groups
404: -- concurrent process has been run... otherwise return false else
405: -- the HR security initialization code will fail
406: --

Line 569: hr_utility.set_location('security_profile_id: '|| fnd_profile.value('PER_SECURITY_PROFILE_ID'),50);

565: Set_Profile_Values
566: (p_business_group_id => l_business_group_id
567: ,p_security_profile_id => l_security_profile_id
568: );
569: hr_utility.set_location('security_profile_id: '|| fnd_profile.value('PER_SECURITY_PROFILE_ID'),50);
570: hr_utility.set_location('business_group_id: '||fnd_profile.value('PER_BUSINESS_GROUP_ID'),50);
571: /*fnd_log.string(1,'HR','security_profile_id: '|| fnd_profile.value('PER_SECURITY_PROFILE_ID'));
572: fnd_log.string(1,'HR','business_group_id: '||fnd_profile.value('PER_BUSINESS_GROUP_ID'));*/
573: ELSE

Line 570: hr_utility.set_location('business_group_id: '||fnd_profile.value('PER_BUSINESS_GROUP_ID'),50);

566: (p_business_group_id => l_business_group_id
567: ,p_security_profile_id => l_security_profile_id
568: );
569: hr_utility.set_location('security_profile_id: '|| fnd_profile.value('PER_SECURITY_PROFILE_ID'),50);
570: hr_utility.set_location('business_group_id: '||fnd_profile.value('PER_BUSINESS_GROUP_ID'),50);
571: /*fnd_log.string(1,'HR','security_profile_id: '|| fnd_profile.value('PER_SECURITY_PROFILE_ID'));
572: fnd_log.string(1,'HR','business_group_id: '||fnd_profile.value('PER_BUSINESS_GROUP_ID'));*/
573: ELSE
574: --

Line 571: /*fnd_log.string(1,'HR','security_profile_id: '|| fnd_profile.value('PER_SECURITY_PROFILE_ID'));

567: ,p_security_profile_id => l_security_profile_id
568: );
569: hr_utility.set_location('security_profile_id: '|| fnd_profile.value('PER_SECURITY_PROFILE_ID'),50);
570: hr_utility.set_location('business_group_id: '||fnd_profile.value('PER_BUSINESS_GROUP_ID'),50);
571: /*fnd_log.string(1,'HR','security_profile_id: '|| fnd_profile.value('PER_SECURITY_PROFILE_ID'));
572: fnd_log.string(1,'HR','business_group_id: '||fnd_profile.value('PER_BUSINESS_GROUP_ID'));*/
573: ELSE
574: --
575: -- The site level defaults will be used for this session so

Line 572: fnd_log.string(1,'HR','business_group_id: '||fnd_profile.value('PER_BUSINESS_GROUP_ID'));*/

568: );
569: hr_utility.set_location('security_profile_id: '|| fnd_profile.value('PER_SECURITY_PROFILE_ID'),50);
570: hr_utility.set_location('business_group_id: '||fnd_profile.value('PER_BUSINESS_GROUP_ID'),50);
571: /*fnd_log.string(1,'HR','security_profile_id: '|| fnd_profile.value('PER_SECURITY_PROFILE_ID'));
572: fnd_log.string(1,'HR','business_group_id: '||fnd_profile.value('PER_BUSINESS_GROUP_ID'));*/
573: ELSE
574: --
575: -- The site level defaults will be used for this session so
576: -- retrieve the value from the profile cache now..

Line 581: := TO_NUMBER(fnd_profile.value('PER_SECURITY_PROFILE_ID'));

577: --
578: hr_utility.set_location('Business group id is null',60);
579: --fnd_log.string(1,'HR','Business group id is null'||'40');
580: l_security_profile_id
581: := TO_NUMBER(fnd_profile.value('PER_SECURITY_PROFILE_ID'));
582: hr_utility.set_location('l_security_profile_id:'||l_security_profile_id,60);
583: -- fnd_log.string(1,'HR','l_security_profile_id:'||l_security_profile_id);
584: --
585: END IF;

Line 592: TO_NUMBER(fnd_profile.value('PER_BUSINESS_GROUP_ID'))

588: hr_utility.set_location('before lockout: ',80);
589: -- fnd_log.string(1,'HR','before lockout: 80');
590: Check_Business_Group_Lockout
591: (p_business_group_id =>
592: TO_NUMBER(fnd_profile.value('PER_BUSINESS_GROUP_ID'))
593: ,p_security_group_id => 0
594: ,p_sg_enabled => FALSE
595: );
596: hr_utility.set_location('after lockout: ',85);

Line 600: := TO_NUMBER(fnd_profile.value('PER_SECURITY_PROFILE_ID'));

596: hr_utility.set_location('after lockout: ',85);
597: -- fnd_log.string(1,'HR','after lockout: 85');
598: --
599: l_security_profile_id
600: := TO_NUMBER(fnd_profile.value('PER_SECURITY_PROFILE_ID'));
601: hr_utility.set_location('l_security_profile_id: '||l_security_profile_id,90);
602: --fnd_log.string(1,'HR','l_security_profile_id: '||l_security_profile_id);
603: EXCEPTION
604: WHEN OTHERS THEN

Line 629: fnd_profile.value('PER_BUSINESS_GROUP_ID'));

625: hr_utility.set_location('Entering derive_legislation:',10);
626: -- fnd_log.string(1,'HR','Entering derive_legislation:'||' 10');
627: --
628: l_leg_code := hr_api.return_legislation_code(
629: fnd_profile.value('PER_BUSINESS_GROUP_ID'));
630: --
631: --
632: hr_utility.set_location('l_leg_code: '||l_leg_code,20);
633: --fnd_log.string(1,'HR','l_leg_code: '||l_leg_code);