DBA Data[Home] [Help]

APPS.GHR_NON_SF52_EXTRA_INFO dependencies on FND_PROFILE

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

1270: ############ For Conversion to Appointment and Extension action #################
1271: */
1272:
1273: IF l_family_code = 'CONV_APP' OR l_family_code = 'EXT_NTE' THEN
1274: fnd_profile.get('PER_BUSINESS_GROUP_ID',l_bus_group_id);
1275: -- Check if FEHB exists
1276: l_new_element_name := pqp_fedhr_uspay_int_utils.return_new_element_name('Health Benefits',l_bus_group_id,l_effective_date,null);
1277: FOR l_element_entry_cur IN c_element_entry(p_assignment_id , l_new_element_name, l_effective_date) LOOP
1278: l_fehb_exists := TRUE;

Line 3042: l_resp_id := fnd_profile.value('RESP_ID');

3038: l_la_code1 := c_noa_fam_code_rec.la_code1;
3039: l_payment_option := c_noa_fam_code_rec.payment_option;
3040: END LOOP;
3041: hr_utility.set_location('l_noa_family_code '|| l_noa_family_code,10);
3042: l_resp_id := fnd_profile.value('RESP_ID');
3043: l_application_id := fnd_profile.value('RESP_APPL_ID');
3044: hr_utility.set_location('Resp id '|| l_resp_id,10);
3045: hr_utility.set_location('appl id '|| l_application_id,10);
3046: for c_info_type_rec in c_info_types(l_application_id,l_resp_id) loop

Line 3043: l_application_id := fnd_profile.value('RESP_APPL_ID');

3039: l_payment_option := c_noa_fam_code_rec.payment_option;
3040: END LOOP;
3041: hr_utility.set_location('l_noa_family_code '|| l_noa_family_code,10);
3042: l_resp_id := fnd_profile.value('RESP_ID');
3043: l_application_id := fnd_profile.value('RESP_APPL_ID');
3044: hr_utility.set_location('Resp id '|| l_resp_id,10);
3045: hr_utility.set_location('appl id '|| l_application_id,10);
3046: for c_info_type_rec in c_info_types(l_application_id,l_resp_id) loop
3047: l_information_type := c_info_type_rec.information_type;

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

3763: hr_utility.set_location('bus gp is ' || bus_gp.business_group_id,12);
3764: l_business_group_id := bus_gp.business_group_id;
3765: end loop;
3766: Else
3767: fnd_profile.get('PER_BUSINESS_GROUP_ID',l_business_group_id);
3768: hr_utility.set_location('bus gp is ' || l_business_group_id,13);
3769: End if;
3770: for def_payroll in c_def_payroll loop
3771: hr_utility.set_location(l_proc,14);