27.11 GET_LOV_PRIORITY Function

This function retrieves the list of value data for the task priority.

Syntax

APEX_HUMAN_TASK.GET_LOV_PRIORITY
RETURN wwv_flow_t_temp_lov_data pipelined;

Returns

A table of apex_t_temp_lov_data.

Example

select disp,val from table ( apex_human_task.get_lov_priority )