DBA Data[Home] [Help]

APPS.QLTCONTB dependencies on STANDARD

Line 972: -- then standard deviation s is undefined. Nor is cp and cpk.

968: END LOOP;
969:
970: --
971: -- Bug 5130547. Boundary condition check. If num_points_used = 1
972: -- then standard deviation s is undefined. Nor is cp and cpk.
973: -- Let them remain null and skip computation. Mean can be computed
974: -- so extracted the mean calculation to outside the IF. Side note:
975: -- cp and cpk are discarded as dummies even though they are returned
976: -- to the calling procedure. I assume this is for future use. The