DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on FND_PROFILE

Line 2296: fnd_profile.get('PER_BUSINESS_GROUP_ID',l_bus_group_id);

2292: loop
2293: l_element_name1 := element_name_rec1.element_name;
2294: exit;
2295: end loop;
2296: fnd_profile.get('PER_BUSINESS_GROUP_ID',l_bus_group_id);
2297: l_element_name1 := pqp_fedhr_uspay_int_utils.return_old_element_name
2298: (l_element_name1,l_bus_group_id,l_hist_rec.effective_date);
2299:
2300: hr_utility.set_location('element_name '||l_element_name1,10);

Line 4208: ll_bg_id := fnd_profile.value('PER_BUSINESS_GROUP_ID');

4204: ll_bg_id := bg_rec.bg;
4205: END LOOP;
4206:
4207: IF ll_bg_id is null THEN
4208: ll_bg_id := fnd_profile.value('PER_BUSINESS_GROUP_ID');
4209: END IF;
4210:
4211:
4212: hr_utility.set_location( 'information4 : ' || p_hist_pre.information4 || l_proc, 11);

Line 4691: and fnd_profile.value('HR_USER_TYPE')='INT')

4687: -- CHECK # :- Existence of PAYROLL Product
4688: ----**********************************************************************
4689: IF (hr_utility.chk_product_install('GHR','US') = TRUE
4690: and hr_utility.chk_product_install('PAY', 'US') = TRUE
4691: and fnd_profile.value('HR_USER_TYPE')='INT')
4692: THEN
4693: l_pay_intg:=TRUE;
4694: ELSE
4695: l_pay_intg:=FALSE;

Line 6588: l_username := fnd_profile.value('USERNAME');

6584: -- End Bug 2542417
6585:
6586:
6587: -- l_username := fnd_global.user_name;
6588: l_username := fnd_profile.value('USERNAME');
6589: -- Bug#5260624 If the profile value returns NULL, get it from fnd_global.
6590: IF l_username is NULL THEN
6591: l_username := fnd_global.user_name;
6592: END IF;

Line 6751: fnd_profile.get('PER_BUSINESS_GROUP_ID',l_bus_group_id);

6747:
6748: BEGIN
6749: hr_utility.set_location('Entering Delete Oth Pay Entr '||p_element_name,0);
6750:
6751: fnd_profile.get('PER_BUSINESS_GROUP_ID',l_bus_group_id);
6752: l_element_name := pqp_fedhr_uspay_int_utils.return_old_element_name
6753: (p_element_name,l_bus_group_id,p_hist_rec.effective_date);
6754: hr_utility.set_location('l_element_name IS '||l_element_name,10);
6755: IF l_element_name = 'Other Pay' THEN

Line 6937: fnd_profile.get('PER_BUSINESS_GROUP_ID',l_business_group_id);

6933: p_sf52_ia_rec.to_pay_plan := c_sf52_data.from_pay_plan;
6934: p_sf52_ia_rec.to_step_or_rate := c_sf52_data.from_step_or_rate;
6935: END IF;
6936: -- Bug 4086845 Need to assign grade id
6937: fnd_profile.get('PER_BUSINESS_GROUP_ID',l_business_group_id);
6938: IF p_sf52_ia_rec.to_pay_plan IS NOT NULL AND
6939: p_sf52_ia_rec.to_grade_or_level IS NOT NULL THEN
6940: FOR l_get_grade_id IN c_grade_id(l_business_group_id,p_sf52_ia_rec.to_pay_plan,
6941: p_sf52_ia_rec.to_grade_or_level,c_sf52_data.effective_date) LOOP