ADD_BDOMAIN_EXCEPT_TIMEΒΆ
Add new BDomain Calendar Exception.
Table: REDADM.RED_BDOMAIN_EXCEPT_TIMES (Defines for the available business domains (BDOMAINs) at which times the loads should be skipped.)
Parameter Name |
Properties |
Default Value |
Parameter Description |
---|---|---|---|
p_bdomain |
(PK)(NN) |
Name of the business domain |
|
p_except_from |
(PK)(NN) |
timestamp when the bdomain skip begins |
|
p_except_to |
timestamp when the bdomain skip ends |
Example
EXECUTE SCRIPT api_redadm.add_bdomain_except_time
( 'XXX' -- p_bdomain
, '2025-03-10 12:00:00' -- p_except_from
, '2025-03-10 12:00:00' -- p_except_to
);