9.12 GET_LOV_STATE Function

Caution:

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

Use APEX_HUMAN_TASK instead.

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

Syntax

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