Fixed Assets - EBS (MOSC)

MOSC Banner

Hello Members

edited May 16, 2017 5:02AM in Fixed Assets - EBS (MOSC) 3 commentsAnswered

Can anyone assist on how to run the scripts below for group of assets and not for individual assets.

set serveroutput on

declare

l_asset_hdr_rec fa_api_types.asset_hdr_rec_type;

l_return_status VARCHAR2(1);

l_mesg_count number;

l_mesg varchar2(4000);

begin

dbms_output.enable(1000000);

FA_SRVR_MSG.Init_Server_Message;

— asset header info

l_asset_hdr_rec.asset_id := &asset_id;

l_asset_hdr_rec.book_type_code := ‘&book’;

–call the api

FA_DEPRN_ROLLBACK_PUB.do_rollback

(p_api_version => 1.0,

p_init_msg_list => FND_API.G_FALSE,

p_commit => FND_API.G_FALSE,

Tagged:

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