ADD_APPLICATIONΒΆ

Add new Application Action.

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

Default Value

Parameter Description

p_app_name

(PK)(NN)

Name of the application

p_description

Description of the application

p_use_deps

(NN)

FALSE

If the app_name matches a schema name all dependent objects are made application components implicitly.

Example

EXECUTE SCRIPT api_redadm.add_application
            ( 'XXX'      -- p_app_name
            , 'XXX'      -- p_description
            , FALSE      -- p_use_deps
            );