Tuesday, 25 August 2020

FNDLOAD for Quality Plan Setup Migration

 --Get PLAN_ID using the following query  

SELECT * FROM QA_PLANS WHERE NAME='MRP APPROVAL QT PLAN';


--PLAN_ID=10078

--User following command to download the quality plan setup

--Download

FNDLOAD apps/password 0 Y DOWNLOAD $QA_TOP/patch/115/import/qltplans.lct MRP_APPROVAL_QT_PLAN.ldt QA_PLANS PLAN_ID="10078"

--Upload

FNDLOAD apps/password 0 Y UPLOAD $QA_TOP/patch/115/import/qltplans.lct MRP_APPROVAL_QT_PLAN.ldt - WARNING=YES UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE


No comments:

Post a Comment