EBS: Error using API Arp_Br_Remit_Batches.Update_Remit
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,