Is there any option to submit Receiving Transaction Processor in ONLINE mode.
Hi All,
Is there any option to submit Receiving Transaction Processor in ONLINE mode, as default is BATCH.
I tried like this but didn't worked.
APPS.FND_REQUEST.SUBMIT_REQUEST ( APPLICATION => 'PO',
PROGRAM => 'RVCTP',
ARGUMENT1 => 'ONLINE',
ARGUMENT2 => 'GROUP_ID',
ARGUMENT3 => 'OU' );
Thanks