1. Create UNIX Shell script using naming convention filename.prog
2. Place in the custom PRODUCT_TOP/bin directory-
3. Set protection on the Host Program
4. Link with program fndcpesr: Ex: link -s $FND_TOP/bin/fndcpesr $XXX_TOP/bin/hostprog Note: Exclude the .prog extension
5. Register Concurrent Program Executable
6. Register Concurrent Program Define
7. Add program to request group for Responsibility
use below given three lines as reference and modify your code accordingly.
LOGFILE=$APPLCSF/$APPLLOG/l$REQUESTID.req
REPFILE=$APPLCSF/$APPLOUT/o$REQUESTID.out
echo “+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++”>> $REPFILE
LikeLike
Hi,
Can you please help how should display the output of the concurrent progarm in View output, when the executable for progarm is the Host type.
I have written the concurrent progarm with Executable as Host type,But when i runt the conurrent progarm it gets complete normally but there is not output file.
I Have used echo, fnf_file.put_lint, dbms_output.put_line but noone of the statements are getting displayed in the Output file of the concurrent progarm.
Thanks for your help in advance.
Regards,
Meenakshi D
LikeLike