55.5 GET_LOV_WORKFLOW_STATE Function
This function gets the list of value data for the workflow instance attribute state.
Syntax
APEX_WORKFLOW.GET_LOV_WORKFLOW_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_workflow_state )Parent topic: APEX_WORKFLOW