How do I determine what level of Human Resources I have installed?
I'm following Doc ID 158577.1 to upgrade the database and step 28.
28. Apply Oracle Human Resources (HRMS) patch 7721754 (conditional) If you are using Oracle HRMS, apply Patch 7721754.
Patch 7721754 Readme states the prereq is Oracle HRMS Family Pack K RUP1 patch (5055050) or later.
How do I determine what is my HR version?
I this HR?
select patch_level from applsys.fnd_product_installations
where patch_level like '%PER%';
11i.PER.N
Tagged:
0