Existing Family Packs versions !! -- 11i.HR_PF

Dears,
I'm using this script to get the family packs and versions stuff:
select decode(nvl(a.APPLICATION_short_name,'Not Found'),
'SQLAP','AP','SQLGL','GL','OFA','FA',
'Not Found','id '||to_char(fpi.application_id),
a.APPLICATION_short_name) apps,
decode(fpi.status,'I','Installed','S','Shared',
'N','Inactive',fpi.status) status,
fpi.product_version,
nvl(fpi.patch_level,'-- Not Available --') Patchset,
to_char(fpi.last_update_date,'dd-Mon-RRRR') "Update Date"
from fnd_oracle_userid o, fnd_application a, fnd_product_installations fpi
where fpi.application_id = a.application_id(+)
and fpi.oracle_id = o.oracle_id(+)
order by 1,2
Now my installation includes the EBUSINESS BUNDLE. i'm trying to apply the Oracle HRMS Family Pack K Rollup 1 (11i.HR_PF.K Rollup 1) --> 5055050. The readme says i must have already installed Oracle HRMS Family Pack K -->(3500000). I run the script above and didn't see any FAMILY PACK with this name (11i.HR_PF). i only got:
GHR Installed 11.5.0 11i.GHR.J
HRI Installed 11.5.0 11i.HRI.F
What do you think guys?
Please advise,
Firas

