31.12 GET_LOV_STATE Function

This function gets the list of value data for the task attribute state.

Syntax

APEX_HUMAN_TASK.GET_LOV_STATE
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_state )