Tuesday, October 12, 2010

Host Concurrent Program

Below are the steps to register host concurrent program in oracle apps
1) Define Concurrent Program with Executable Type = Host and Execution File Name = Name of .prog file without extension
2) Copy your .prog file (Shell Script) to Custom Top Bin directory (Eg: $XXCUST_TOP/bin)
3) Create symbollic link by executing below commands on Unix Server
cd $XXCUST_TOP/bin
ln -s $FND_TOP/bin/fndcpesr sample_file
WHERE sample_file = Name of your Host program script

No comments:

Post a Comment