Receivables - EBS (MOSC)

MOSC Banner

EBS: Error using API Arp_Br_Remit_Batches.Update_Remit

edited Jul 23, 2015 10:04AM in Receivables - EBS (MOSC) 7 commentsAnswered

Getting status E without message while trying to update control count and amount of a receipt batch. Any help will be great.

Regards

Declare
  l_Return_Status   Varchar2(1);
  l_Msg_Count       Number;
  l_Msg_Data        Varchar2(240);
  p_Count           Number := 0;
Begin
  Fnd_Global.Apps_Initialize(5843, 52439, 222);
  Mo_Global.Init('AR');
  Mo_Global.Set_Policy_Context('S', '131');
 
  Apps.Arp_Br_Remit_Batches.Update_Remit(p_Api_Version                => 1.0,
                                         p_Init_Msg_List              => Fnd_Api.g_True,
                                         p_Commit                     => Fnd_Api.g_True,
                                         p_Validation_Level           => Fnd_Api.g_Valid_Level_Full,
                                         x_Return_Status              => l_Return_Status,
                                         x_Msg_Count                  => 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