Concurrent Program - Oracle Apps [message #307036] |
Mon, 17 March 2008 11:31 |
shasikkumar
Messages: 8 Registered: February 2008 Location: India
|
Junior Member |
|
|
Hi,
As per the Oracle Applications Guideline - We should not issue commits in our concurrent program.
Is there any situation where it is needed to give a commit within the concurrent program and also is that documented in Guideline that in these situations we might need to give commit in our program.
Thanks,
Shasi
|
|
|
|
Re: Concurrent Program - Oracle Apps [message #307937 is a reply to message #307036] |
Thu, 20 March 2008 07:31 |
Dhruva
Messages: 9 Registered: August 2007
|
Junior Member |
|
|
We use Commit mostly in Interfaces and Conversion programs.
But there is no such hard and fast rule that you should not use commit.
But you have to decide how many times you want to use commit.After each insert or may be after 50 inserts just to enhance performace.
|
|
|