DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on FND_PROFILE

Line 2602: AND fnd_profile.value('PER_UPLOAD_IREC_DOC') = 'Y'

2598: (p_item_type => p_item_type
2599: ,p_item_key => p_item_key);
2600: /*Added following code as a part of ER#9879782 Starts*/
2601: IF (l_current_applicant_flag = 'Y')
2602: AND fnd_profile.value('PER_UPLOAD_IREC_DOC') = 'Y'
2603: THEN
2604: attch_irc_documents (l_transaction_id);
2605: END IF;
2606: /*Added following code as a part of ER#9879782 Ends*/

Line 2648: AND fnd_profile.value('PER_UPLOAD_IREC_DOC') = 'Y'

2644: l_transaction_table(l_count).param_data_type := 'VARCHAR2';
2645: --
2646: /*Added following code as a part of ER#9879782 Starts*/
2647: IF (l_current_applicant_flag = 'Y')
2648: AND fnd_profile.value('PER_UPLOAD_IREC_DOC') = 'Y'
2649: THEN
2650: FOR i in 1..(g_attch_doc_tbl.COUNT-1) LOOP
2651: l_count := l_count + 1;
2652: l_transaction_table(l_count).param_name := 'P_IRC_DOC_ID'||i;

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

5769: l_orgid := hr_multi_tenancy_pkg.get_org_id_for_person(login_person_id, l_business_grp_Id);
5770: end if;
5771: end if;
5772: hr_util_misc_ss.set_sys_ctx(l_leg_code_row.legislation_code, l_orgid);
5773: fnd_profile.put('PER_BUSINESS_GROUP_ID', l_business_grp_Id);
5774: end if;
5775:
5776: IF l_person_id IS NOT NULL
5777: THEN

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

5841: -- locked.
5842: --
5843:
5844: hr_utility.set_location('hr_new_user_reg_ss.g_ignore_emp_generation =YES:'||l_proc,35);
5845: fnd_profile.put('PER_SSHR_NO_EMPNUM_GENERATION','Y');
5846:
5847: end if;
5848:
5849: -- l_original_date_of_hire := hr_transaction_api.get_date_value --bug 4416684

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

5947: if hr_new_user_reg_ss.g_ignore_emp_generation = 'YES' then
5948: hr_utility.set_location('hr_new_user_reg_ss.g_ignore_emp_generation = YES:'||l_proc,40);
5949: hr_new_user_reg_ss.g_ignore_emp_generation := 'NO';
5950:
5951: fnd_profile.put('PER_SSHR_NO_EMPNUM_GENERATION','N');
5952: end if;
5953:
5954: end if;
5955:

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

6428: -- locked.
6429: --
6430:
6431: hr_utility.set_location('l_flow_name = Insert:'||l_proc,100);
6432: fnd_profile.put('PER_SSHR_NO_EMPNUM_GENERATION','Y');
6433:
6434: end if;
6435:
6436: open gc_get_sys_person_type(l_person_type_id);

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

7179:
7180: if hr_new_user_reg_ss.g_ignore_emp_generation = 'YES' then
7181: hr_new_user_reg_ss.g_ignore_emp_generation := 'NO';
7182:
7183: fnd_profile.put('PER_SSHR_NO_EMPNUM_GENERATION','N');
7184: end if;
7185:
7186: ELSIF l_flow_name = 'Cobra' THEN
7187: hr_utility.set_location('l_flow_name = Cobra:'||l_proc,100);

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

7466: ,p_name_combination_warning=> l_name_combination_warning
7467: ,p_orig_hire_warning => l_orig_hire_warning
7468: );
7469:
7470: /*prflvalue := fnd_profile.value('BEN_USER_TO_ORG_LINK');
7471:
7472: ben_assignment_api.create_ben_asg
7473: (p_validate => p_validate
7474: --in boolean default false

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

7565: -- hr_utility.set_location('Venkat g_person_id =' || g_person_id, 8888);
7566: ---End Registration
7567: END IF;
7568:
7569: fnd_profile.put('PER_PERSON_ID', l_person_id);
7570:
7571: --
7572: --
7573: IF l_assign_payroll_warning THEN

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

7849:
7850: -- ignore employee number generation for newhire SS flow
7851:
7852: hr_new_user_reg_ss.g_ignore_emp_generation := 'YES';
7853: fnd_profile.put('PER_SSHR_NO_EMPNUM_GENERATION','Y');
7854:
7855: IF p_validate = 'N' OR p_validate IS NULL
7856: THEN
7857:

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

8344: IF g_debug THEN
8345: hr_utility.set_location('Leaving hr_process_person_ss.create_personnnnnnnnnn ' || l_person_id, 2006);
8346: END IF;
8347:
8348: /*prflvalue := fnd_profile.value('BEN_USER_TO_ORG_LINK');
8349: ben_assignment_api.create_ben_asg
8350: (p_validate => l_validate --in boolean default false
8351: ,p_event_mode => false
8352: ,p_effective_date => trunc(sysdate)