You can try out this query
SELECT GREATEST(NVL((SELECT DECODE(BUG_NUMBER,'2968701','HRMS_PF.F') FROM ad_bugs
WHERE BUG_NUMBER = (SELECT MAX(BUG_NUMBER) FROM AD_BUGS where BUG_NUMBER = '2968701')),'A'),
(SELECT DECODE(SUBSTR(I.PATCH_LEVEL,9,1)
, 'H', 'HRMS_PF.A', 'I', 'HRMS_PF.B', 'J', 'HRMS_PF.C'
, 'K', 'HRMS_PF.D', 'L', 'HRMS_PF.E', 'M', 'HRMS_PF.G'
, 'N', 'HRMS_PF.H', 'O', 'HRMS_PF.I', 'P', 'HRMS_PF.J'
, 'Q', 'HRMS_PF.K', 'Unknown')
FROM FND_APPLICATION_ALL_VIEW V, FND_PRODUCT_INSTALLATIONS I
WHERE V.APPLICATION_ID = I.APPLICATION_ID
AND (V.APPLICATION_ID = '800'))) hrmsPF FROM DUAL;
--Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Current  family pack version

    Hi
    How can we identify the current family pack version in the erp.I checked the patch_level column in fnd_product_installations is there any difference between the column output and family pack version.plss clarify.Patchset.sh is there but i like to know whts significance of this patch_level column in the fnd_product_installations table
    rgds
    rajesh

    PATCH_LEVEL represents the current Mini-pack level of the product (eg. 11i.FND.H, etc)
    To know which Financials Family Pack you are on, run the following statement as APPS user:
    SQL> select t.application_name, t.application_id, i.patch_level
    , decode(i.status,'I','Fully Installed','N','Not Installed','S','Shared','Undetermined') status
    from fnd_product_installations i, fnd_application_vl t
    where i.application_id = t.application_id
    order by t.application_id;

  • Single Version vs. Family Pack Version, How to tell which is which?

    Other than the box it came in, how can I tell via the software if it is the Single Version or the Family Pack version? (I have iWork '08)

    Look at the box for the part number. The marketing part number for the single-user package is MA790Z/A, for the family pack it is MA791Z/A. I do know the family pack box does say it is a family pack. The family pack is 5 licenses within one household. Single-user is one computer, not two computers for one user.

  • How to find Applied/Present Patches, Mini Packsand Family Packs in 11i

    Hi,
    Whats the best practice to find:-
    1. Applied/Present one-off patches
    2. Applied/Present minipacks and Family packs
    Whats the difference in using :-
    1. bug_number in ad_bugs
    2. ad_applied_patches
    3. the script patchset.sh
    4. $AD_TOP/sql/adutconf.sql
    Please help
    Thanks
    RS

    - AD_BUGS: holds information about the various Oracle Applications bugs whose fixes have been applied (ie. patched) in the Oracle Applications installation.
    - AD_APPLIED_PATCHES: holds information about the "distinct" Oracle Applications patches that have been applied. If 2 patches happen to have the same name but are different in content (eg. "merged" patches), then they are considered distinct and this table will therefore hold 2 records.
    - Patchsets.sh: This program (a unix shell script) was created to help customers evaluate the currently installed Oracle Applications patchsets and Family Packs. The program compares the currently installed patchsets and family packs to the most recently available ones generated by Oracle Development. This program utilizes the the applptch.txt file for 10.7-11.0. For 11i and R12, it utilizes a combination of tables such as AD_BUGS and AD_APPLIED_PATCHES to create the installed patch list. If the 11i release does not use these AD tables (11.5.4 or lower and have not applied 11i.AD.E or higher) it still supports using applptch.txt for 11i.
    - adutconf.sql: This script provides a wealth of information, including the following:
    Product Group(s)
    Multi-Org status
    Multi-lingual status
    Installed product status
    Registered schemas
    Installed languages
    Whats the difference in usingAll roads lead to Rome :)

  • IWork, Single version or Family Pack Liscencing

    Wife bought an iMac along with iWork. We are planning on this Mac to have 3 user accounts. So, will the singe iWork software work with one iMac with 3 user accounts or do I need the Family Pack version?
    The Family Pack looks like if you have multiple Macs in your house, you buy that.
    Thanks much.

    The license states:
    One machine - one program.
    Several accounts on a single machine require only ONE license (I would be surprised if two beings where able to use the program simultaneously on such a system).
    Yvan KOENIG (from FRANCE mardi 16 septembre 2008 16:55:53)

  • (11i.PJ_PF.L10) Projects Family Pack L10

    hi
    We are on (11i.PJ_PF.L10) Projects Family Pack L10(oracle11.5.10.2).
    can i install Oracle Projects Family Pack M (11i.PJ_PF.M) on top (11i.PJ_PF.L10) Projects Family Pack L10 or do i need to apply any other patch set level?
    Thanks
    With Regards
    A-H

    Hi,
    We are on (11i.PJ_PF.L10) Projects Family Pack L10(oracle11.5.10.2).
    can i install Oracle Projects Family Pack M (11i.PJ_PF.M) on top (11i.PJ_PF.L10) Projects Family Pack L10 or do i need to apply any other patch set level?Yes you can -- See (About Oracle Projects Family Pack M [ID 302074.1]) for details.
    Please also see these docs for the latest Projects patchsets and rollup patches.
    Release 11i - Maintenance Pack, Patchset, and Rollup Patch Level for Projects [ID 420715.1]
    Release 11i and Release 12-Maintenance Pack, Patch Set, Rollup Patch, and One-off Patches Applied for Oracle Projects [ID 748805.1]
    Thanks,
    Hussein

  • Difference between Rollup patch and family pack

    Hi all,
    thanks in advance to you all who helps me out with this question
    can any one differentiate between Rollup patch and Family pack patch.
    thanks,
    Vamshi.D

    In addition to the above ...
    Rollup Patch (RUP): An aggregation of patches that may be at the functional level, or at a specific product/family release level. For example, a Flexfields rollup patch contains all the latest patches related to Flexfields at the time the patch was created. A Marketing Family 11.5.10 rollup patch contains all the latest Marketing patches released since, and applicable to 11.5.10
    Family Pack: An aggregation of patches at the product family level. Family product codes always end in "_PF" and family packs are given alphabetical sequence such as 11i.HR_PF.B, 11i.HR_PF.C, and 11i.HR_PF.D. Family packs are cumulative. In other words, Discrete Manufacturing Family Pack G (11i.DMF_PF.G) contains everything in 11i.DMF_PF.F, which contains everything in 11i.DMF_PF.E, and so on.
    If you search the rollup patch thru Metalink, it would tell you whether it is included in any other patchset (i.e. Family Pack) or not.

  • Family Pack iWork

    I purchased a family pack version of iLife 06 and received a free trial version of iWork 06 which I have installed on both computers. If I decide to purchase the iWork software, will I receive the reduced rate for the family pack (as was the case with iLife) or will I be charged for two full copies?

    I purchased the family pack for iLife, and the iWork
    DVD was included as a trial version. I can't find a
    serial number. The trial version asks me to go online
    and buy one, but I want to be sure I'm not
    overcharged and at least get a family pack rate even
    if I have to pay for the upgrade for iWork.
    When you click the Buy button does it offer you a choice of buying either a single copy or a family pack?
    If it doesn't offer this choice then just buy the iWork Family Pack thru the usual channels eg an Apple Reseller, Apple Store, etc.

  • How to find out the versions of family pack and mini pack installed?

    There are family pack and mini pack for HRMS.
    How to find out the versions of family pack and mini pack installed
    just by a Unix command or sqlplus Select statement?
    Thanks

    you can get the Minipack version of the products by querying fnd_product_installations or ad_patchdriver_minipks, for family packs you need to query through Metalink, OR if you have u driver file which resides on $AY_TOP/discoverer, looks for the minipacks/familypack version in the driver file.

  • 11i Family Pack K RUP4 patch, FAILED messages for file perkigfclient.jar

    Oracle E-Business Suite Release 11.5.10.2
    Hi, All -
    After running the 11i Family Pack K RUP4 patch, I got failed messages for file perkigfclient.jar and penzlhee.sql.
    Both files do have a "Completed" message under another worker. Is this an issue? If yes, how should I fix it?
    Thanks in advance!
    ================================================================================
    Time is: Mon Aug 24 2009 15:25:23
    FAILED: file perkigfclient.jar on worker 2 for product per username HR.
    Time is: Mon Aug 24 2009 15:25:32
    Deferred: file perkigfclient.jar on worker 2 for product per username HR.
    Time is: Mon Aug 24 2009 15:25:32
    (Deferment number 1 for this job)
    Assigned: file perkigfclient.jar on worker 1 for product per username HR.
    Time is: Mon Aug 24 2009 15:25:32
    Completed: file perkigfclient.jar on worker 1 for product per username HR.
    Time is: Mon Aug 24 2009 15:25:37
    ===============================================================================
    Time is: Mon Aug 24 2009 15:36:43
    FAILED: file penzlhee.sql on worker 3 for product per username HR.
    Time is: Mon Aug 24 2009 15:36:43
    Deferred: file penzlhee.sql on worker 3 for product per username HR.
    Time is: Mon Aug 24 2009 15:36:44
    (Deferment number 1 for this job)
    Assigned: file penzlhee.sql on worker 2 for product per username HR.
    Time is: Mon Aug 24 2009 15:36:44
    Completed: file pspextef.sql on worker 8 for product psp username PSP.
    Time is: Mon Aug 24 2009 15:36:44
    Completed: file penzlhee.sql on worker 2 for product per username HR.
    Time is: Mon Aug 24 2009 15:36:45

    The "penzlhee.sql" error is related to deadlock. Since the file did completed, is it a non-issue?
    =======================================================================
    Time when worker started job: Mon Aug 24 2009 15:36:40
    Start time for file is: Mon Aug 24 2009 15:36:40
    sqlplus -s APPS/***** @/deverp1/appsvr/deverp1appl/per/11.5.0/patch/115/sql/penzlhee.sql
    declare
    ERROR at line 1:
    ORA-20000: ORA-00060: deadlock detected while waiting for resource
    ORA-06512: at line 101
    Time when worker failed: Mon Aug 24 2009 15:36:43
    Evaluating symbolic arguments ....
    Done evaluating symbolic arguments.
    Time when worker started job: Mon Aug 24 2009 15:36:45

  • IRecruitment mandatory patch for 11i - HRMS Family Pack K RUP4

    Hi,
    Is there any way to confirm if the HRMS Family Pack K RUP4(7666111) includes the irecruitment patch set, IRC.E.RUP2(6208000) ?
    The readme of the patches HRMS Family Pack K RUP2, HRMS Family Pack K RUP3 and HRMS Family Pack K RUP4 does not mention patchset IRC.E.RUP2.
    Thanks,
    Abhijeet

    Hi,
    It is not included -- You can confirm that yourself by searching for (Patch 6208000) in the "Patches & Updates" tab, and you will find that this patch is not included in any other patch/patchset.
    Regards,
    Hussein

  • HELP!  How can I tell if my copy of iWork is Family Pack?

    I bought this copy in 2007 and am selling it now, don't use anything in it, but I don't know whether this is the Family Pack or the individual user version.
    I have the same problem with the copy of Leopard I bought, which I -know- is the Family Pack (5 installs) but which says nothing to that effect in the packaging!

    Apple doesn't "track" installs but depends on the moral integrity of their consumers to abide by the software license. For most Apple Software the licenses state the software can only "exist on one computer" at a time. The licenses state that family pack software can exist on up to five computers in the same household. So, legally, you can uninstall the software from one Mac & install it on another & be within the terms of the license.

  • How to apply 11.5.10.2 HRMS FAMILY PACK K release 3

    Hi
    Please let me know the patch number for 11.5.10.2 HRMS FAMILY PACK K release 3, Is it "11i.HR_PF.K.DELTA.3 -- 6699770"?
    I checked for the installed patches in fnd_product_installations table I found 11i.PER.N is installed for Human Resources , 11i.HRI.F
    for Human Resources Intelligence and 11i.GHR.J for US Federal Human Resources.
    There is no patch level like 11i.HR_PF.
    Can I directly apply the above patch directly to my system.
    Please help me.
    regards
    Shanly

    Please let me know the patch number for 11.5.10.2 HRMS FAMILY PACK K release 3, Is it "11i.HR_PF.K.DELTA.3 -- 6699770"? Correct.
    I checked for the installed patches in fnd_product_installations table I found 11i.PER.N is installed for Human Resources , 11i.HRI.F
    for Human Resources Intelligence and 11i.GHR.J for US Federal Human Resources.
    There is no patch level like 11i.HR_PF.
    Can I directly apply the above patch directly to my system. Please refer to the following note to determine the HR Family Pack you are on.
    Note: 414631.1 - HRMS Products Installation Status
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=414631.1

  • I have 2 Macs, do I need the family pack?

    An imac at home and a MBP for work... its just two (not 5)
    can I buy the single user version and install it on both machines?
    J

    You may not install Leopard on more than one computer.
    Excerpt from the User License Agreement for Leopard:
    2. Permitted License Uses and Restrictions.
    A. Single Use. This License allows you to install, use and run one (1) copy of the Apple Software on a single Apple-labeled computer at a time. You agree not to install, use or run the Apple Software on any non-Apple-labeled computer, or to enable others to do so. This License does not allow the Apple Software to exist on more than one computer at a time, and you may not make the Apple Software available over a network where it could be used by multiple computers at the same time.
    B. Family Pack. If you have purchased a Mac OS X Family Pack, this License allows you to install and use one (1) copy of the Apple Software on up to a maximum of five (5) Apple-labeled computers at a time as long as those computers are located in the same household and used by persons who occupy that same household. By "household" we mean a person or persons who share the same housing unit such as a home, apartment, mobile home or condominium, but shall also extend to student members who are primary residents of that household but residing at a separate on-campus location. The Family Pack License does not extend to business or commercial users.
    Apple also does not allow "upgrades" from Single user to the Family Pack.
    Hope that helps!

  • Will I have to purchase a family pack for PB & G5 workstation use?

    Will Apple let you use one version of iWork on both computers, that being a PB G4 & a G5 worskstation both or will I need to purchase a family pack of users?
    Thanks in advance.
    Rob

    From the licence agreement:
    "iWork Single User License. This License allows you to install and use one copy of the Apple Software (whether trial or full version) on a single Apple-labeled computer at a time. This License does not allow the Apple Software to exist on more than one computer at a time, and you may not make the Apple Software available over a network where it could be used by multiple computers at the same time."

Maybe you are looking for