When I generate the SQL using PowerDesigner and run it in Oracle, it throws the error
Warning:Trigger creation with compilation errors
The error message suggests that sequence material_classify_seq is missing. You can create the missing sequence with the following SQL statement:
material_classify_seq
Create Sequence material_classify_seq;