Re: AR: Run AutoInvoice or AutoLockbox from Unix OS Prompt?

From: Dave Comley <74074.1573_at_compuserve.com>
Date: 1995/10/06
Message-ID: <DG1DzJ.LIz_at_corsair.daytonoh.attgis.com>#1/1


==========David K. McLeod, 10/2/95========== I have a need to automate execution of AutoInvoice and AutoLockbox within Oracle Receivables. Anyone have any experience with something like this? Any

help or ideas would be appreciated. Thanks.

-- 
 

 
You can write a shell script for cron to submit at the times you specify. In
the shell script, you should use the CONCSUB utility to submit the AutoInvoice
Master Program RAXMTR.

For a full definition of CONCSUB, check the Oracle Application Object Lib
Reference Manual, pp.9-46 - 53. I guess the command would look something like

CONCSUB AR/<your ar password> AR "Receivables Super User" \
<financials username> CONCURRENT AR RAXMTR \
 followed by all of the arguments you want to pass in

To run autolockbox would require a smiliar approach.

Note: CONCSUB must be entered in upper-case. If you type CONCSUB and press
enter, it gives you an example of how to use the command. It does have some
resubmission options but I haven't used  them and would be reluctant to
recommend something untested...

Regards,

Dave Comley
Freelance Oracle Financials Programmer
Received on Fri Oct 06 1995 - 00:00:00 CET

Original text of this message