For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hello Leaders,
I am using PBCS data management to load data my application is multi currencies when i run the data load i found that error
and in the issue log
Thank You
Hello Rajesh,
The supported method is to export the concurrent executable and concurrent program you created in your DEV environment using FNDLOAD. That will create ldt files that you would use to import in the next instance.
Example of these script are as follow:
FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct XX_CUSTOM_CP.ldt PROGRAM APPLICATION_SHORT_NAME="XXCUST" CONCURRENT_PROGRAM_NAME="XX_CONCURRENT_PROGRAM"
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct XX_CUSTOM_CP.ldt - WARNING=YES UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE
Hope this helps!
Thank You Sylvain