Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Lov Value mapping ??

Kashif AliSep 21 2016 — edited Sep 21 2016

Hi everyone i am using jdeveloper 11.1.2.3.0

And my use case is

i have a view object with an attribute STATUS

the value of STATUS in db is

P
A
L

Now to change the value of STATUS attribute , i creat a lov on STATUS attribute that shows

Present in stead of P

Absent instead of A

Leave instead of L

when i run the page the STATUS attribute show the blank value ,

and my requirement is when ever i run this form the STATUS Lov must show the saved value

for example if 'P' is saved then it show the 'Present' and if 'L' is saved then It show 'Leave' and so on and after that if user needs to change then it can select any value from lov

How can i do this ??

S1.png

For LOV i create a Static VO Wtih Tow Attributes

and map 'BACK' attribute with status attribute

S1.png

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 19 2016
Added on Sep 21 2016
9 comments
242 views