DBA Data[Home] [Help]

APPS.WF_DIRECTORY_PART_UTIL dependencies on WF_ROLE_LOV_VL

Line 22: from WF_ROLE_LOV_VL

18: --Added the order by clause to recterive the record
19: --based on status and start date in ascending order
20: cursor r_name_lov is
21: select NAME
22: from WF_ROLE_LOV_VL
23: where DISPLAY_NAME = p_display_name
24: order by status, start_date;
25:
26: BEGIN