61.4 GET_LOV_ACTIVITY_STATE Function
This function gets the list of value data for the activity instance attribute state.
Syntax
APEX_WORKFLOW.GET_LOV_ACTIVITY_STATE
RETURN apex_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 )
Parent topic: APEX_WORKFLOW