PL / SQL Named Variable Name is best not to be the same as the name of the field that needs to be associated
The initial variable "unit ID" is named org_id caused the identification error, renamed ORGID OK.
Or when the associated field is associated, the alias of the table should also prevent such an error occurred.