We could be on the wrong track here – but in Apps10 Aurena are looking to capture the string that is sent when multiple records are selected – this is to execute a custom api call to compare against an expected value. Potentially more on that later.
Anyhow – looking at the, for example, CUSTOMER_ORDER_LINES_HANDLING_SVC, and putting on the debug console, I can see that this is passed in the variable Selection eg:
FUNCTION Get_Price_Source_Info___(
selection_ IN VARCHAR2 ) RETURN Get_Price_Source_Info_Struct_Rec
Does anyone know how to capture this Selection parameter so it can be passed into the Custom API?
Thanks as always!