DBA Data[Home] [Help]

APPS.GMD_RESULTS_PUB dependencies on GMD_RESULTS_PVT

Line 237: IF NOT GMD_RESULTS_PVT.fetch_row

233: l_results_row_in.test_id := l_tests_rec.test_id;
234: l_results_row_in.sample_id := l_samples_rec.sample_id;
235: l_results_row_in.test_replicate_cnt := p_results_rec.test_replicate_cnt;
236:
237: IF NOT GMD_RESULTS_PVT.fetch_row
238: ( p_results => l_results_row_in,
239: x_results => l_results_row
240: ) THEN
241: RAISE FND_API.G_EXC_ERROR;

Line 248: IF NOT GMD_RESULTS_PVT.fetch_row

244: ELSE
245: -- Fetch Result Row
246: l_results_row_in.result_id := p_results_rec.result_id;
247:
248: IF NOT GMD_RESULTS_PVT.fetch_row
249: ( p_results => l_results_row_in,
250: x_results => l_results_row
251: ) THEN
252: RAISE FND_API.G_EXC_ERROR;

Line 448: IF NOT GMD_RESULTS_PVT.LOCK_ROW ( p_result_id => l_results_row.result_id )

444: RAISE FND_API.G_EXC_ERROR;
445: END IF;
446:
447:
448: IF NOT GMD_RESULTS_PVT.LOCK_ROW ( p_result_id => l_results_row.result_id )
449: THEN
450: RAISE FND_API.G_EXC_ERROR;
451: ELSE
452: -- IF test_type is T then convert result char to Num

Line 571: IF NOT GMD_RESULTS_PVT.FETCH_ROW( p_results => l_results_row_in,

567: END IF;
568: -- M. Grosser 20-Apr-2006: Bug 5141976 : End of changes
569:
570:
571: IF NOT GMD_RESULTS_PVT.FETCH_ROW( p_results => l_results_row_in,
572: x_results => l_results_row ) THEN
573: RAISE FND_API.G_EXC_ERROR;
574: END IF;
575: