REMOVE_APPLICATIONΒΆ
Remove specified Application Action record(s).
Table: REDADM.RED_APPLICATIONS (Definition of name and description for an application. Applications are used as the basis to group objects into applications and to define actions if a specific condition is met.)
Parameter Name |
Properties |
Parameter Description |
---|---|---|
p_app_name |
(PK)(NN) |
Name of the application |
Example
EXECUTE SCRIPT api_redadm.remove_application
( 'XXX' -- p_app_name
);