MODIFY_BDOMAIN_SETTINGΒΆ
Modify specified CFI BDomain Setting record.
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.modify_bdomain_setting
( 'XXX' -- p_bdomain
, 0 -- p_bdate_start_offset
);