Hello Friends, a very useful easy to do……. How to export a concurrent program and executable using FNDLOAD?
Please use the following FNDLOAD command to download a concurrent program to a flat file :
FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct file_name.ldt PROGRAM APPLICATION_SHORT_NAME=”<your_application_short_name>” CONCURRENT_PROGRAM_NAME=”<your_concurrent_name>”
To upload it to another environment, use the following command :
FNDLOAD apps/apps O Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct file_name.ldt
You may found additional explanation in the Oracle Applications System Administrator’s Guide – configuration Release 11i ( appendix C)
thanks – Shivmohan
I think you have remarked some very interesting details , thankyou for the post.
LikeLike
You can use below command.
FNDLOAD apps/apps O Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct $FND_TOP/patch/115/import/US/XXAEU_APXPPHIS_US.ldt
LikeLike
You Can use below command,
FNDLOAD apps/apps O Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct $FND_TOP/patch/115/import/US/XXAEU_APXPPHIS_US.ldt
LikeLike