EBS migration
文章来源: 平安是福mtl2009-02-25 13:52:16

1)      Commands to download concurrent program definitions.

FNDLOAD apps/$p_apps_pass 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct LUCY0074.ldt PROGRAM APPLICATION_SHORT_NAME=LUCY CONCURRENT_PROGRAM_NAME=LUCYACCLINEDET

File LUCY0074.ldt will be created and contains all definition and information related to program LUCYACCLINEDET under application LUCY.

Database Password for apps will be required and pass to $p_apps_pass.

0074 is cemli number.

2)      Commands to download XML Publisher data and template definitions.

FNDLOAD apps/$p_apps_pass 0 Y DOWNLOAD $XDO_TOP/patch/115/import/xdotmpl.lct LUCY_0074_XMLPData.ldt XDO_DS_DEFINITIONS APPLICATION_SHORT_NAME="LUCY" DATA_SOURCE_CODE=LUCYACCLINEDET TMPL_APP_SHORT_NAME="LUCY" TEMPLATE_CODE=LUCYACCLINEDET

File LUCY_0074_XMLPData.ldt will be created and contains all definitions and definitions related to data definition code LUCYACCLINEDET under application LUCY and template definition code LUCYACCLINEDET under application LUCY.

3)      Copy *.ldt files to a location in another server.

4)      Commands to upload concurrent program definitions.

FNDLOAD apps/$p_apps_pass 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct LUCY0074.ldt

5)      Commands to upload data and template definitions.

FNDLOAD apps//$p_apps_pass 0 Y UPLOAD $XDO_TOP/patch/115/import/xdotmpl.lct LUCY_0074_XMLPData.ldt