59.4 GET_LOV_ACTIVITY_STATE Function

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

Syntax

APEX_WORKFLOW.GET_LOV_ACTIVITY_STATE
RETURN wwv_flow_t_temp_lov_data;

Parameters

None.

Returns

A table of apex_t_temp_lov_data.

Example

select disp,
       val
  from table ( apex_workflow.get_lov_activity_state )