DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on FND_PROFILE

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

2070: loop
2071: l_element_name1 := element_name_rec1.element_name;
2072: exit;
2073: end loop;
2074: fnd_profile.get('PER_BUSINESS_GROUP_ID',l_bus_group_id);
2075: l_element_name1 := pqp_fedhr_uspay_int_utils.return_old_element_name
2076: (l_element_name1,l_bus_group_id,l_hist_rec.effective_date);
2077:
2078: hr_utility.set_location('element_name '||l_element_name1,10);

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

3896: ll_bg_id := bg_rec.bg;
3897: END LOOP;
3898:
3899: IF ll_bg_id is null THEN
3900: ll_bg_id := fnd_profile.value('PER_BUSINESS_GROUP_ID');
3901: END IF;
3902:
3903:
3904: hr_utility.set_location( 'information4 : ' || p_hist_pre.information4 || l_proc, 11);

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

4345: -- CHECK # :- Existence of PAYROLL Product
4346: ----**********************************************************************
4347: IF (hr_utility.chk_product_install('GHR','US') = TRUE
4348: and hr_utility.chk_product_install('PAY', 'US') = TRUE
4349: and fnd_profile.value('HR_USER_TYPE')='INT')
4350: THEN
4351: l_pay_intg:=TRUE;
4352: ELSE
4353: l_pay_intg:=FALSE;

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

6229: -- End Bug 2542417
6230:
6231:
6232: -- l_username := fnd_global.user_name;
6233: l_username := fnd_profile.value('USERNAME');
6234: -- Bug#5260624 If the profile value returns NULL, get it from fnd_global.
6235: IF l_username is NULL THEN
6236: l_username := fnd_global.user_name;
6237: END IF;

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

6392:
6393: BEGIN
6394: hr_utility.set_location('Entering Delete Oth Pay Entr '||p_element_name,0);
6395:
6396: fnd_profile.get('PER_BUSINESS_GROUP_ID',l_bus_group_id);
6397: l_element_name := pqp_fedhr_uspay_int_utils.return_old_element_name
6398: (p_element_name,l_bus_group_id,p_hist_rec.effective_date);
6399: hr_utility.set_location('l_element_name IS '||l_element_name,10);
6400: IF l_element_name = 'Other Pay' THEN

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

6578: p_sf52_ia_rec.to_pay_plan := c_sf52_data.from_pay_plan;
6579: p_sf52_ia_rec.to_step_or_rate := c_sf52_data.from_step_or_rate;
6580: END IF;
6581: -- Bug 4086845 Need to assign grade id
6582: fnd_profile.get('PER_BUSINESS_GROUP_ID',l_business_group_id);
6583: IF p_sf52_ia_rec.to_pay_plan IS NOT NULL AND
6584: p_sf52_ia_rec.to_grade_or_level IS NOT NULL THEN
6585: FOR l_get_grade_id IN c_grade_id(l_business_group_id,p_sf52_ia_rec.to_pay_plan,
6586: p_sf52_ia_rec.to_grade_or_level,c_sf52_data.effective_date) LOOP