Are any standard procedures for creating transactions? [message #627280] |
Mon, 10 November 2014 09:18 |
|
alex_shynk
Messages: 22 Registered: July 2014
|
Junior Member |
|
|
Navigate: Receivable Manager->Transaction->Transaction
I traced sql commands and saw that all data are inserted into table without use any procedures. Records inserted by the DML "Insert into(f1, f2, ...) values(:b1, b2,..)".
The problem is caused by need to create transaction use a concurrent program which is calling a package procedure. And it must be made in standard mode like as on the standard form.
|
|
|