DBA Data[Home] [Help]

APPS.WF_ROUTE dependencies on WF_ROLE_LOV_VL

Line 517: from WF_ROLE_LOV_VL

513: begin
514: -- Very costly statement
515: select NAME
516: into rname
517: from WF_ROLE_LOV_VL
518: where DISPLAY_NAME = ValidateRole.role;
519:
520: -- Found, return internal name
521: return(rname);