DBA Data[Home] [Help]

APPS.GMD_RESULTS_PUB dependencies on GMD_RESULTS_PVT

Line 285: IF NOT GMD_RESULTS_PVT.fetch_row

281: l_results_row_in.test_id := l_tests_rec.test_id;
282: l_results_row_in.sample_id := l_samples_rec.sample_id;
283: l_results_row_in.test_replicate_cnt := p_results_rec.test_replicate_cnt;
284:
285: IF NOT GMD_RESULTS_PVT.fetch_row
286: ( p_results => l_results_row_in,
287: x_results => l_results_row
288: ) THEN
289: RAISE FND_API.G_EXC_ERROR;

Line 296: IF NOT GMD_RESULTS_PVT.fetch_row

292: ELSE
293: -- Fetch Result Row
294: l_results_row_in.result_id := p_results_rec.result_id;
295:
296: IF NOT GMD_RESULTS_PVT.fetch_row
297: ( p_results => l_results_row_in,
298: x_results => l_results_row
299: ) THEN
300: RAISE FND_API.G_EXC_ERROR;

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

523: RAISE FND_API.G_EXC_ERROR;
524: END IF;
525:
526:
527: IF NOT GMD_RESULTS_PVT.LOCK_ROW ( p_result_id => l_results_row.result_id )
528: THEN
529: RAISE FND_API.G_EXC_ERROR;
530: ELSE
531: -- IF test_type is T then convert result char to Num

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

677: END IF;
678: -- M. Grosser 20-Apr-2006: Bug 5141976 : End of changes
679:
680:
681: IF NOT GMD_RESULTS_PVT.FETCH_ROW( p_results => l_results_row_in,
682: x_results => l_results_row ) THEN
683: RAISE FND_API.G_EXC_ERROR;
684: END IF;
685: