0

Shell Script tutorial - how to use shell script oracle Apps

posted on , by Unknown

Use of shell script in oracle A.Steps to Register Shell Script as a concurrent program. B.Sample Shell Script to copy the file from source to destination. C.Basic Shell Script Commands. A. Steps to Register Shell Script as a concurrent program :  Step 1: ======= Place the .prog script under the bin directory for your applications top directory. For example, call the script ONEPLACE_DEMO.prog and place it under $CUSTOM_TOP/bin (*Note: $CUSTOM_TOP = name of you custom top) Go ...

7

Oracle FNDLOAD Scripts - Download and update LDT's

posted on , by Unknown

Oracle FNDLOAD Scripts - Download and update LDT's 1. Lookups-- -------------  Download Command : FNDLOAD apps/password O Y DOWNLOAD $FND_TOP/patch/115/import/aflvmlu.lct XX_CUSTOM_LKP.ldt FND_LOOKUP_TYPE APPLICATION_SHORT_NAME="XXSHORT_NAME" LOOKUP_TYPE="XX_LOOKUP_TYPE"  Upload Command : FNDLOAD apps/password O Y UPLOAD $FND_TOP/patch/115/import/aflvmlu.lct XX_CUSTOM_LKP.ldt UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE 2. Concurrent Program-- -----------------------------  Download ...