Asset API Control and commit
I would know if the controle in the asset api is done by default or we must introduce it like those integrated on script of for exemple the script of the Oracle Assets Asset Description API (you can see the 206481.1 note) .
the commit is done by default ?
I mean by controle, the following lines used is 206481.1 note :
-- rollback;
dbms_output.put_line('l_return_status '||l_return_status);
if l_return_status = 'E' then
l_msg_count := fnd_msg_pub.count_msg;
if (l_msg_count > 0) then
dbms_output.put_line('l_msg_count '||to_char(l_msg_count));