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