Table of Contents |
---|
Purpose
These processes are performed to maintain the global budget contracts in the actual status depending on the statuses of related entities.
Process
Check that legal entity status from contractor_legal_entity_id is an ACTIVE status
else set contract flag to is_suspended = false as below:
field | value |
---|---|
is_suspended | true |
status_reason | $.AUTO_DEACTIVATION_LEGAL_ENTITY |
updated_at | now() timestamp |
updated_by | eHealth user_id |