Really, this should be it, for the passing income.
[capital-apms-progress.git] / trigger / deprglnk.p
blob5da6082d12435c5f61dfaed8fe9428b8a273c0c4
1 TRIGGER PROCEDURE FOR DELETE OF ProgramLink.
3 FOR EACH UsrGroupMenuItem OF ProgramLink EXCLUSIVE-LOCK:
4 DELETE UsrGroupMenuItem.
5 END.