ADD_BDOMAIN_SETTINGΒΆ

Add new CFI BDomain Setting.

Table: CFIADM.CFI_BDOMAIN_SETTINGS (Definition of business domains and adjustments of their load timing)

Parameter Name

Properties

Default Value

Parameter Description

p_bdomain

(PK)(NN)

Name of the business domain

p_bdate_start_offset

(NN)

0

Offset in hours if the change of business day should not occur at midnight

Example

EXECUTE SCRIPT api_cfiadm.add_bdomain_setting
            ( 'XXX'      -- p_bdomain
            , 0          -- p_bdate_start_offset
            );