Table of Contents |
---|
...
Page Properties | ||||||
---|---|---|---|---|---|---|
|
Logic
Fetch records from PRM.medications, where:
is_active = TRUE
end_date < current_date()
Update all records to:
is_active = FALSE
updated_at = now()
updated_by = SYSTEM_USER
Write changes to audit log
Write changes to event manager
...