/* tr-c-eth.p - Create trigger for ethnic-code */ TRIGGER PROCEDURE FOR CREATE OF ethnic-code. /* Include Commons */ {common.i} /* Assign an ID, creation info and any initial defaults */ ASSIGN ethnic-code.primary-key = NEXT-VALUE(primary-misc) ethnic-code.cre-date = TODAY ethnic-code.cre-user-name = menu-user ethnic-code.upd-date = TODAY ethnic-code.upd-user-name = menu-user. /* Go back */ RETURN.