EBS Customizations (MOSC)

MOSC Banner

Issue while consuming Inventory Manager business service

edited Jul 17, 2015 5:03AM in EBS Customizations (MOSC) 1 commentAnswered

Hello,

I am trying to consume the Inventory Manager business service and when I came to call the function show item price, I tried to execute the code below but the last line was producing an error. Can anyone help in this?

   
        getItemPrice itemPrice = new getItemPrice();

        itemPrice.item = new itemGroupCustomer();
         itemPrice.item.itemId = ItemID;
     

itemPrice.branchPlantList = BusinessUnit

var showItemPrice = manager.getItemPrice(itemPrice);

     

Invalid Array length. WhereClause conditions array passed to WhereClauseBuilder is empty. Please use emptyWhereClauseBuilder construct if no where clause is desired.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

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