Fixed Assets - EBS (MOSC)

MOSC Banner

Asset API Control and commit

edited May 6, 2010 8:16AM in Fixed Assets - EBS (MOSC) 3 commentsAnswered
 HI,

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));

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center