[Home] [Help]
563: OPEN get_proc_cert_issues;
564: FETCH get_proc_cert_issues into l_proc_cert_issues;
565: CLOSE get_proc_cert_issues;
566:
567: l_open_findings := amw_findings_pkg.calculate_open_findings('AMW_PROJ_FINDING',
568: 'PROJ_ORG',
569: p_org_id,
570: null, null,
571: null, null,
571: null, null,
572: null, null,
573: null, null);
574:
575: l_open_issues := amw_findings_pkg.calculate_open_findings('AMW_PROC_CERT_ISSUES',
576: 'ORGANIZATION',
577: p_org_id,
578: 'CERTIFICATION',
579: p_certification_id,