Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE approval_requires_approval_assignment FOR (approval);

WHERE
          wr1: SIZEOF ( QUERY ( a <* approval | SIZEOF ( USEDIN ( a ,
     'AUTOMOTIVE_DESIGN.APPROVAL_ASSIGNMENT.ASSIGNED_APPROVAL' )
     ) =0 ) ) =0;
END_RULE; -- approval_requires_approval_assignment

public class RApproval_requires_approval_assignment
          public int rWr1(SdaiContext _context)
          public int run(SdaiContext _context, A_string violations)