Skip to Main Content

POP UP LOV should not display the current employee

Janki JadejaAug 16 2022

I have written query for pop up lov
Select e.EMPNUM ||'- '|| e.FIRSNAM ||' '|| e.LASNAM as display_value, e.EMPNUM as return_value from users_m e;
I don't want to display the current :P5556_EMPNO AND :P5556_FNAME :P5556_LNAME in a list.

This post has been answered by Nobody_Basirul on Aug 23 2022
Jump to Answer
Comments
Post Details
Added on Aug 16 2022
1 comment
15 views