[Home] [Help]
299: from eng_change_order_types
300: where type_classification='HEADER'
301: and change_mgmt_type_code='AMW_PROC_CERT_ISSUES')) open_issues,
302: amw_audit_units_v aauv,
303: amw_certification_vl acv
304: ---amw_latest_revisions_v alrv
305: where aauv.organization_id=open_issues.organization_id
306: and open_issues.certification_id = acv.certification_id
307: ---and open_issues.process_id = alrv.process_id