I got a query from Bimal: How to find out the version of raaips.lpc. A search on metalink revealed that this is a file related to Receivables along with this info:
Note: At the time of this writing the latest version of raaips.lpc was 115.11 in Patch 2892559.
I checked for patch 2892559 and saw that it was only 75 KB in size. Promptly I downloaded it in the hope of finding the path of the raapis.lpc file. However the file raapis.lpc was not present in the patch. I searched for raapis* and found this:
D:\download\p2892559_11i_LINUX>dir raaips*/s
Volume in drive D is Data
Volume Serial Number is AC3C-A42C
Directory of D:\download\2892559\ar\lib
01/03/2002 03:03 AM 25,396 raaips.o
1 File(s) 25,396 bytes
That means the file would be in $AR_TOP/lib
$ cd $AR_TOP/lib
$ adident Header raaips.o
raaips.o:
$Header raaips.lpc 115.14 2004/09/21 15:45:22 mraymond ship $
I gave the information to Bimal.
Blog dedicated to Oracle Applications (E-Business Suite) Technology; covers Apps Architecture, Administration and third party bolt-ons to Apps
Thursday, July 19, 2007
Subscribe to:
Post Comments (Atom)
1 comment:
Thanks a lot Vikram. My problem solved.
Post a Comment