DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on FND_PROFILE

Line 5364: fnd_profile.put('PER_SSHR_NO_EMPNUM_GENERATION','Y');

5360: -- locked.
5361: --
5362:
5363: hr_utility.set_location('hr_new_user_reg_ss.g_ignore_emp_generation =YES:'||l_proc,35);
5364: fnd_profile.put('PER_SSHR_NO_EMPNUM_GENERATION','Y');
5365:
5366: end if;
5367:
5368: -- l_original_date_of_hire := hr_transaction_api.get_date_value --bug 4416684

Line 5416: fnd_profile.put('PER_SSHR_NO_EMPNUM_GENERATION','N');

5412: if hr_new_user_reg_ss.g_ignore_emp_generation = 'YES' then
5413: hr_utility.set_location('hr_new_user_reg_ss.g_ignore_emp_generation = YES:'||l_proc,40);
5414: hr_new_user_reg_ss.g_ignore_emp_generation := 'NO';
5415:
5416: fnd_profile.put('PER_SSHR_NO_EMPNUM_GENERATION','N');
5417: end if;
5418:
5419: end if;
5420:

Line 5872: fnd_profile.put('PER_SSHR_NO_EMPNUM_GENERATION','Y');

5868: -- locked.
5869: --
5870:
5871: hr_utility.set_location('l_flow_name = Insert:'||l_proc,100);
5872: fnd_profile.put('PER_SSHR_NO_EMPNUM_GENERATION','Y');
5873:
5874: end if;
5875:
5876: open gc_get_sys_person_type(l_person_type_id);

Line 6623: fnd_profile.put('PER_SSHR_NO_EMPNUM_GENERATION','N');

6619:
6620: if hr_new_user_reg_ss.g_ignore_emp_generation = 'YES' then
6621: hr_new_user_reg_ss.g_ignore_emp_generation := 'NO';
6622:
6623: fnd_profile.put('PER_SSHR_NO_EMPNUM_GENERATION','N');
6624: end if;
6625:
6626: ELSIF l_flow_name = 'Cobra' THEN
6627: hr_utility.set_location('l_flow_name = Cobra:'||l_proc,100);

Line 6910: /*prflvalue := fnd_profile.value('BEN_USER_TO_ORG_LINK');

6906: ,p_name_combination_warning=> l_name_combination_warning
6907: ,p_orig_hire_warning => l_orig_hire_warning
6908: );
6909:
6910: /*prflvalue := fnd_profile.value('BEN_USER_TO_ORG_LINK');
6911:
6912: ben_assignment_api.create_ben_asg
6913: (p_validate => p_validate
6914: --in boolean default false

Line 7009: fnd_profile.put('PER_PERSON_ID', l_person_id);

7005: -- hr_utility.set_location('Venkat g_person_id =' || g_person_id, 8888);
7006: ---End Registration
7007: END IF;
7008:
7009: fnd_profile.put('PER_PERSON_ID', l_person_id);
7010: fnd_profile.put('PER_BUSINESS_GROUP_ID', l_business_grp_Id);
7011:
7012: --
7013: --

Line 7010: fnd_profile.put('PER_BUSINESS_GROUP_ID', l_business_grp_Id);

7006: ---End Registration
7007: END IF;
7008:
7009: fnd_profile.put('PER_PERSON_ID', l_person_id);
7010: fnd_profile.put('PER_BUSINESS_GROUP_ID', l_business_grp_Id);
7011:
7012: --
7013: --
7014: IF l_assign_payroll_warning THEN

Line 7770: /*prflvalue := fnd_profile.value('BEN_USER_TO_ORG_LINK');

7766: IF g_debug THEN
7767: hr_utility.set_location('Leaving hr_process_person_ss.create_personnnnnnnnnn ' || l_person_id, 2006);
7768: END IF;
7769:
7770: /*prflvalue := fnd_profile.value('BEN_USER_TO_ORG_LINK');
7771: ben_assignment_api.create_ben_asg
7772: (p_validate => l_validate --in boolean default false
7773: ,p_event_mode => false
7774: ,p_effective_date => trunc(sysdate)