Sunday, June 29, 2014

How to Change Category for an Asset in Oracle EBS R12 or R11 Using API?


FA_API_FA_RECLASS_PUB.DO_RECLASS API may be used to change asset category for one or multiple assets.

Structure of API is



FA_RECLASS_PUB.do_reclass (
-- std parameters
                              p_api_version                                    => l_api_version,
                              p_init_msg_list                                   => l_msg_list,
                              p_commit                                          => l_commit_flag,
                              p_validation_level                              => l_validation_level,
                              p_calling_fn                                       => l_calling_fn,
                              x_return_status                                  => l_return_status,
                              x_msg_count                                     => l_msg_count,
                              x_msg_data                                       => l_msg_data,
              -- api parameters
                              px_trans_rec                                     => l_trans_rec,
                              px_asset_hdr_rec                             => l_asset_hdr_rec,
                              px_asset_cat_rec_new                      => l_asset_cat_rec_new,
                              p_recl_opt_rec                                 => l_recl_opt_rec
                                                       );


Get API used in this video from FA_RECLASS_PUB.DO_RECLASS
 

Demo 

If you liked this article feel free to share it with your fellows. Thank you! 


For some other helpful videos check my YouTube Channel. 

To receive notifications for new articles follow me

Or subscribe by email


No comments:

Post a Comment