DBA Data[Home] [Help]

APPS.GMD_RESULT_TRANSFER_GRP dependencies on GMD_QC_TESTS_PVT

Line 549: IF NOT GMD_QC_TESTS_PVT.fetch_row

545: FOR temp_table_rslt_row in c_temp_table_rslt LOOP
546: -- Get Test record for results
547: l_tests_rec_in.test_id := temp_table_rslt_row.test_id;
548: l_place := 15;
549: IF NOT GMD_QC_TESTS_PVT.fetch_row
550: ( p_gmd_qc_tests => l_tests_rec_in,
551: x_gmd_qc_tests => l_tests_rec) THEN
552: RAISE FND_API.G_EXC_ERROR;
553: END IF;