9.11 GET_LOV_PRIORITY Function

Caution:

This API is deprecated and will be removed in a future release.

Use APEX_HUMAN_TASK instead.

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

Syntax

APEX_APPROVAL.GET_LOV_PRIORITY
RETURN apex_t_temp_lov_data pipelined;

Returns

A table of apex_t_temp_lov_data.

Example

select disp,val from table ( apex_approval.get_lov_priority )