Issue in passing FND_STANDARD_DATE to a concurrent program using CONCSUB [message #542034] |
Sat, 04 February 2012 01:25 |
Nshan
Messages: 62 Registered: February 2009
|
Member |
|
|
Hi All,
I am having one concurrent program of type HOST which is having one parameter of date type. for that i am using FND_STANDARD_DATE value set.
From this concurrent program (Shell) i am invoking another one using CONCSUB command.
Accepted value for that date parameter is - "2011/09/29 00:00:00"
My call to 2nd program is as below
CONCSUB APPS/$USER_PWD $RESP_SHORT_NAME "$RESP_NAME" $USER WAIT=Y CONCURRENT $VAL_RESP_SHORT_NAME XXG_AR_AUTOCASH_VAL "$REQUEST_ID" "$TRANSMISSION_NAME" "$TRANSMISSION_FORMAT_ID" "$ORG_ID" "$FILE_TYPE" "${GL_OVER_DATE}">$SRC_DIR/XXGAR2190_VALIDATE_LOCKBOX_$DATE.out
Whenever date value is passed to a 2nd program it is getting passed as below
88578006, CA823110817011374, 75020, 249, 823, 2011/09/29, 00:00:00
because of space between date and mins it is going as an additional parameter with comma.
I have tried with brackets also it is not working.
Because of this issue my program is erroring out saying wrong number of arguments to the concurrent program.
Any help on this issue is appreciated.
Thanks in advance.
Thanks,
Nshan.
|
|
|
|
|