2681: close chk_future_pt;
2682:
2683: -- If future person types or future asg updates exists move to proc update_row2
2684:
2685: if (nvl(fnd_profile.value('HR_ALLOW_FPT_UPDATES'),'N') = 'Y')
2686: and ((l_chk_future_pt = 'Y' ) or (l_chk_future_asg = 'Y')) then
2687:
2688: hr_utility.set_location('Future Person Type or Future asg changes exists',10);
2689: update_row2(p_rowid
4097: and ppt.system_person_type in ('EMP','CWK');
4098:
4099: begin
4100: -- ER FPT
4101: if (nvl(fnd_profile.value('HR_ALLOW_FPT_UPDATES'),'N') = 'Y') then
4102: open fpt_future_exists;
4103: fetch fpt_future_exists into l_dummy;
4104: if fpt_future_exists%found then
4105: fnd_message.set_name('PAY','HR_7510_PER_FUT_CHANGE');