DBA Data[Home] [Help]

APPS.PAY_US_GEO_UPD_PKG dependencies on FND_PROFILE

Line 2572: if(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'))<> 'Y' then

2568:
2569: IF G_MODE = 'UPGRADE' THEN
2570:
2571: /* changes for 7240905*/
2572: if(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'))<> 'Y' then
2573: fnd_profile.put('HR_CROSS_BUSINESS_GROUP','Y');
2574: l_profile_value := 'Y';
2575: hr_utility.trace('modifed the profile to'||to_char(fnd_profile.value('HR_CROSS_BUSINESS_GROUP')));
2576: end if;

Line 2573: fnd_profile.put('HR_CROSS_BUSINESS_GROUP','Y');

2569: IF G_MODE = 'UPGRADE' THEN
2570:
2571: /* changes for 7240905*/
2572: if(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'))<> 'Y' then
2573: fnd_profile.put('HR_CROSS_BUSINESS_GROUP','Y');
2574: l_profile_value := 'Y';
2575: hr_utility.trace('modifed the profile to'||to_char(fnd_profile.value('HR_CROSS_BUSINESS_GROUP')));
2576: end if;
2577:

Line 2575: hr_utility.trace('modifed the profile to'||to_char(fnd_profile.value('HR_CROSS_BUSINESS_GROUP')));

2571: /* changes for 7240905*/
2572: if(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'))<> 'Y' then
2573: fnd_profile.put('HR_CROSS_BUSINESS_GROUP','Y');
2574: l_profile_value := 'Y';
2575: hr_utility.trace('modifed the profile to'||to_char(fnd_profile.value('HR_CROSS_BUSINESS_GROUP')));
2576: end if;
2577:
2578: ln_emp_city_tax_rule_id :=
2579: pay_us_emp_dt_tax_rules.insert_def_city_rec(p_assign_id,

Line 2590: fnd_profile.put('HR_CROSS_BUSINESS_GROUP','N');

2586: 0);
2587:
2588: /* changes for 7240905*/
2589: if(l_profile_value ='Y') then
2590: fnd_profile.put('HR_CROSS_BUSINESS_GROUP','N');
2591: hr_utility.trace('modifed the profile to'||to_char(fnd_profile.value('HR_CROSS_BUSINESS_GROUP')));
2592: end if;
2593:
2594: hr_utility.set_location('pay_us_geo_upd_pkg.insert_ele_entries',12);

Line 2591: hr_utility.trace('modifed the profile to'||to_char(fnd_profile.value('HR_CROSS_BUSINESS_GROUP')));

2587:
2588: /* changes for 7240905*/
2589: if(l_profile_value ='Y') then
2590: fnd_profile.put('HR_CROSS_BUSINESS_GROUP','N');
2591: hr_utility.trace('modifed the profile to'||to_char(fnd_profile.value('HR_CROSS_BUSINESS_GROUP')));
2592: end if;
2593:
2594: hr_utility.set_location('pay_us_geo_upd_pkg.insert_ele_entries',12);
2595: