Below are the Default parameters we will get to shell script file while running through concurrent program
$0 - Shellscript name
$1 - Oracle Data Base username/password
$2 - User_id
$3 - Oracle Applications username
$4 - Concurrent request id
Also from $5, $6 ..... will be the shell script arguments.
$0 - Shellscript name
$1 - Oracle Data Base username/password
$2 - User_id
$3 - Oracle Applications username
$4 - Concurrent request id
Also from $5, $6 ..... will be the shell script arguments.