6.11 GET_LOV_STATE Function

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

Syntax

APEX_APPROVAL.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_approval.get_lov_state )