Summary
First login as APPS user and execute the following query to find in what patch level you are in the financial modules.
select a.application_name, decode(b.status,'I','Installed','S','Shared','N/A') STATUS, PATCH_LEVEL
from APPS.fnd_application_vl a, APPS.fnd_product_installations b
where a.application_id = b.application_id
and application_name in ('European Localizations', 'Regional Localizations',
'Asia/Pacific Localizations', 'Latin America Localizations', 'Assets',
'Payables', 'Receivables', 'General Ledger');
APPLICATION_NAME STATUS PATCH_LEVEL
---------------------------------------- --------- --------------
General Ledger Installed 11i.GL.H
Assets Installed 11i.FA.L
Payables Installed 11i.AP.K
Receivables Installed 11i.AR.L
Regional Localizations Installed 11i.JG.H
European Localizations Installed 11i.JE.G
Asia/Pacific Localizations N/A 11i.JA.F
Latin America Localizations N/A 11i.JL.J
8 rows selected.
Then compare the results with the following table.
Financial Family Pack C (11i.FIN_FP.C)
-----------------------------
11i.AR.K
11i.AP.J
11i.GL.G
11i.JE.F
11i.JG.G
11i.AR.L
11i.JL.I
Financial Family Pack D (11i.FIN_FP.D)
-----------------------------
11i.JE.G
11i.AP.K
11i.GL.H
11i.JG.H
11i.JL.J
11i.JA.F
11i.FA.L
11i.AR.L
11i.FA.M
Financial Family Pack E (11i.FIN_FP.E) (software: 2842697 ; docs: 3045968) – 11.5.9
-------------------------------
11i.AP.L
11i.JG.I
11i.AR.M
11i.JL.K
11i.FA.N
11i.JE.H
11i.GL.I
Financial Family Pack F (11i.FIN_PF.F) (patch 3153675) – 11.5.10
-------------------------------
11i. AP.M
11i.AX.L
11i.JE.I
11i.AR.N
11i.JG.J
11i.GL.J
11i.FA.O
11i.CE.J
11i.PO.H
11i.JL.L
11i.JA.H
11i.JE.I
Financial Family Pack G (11i.FIN_PF.G) (patch 3653484) – 11.5.10
------------------------------
11i.FA.P
11i.JL.M
11i.AX.J
11i.GL.K
11i.AP.N
11i.CE.K
11i.JE.J
11i.AR.O
11i.JA.I
11i.HZ.N
11i.JG.K
11i.FND.H
For this environment we are on Financial Family Pack D