DBA Data[Home] [Help]

APPS.PAY_US_GEO_UPD_PKG dependencies on FND_PROFILE

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

2275:
2276: IF G_MODE = 'UPGRADE' THEN
2277:
2278: /* changes for 7240905*/
2279: if(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'))<> 'Y' then
2280: fnd_profile.put('HR_CROSS_BUSINESS_GROUP','Y');
2281: l_profile_value := 'Y';
2282: hr_utility.trace('modifed the profile to'||to_char(fnd_profile.value('HR_CROSS_BUSINESS_GROUP')));
2283: end if;

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

2276: IF G_MODE = 'UPGRADE' THEN
2277:
2278: /* changes for 7240905*/
2279: if(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'))<> 'Y' then
2280: fnd_profile.put('HR_CROSS_BUSINESS_GROUP','Y');
2281: l_profile_value := 'Y';
2282: hr_utility.trace('modifed the profile to'||to_char(fnd_profile.value('HR_CROSS_BUSINESS_GROUP')));
2283: end if;
2284:

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

2278: /* changes for 7240905*/
2279: if(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'))<> 'Y' then
2280: fnd_profile.put('HR_CROSS_BUSINESS_GROUP','Y');
2281: l_profile_value := 'Y';
2282: hr_utility.trace('modifed the profile to'||to_char(fnd_profile.value('HR_CROSS_BUSINESS_GROUP')));
2283: end if;
2284:
2285: ln_emp_city_tax_rule_id :=
2286: pay_us_emp_dt_tax_rules.insert_def_city_rec(p_assign_id,

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

2293: 0);
2294:
2295: /* changes for 7240905*/
2296: if(l_profile_value ='Y') then
2297: fnd_profile.put('HR_CROSS_BUSINESS_GROUP','N');
2298: hr_utility.trace('modifed the profile to'||to_char(fnd_profile.value('HR_CROSS_BUSINESS_GROUP')));
2299: end if;
2300:
2301: hr_utility.set_location('pay_us_geo_upd_pkg.insert_ele_entries',12);

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

2294:
2295: /* changes for 7240905*/
2296: if(l_profile_value ='Y') then
2297: fnd_profile.put('HR_CROSS_BUSINESS_GROUP','N');
2298: hr_utility.trace('modifed the profile to'||to_char(fnd_profile.value('HR_CROSS_BUSINESS_GROUP')));
2299: end if;
2300:
2301: hr_utility.set_location('pay_us_geo_upd_pkg.insert_ele_entries',12);
2302: