Change Authorization, point and assigned button for Process
Make an Item for the process
select PROCESS_NAME,ID from APEX_200200.wwv_flow_step_processing
where FLOW_ID = :P10_FLOW_ID
and FLOW_STEP_ID =:P10_STEP_ID
Process for Authorization
BEGIN
UPDATE APEX_200200.wwv_flow_step_processing -- Process table
SET...
apex4all.hashnode.dev1 min read