TOGGLE_APP_ACTIONΒΆ
Toggle the Application-Action status between active and inactive.
Table: RED_APP_ACTIONS
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 |
Example
EXECUTE SCRIPT api_redadm.toggle_app_actions
( 'XXX' -- p_app_name
, 'XXX' -- p_action_name
);