Wednesday 22 January 2014

R12 Form Compile and FNDLOAD commands

Set environment variable before running commands. The environment variable needs to set from appl top.

FNDLOAD commands to move objects:

FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct /d01/bkptest/apps/apps_st/appl/xx_top/12.0.0/reports/US/XX_SALES_ORDER.ldt PROGRAM APPLICATION_SHORT_NAME="XX_TOP" CONCURRENT_PROGRAM_NAME="XX_SALES_ORDER"

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

Command to compile pll:

frmcmp_batch module=WIPTXSFM.pll userid=apps/apps output_file=WIPTXSFM.plx module_type=LIBRARY batch=yes compile_all=special

Command to compile form:

frmcmp_batch userid=apps/app321 module=WIPTXSFM.fmb output_file=/test/apps/apps_st/appl/wip/12.0.0/forms/US/WIPTXSFM.fmx module_type=form batch=no compile_all=special

No comments:

Post a Comment