6.10 GET_LOV_PRIORITY Function

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

Syntax

APEX_APPROVAL.GET_LOV_PRIORITY
RETURN wwv_flow_t_temp_lov_data pipelined;

Returns

A table of apex_t_temp_lov_data.

Example

The following example demonstrates

select disp,val from table ( apex_approval.get_lov_priority )