Create and register a
concurrent program in oracle apps
Oracle applications is all about the concurrent program,
most of the activities are performed by concurrent programs, so let’s see how to
create a concurrent program in oracle apps
Here the question arises
what is the concurrent program?
A concurrent program is an executable file, if you want to
perform an activity such as generating a report, creating invoices, posting a
journal and etc. these all tasks can be done by creating an executable file, an
executable file can be anything such as PLSQL code, oracle reports, HOST, Java
program and etc.
Here are the steps to create an executable and register that
executable file as a concurrent program.