I'm trying to figure out if it is possible to create a LOV element where the values ββare an email address from LDAP. Does anyone know if this is possible? Thanks to
This should work:
Create a PL / SQL function PIPELINED that queries your LDAP with DBMS_LDAP and returns a table of letters,
PIPELINED
DBMS_LDAP
Define your element LOV as query based:
LOV
SELECT column_value display, column_value FROM TABLE(function)