Hi,
I am using Jdeveloper 12.1.3.0.0.
My LOV Query:
SELECT A.ID,
A.NAME\_ARB,
A.ATTRIBUTE\_01
FROM MyTable A
LOV is set as: List Attribute is A.ID and Display Attribute is A.NAME_ ARB-- on attribute 'ReasonId' of ViewObject 'ReasonsVO'.
Now I have dragged my ReasonsVO data control and dropped it as ADF Table. When user inserts a new row, user has to select a value from LOV (Select One Choice). Based on the selection from LOV, system should get A.ATTRIBUTE_01 value (from the above query of LOV) against the selected value and enable/ disable an input Text in the same row of the table like:

Please let me know for further clarity and help!
Thanks
Mudi