Oracle Apps Techno-functional Knowledge
Wednesday, 26 August 2015
Friday, 21 August 2015
Creating and Uploading New .LDT file
CREATING/DOWNLOAD NEW .LDT FILE
1. Login to putty
user/password
cd $ONT_TOP/bin Custom top of ONT
2. Go to bin Top of particular directory (If you want to create New .ldt file in ONT Top means your report is registered into ONT top.
3. Execute the below script.
4. Before executing the script need to changes into script as per requirement like
a. Give .ldt file name user defined (Anything which u want) XYZ.ldt
b. Give the appication short name - PROGRAM APPLICATION_SHORT_NAME='XXONT'
(TOP name)
c. Give concurrent program short name like CONCURRENT_PROGRAM_NAME='XYZ'
5. Creating .LDT File
For ONT TOP...
FNDLOAD user/Password 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct XYZ.ldt PROGRAM APPLICATION_SHORT_NAME='XXONT' CONCURRENT_PROGRAM_NAME='XYZ'
FOR GL TOP
FNDLOAD User/Password 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct XYZ.ldt PROGRAM APPLICATION_SHORT_NAME='XXSQLGL' CONCURRENT_PROGRAM_NAME='XYZ'
6. Uploading .LDT File
FNDLOAD User/Password 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct XYZ.ldt
Subscribe to:
Posts (Atom)