My Oracle Support Banner

What Are The Latest Flexfield Patches? (Doc ID 2153269.1)

Last updated on DECEMBER 01, 2023

Applies to:

Oracle Application Object Library - Version 11.5.10.2 to 12.2 [Release 11.5 to 12.2]
Information in this document applies to any platform.

Goal

 How to determine if the most current FND Flexfield patches are applied?

To check files related to Flexfields, the following scripts can be used:

R11--
adident Header $FND_TOP/bin/f60webmx |grep fdf|sort > 11i_fdf_webver.txt
adident Header $FND_TOP/lib/fdf*.o |sort > 11i_fdf_libver.txt
R12--
adident Header $FND_TOP/lib/libfnd.a|grep fdf|sort|uniq > 12i_fdf1.txt
adident Header $FND_TOP/bin/fndfmxit.so|grep fdf|sort|uniq > 12i_fdf2.txt

select text from dba_source where line=2 and name like 'FND_FLEX%' ;

adident Header $JAVA_TOP/classes/oracle/apps/fnd/flexj/Segment.class
adident Header $JAVA_TOP/oracle/apps/fnd/flexj/ValueSet.class
adident Header $JAVA_TOP/oracle/apps/fnd/flexj/Flexfield.class

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.