Inventory Management - EBS (MOSC)

MOSC Banner

MSCA/MWA custom field not able to generate LOV using SQL query - "Unsuccessful row construction"

edited Oct 16, 2019 2:37AM in Inventory Management - EBS (MOSC) 4 commentsAnswered

Hi ,

I am new to MSCA/MWA development environment.My client has a requirement where he wants to generate LOV for a field using SQL query.I had added the code for this requirement but I am getting "Unsuccessful row construction" error message.Below is the code that I had added.

//declaring a variable for LOV

LOVFieldBean mAsnLabel;

//The variable is instantiated and set its properties

this.mAsnLabel = new LOVFieldBean();

this.mAsnLabel.setName("LoadTruckPage.ASNLabel");

this.mAsnLabel.addListener(this);

this.mAsnLabel.setPrompt("ASN Label");

addFieldBean(this.mAsnLabel);

//In FieldEntered Listener,a method is called to execute the query and generate LOV

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