DBA Data[Home] [Help]

APPS.GMD_QC_ERES_UTILS dependencies on GMD_QC_TESTS

Line 651: from gmd_qc_tests

647: ) IS
648:
649: CURSOR c1 IS
650: select test_desc
651: from gmd_qc_tests
652: where test_id = p_test_id;
653:
654: begin
655: OPEN c1;

Line 932: FROM GMD_QC_TESTS

928: CURSOR get_decimal_precision IS
929: --Commented out by QZENG Bug
930: --SELECT NVL(REPORT_PRECISION, 0)
931: SELECT NVL(REPORT_PRECISION,-1)
932: FROM GMD_QC_TESTS
933: WHERE TEST_ID = p_test_id;
934: l_value VARCHAR2(50) := NULL;
935: l_decimal_precision NUMBER := 9;
936: l_dot_precision NUMBER := 0;