Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE approval_person_organization_requires_date_time FOR (approval_person_organization);

WHERE
          wr1: SIZEOF ( QUERY  ( apo <* approval_person_organization |            (
     SIZEOF  ( QUERY  ( u <* USEDIN  ( apo ,
     'AUTOMOTIVE_DESIGN.'+                    'APPLIED_DATE_ASSIGNMENT.'+ 'ITEMS'
     ) |            ( u.role. name = 'sign off' ) ) ) +           SIZEOF ( QUERY (
     u <* USEDIN ( apo ,
     'AUTOMOTIVE_DESIGN.'+                    'APPLIED_DATE_AND_TIME_ASSIGNMENT.'+
     'ITEMS' ) |            ( u.role. name = 'sign off' ) )            ) ) <>1 ) )
     =0;
END_RULE; -- approval_person_organization_requires_date_time

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