MODIFY_APP_ACT_WINDOWΒΆ

Modify specified Application Action Execution Window record.

Table: REDADM.RED_APP_ACT_WINDOWS (Definition of a time window if an application action has restrictions)

Parameter Name

Properties

Default Value

Parameter Description

p_app_name

(PK)(NN)

Name of the application as defined in table REDADM.RED_APPLICATIONS.APP_NAME

p_action_name

(PK)(NN)

Name of the action

p_start_time

(PK)(NN)

Start time of time window in which application is allowed to run (Format: HHMM)

p_end_time

(NN)

End time of time window in which application is allowed to run (Format: HHMM)

Example

EXECUTE SCRIPT api_redadm.modify_app_act_window
            ( 'XXX'      -- p_app_name
            , 'XXX'      -- p_action_name
            , 0          -- p_start_time
            , 0          -- p_end_time
            );