DBA Data[Home] [Help]

APPS.GMD_QC_TESTS_GRP dependencies on GMD_QC_TESTS_PVT

Line 190: IF NOT ( GMD_QC_TESTS_PVT.Fetch_Row(

186: IF l_exptab(i).pvalue_type = 'O' THEN
187: l_test_in_rec.test_code := l_exptab(i).poperand ;
188: l_test_in_rec.test_id := NULL;
189:
190: IF NOT ( GMD_QC_TESTS_PVT.Fetch_Row(
191: p_gmd_qc_tests => l_test_in_rec,
192: x_gmd_qc_tests => l_test_rec)) THEN
193: FND_MESSAGE.SET_NAME('GMD','GMD_INVALID_TEST_EXP');
194: FND_MESSAGE.SET_TOKEN('TEST',l_exptab(i).poperand);

Line 390: IF (GMD_QC_TESTS_PVT.Fetch_Row(p_gmd_qc_tests => l_test_in_rec,

386:
387: IF p_test_id IS NOT NULL THEN
388: l_test_in_rec.test_id := p_test_id ;
389:
390: IF (GMD_QC_TESTS_PVT.Fetch_Row(p_gmd_qc_tests => l_test_in_rec,
391: x_gmd_qc_tests => l_test_rec)) THEN
392: l_old_display_precision := l_test_rec.display_precision;
393: l_old_report_precision := l_test_rec.report_precision;
394: