DBA Data[Home] [Help]

APPS.WF_ENGINE dependencies on WF_ROLE_LOV_VL

Line 559: FROM wf_role_lov_vl

555: if (tvalue is null) then
556: begin
557: SELECT name
558: INTO tvalue
559: FROM wf_role_lov_vl
560: WHERE upper(display_name) = upper(avalue)
561: AND rownum = 1;
562: exception
563: when no_data_found then