REMOVE_APP_ACT_WINDOWΒΆ
Remove specified Application Action Execution Window record(s).
Table: REDADM.RED_APP_ACT_WINDOWS (Definition of a time window if an application action has restrictions)
Parameter Name |
Properties |
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) |
Example
EXECUTE SCRIPT api_redadm.remove_app_act_window
( 'XXX' -- p_app_name
, 'XXX' -- p_action_name
, 0 -- p_start_time
);