Dear Erman, I am having a very hard time trying to understand this part from Oracle document Developing and Deploying Customizations in Oracle E-Business Suite Release 12.2
KA1068
perl xdfgen.pl <apps_user> XYZ_USER_SERVICE
Create the patch.
Patch Files:
fnd/patch/115/xdf/xyz_user_service.xdf version 3
Manual apply phase actions for the file system:
cp fnd/patch/115/xdf/* $FND_TOP/patch/115/xdf
Which path is meant by "fnd/patch/115/xdf/"? It is not even an absolute path. It looks same as $FND_TOP/patch/115/xdf
Sorry I made a mistake in my question.
I mean, can't I copy the xdf from patch_top/fnd/patch/115/xdf (as my PWD)? Why do I need to go back to patch_top and them do cp fnd/patch/115/xdf/* $FND_TOP/patch/115/xdf ?
"Can't I copy the xdf from patch_top/fnd/patch/115/xdf (as my PWD)? -So Why use the relative path fnd/patch/...? Why do I need to go back to patch_top?""
Actually yes you can.. But that's for the safety reasons and being aligned with the standards.
By typing out the relative path fnd/patch/..., you are visually verifying that you have built the correct folder hierarchy. So it prevents blind copying.