DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on GMD_RESULTS_PVT

Line 4473: result := GMD_RESULTS_PVT.fetch_row(

4469: END IF;
4470:
4471: -- Get the results record
4472: l_in_results.result_id := p_result_id;
4473: result := GMD_RESULTS_PVT.fetch_row(
4474: p_results => l_in_results,
4475: x_results => l_results);
4476:
4477: IF (l_debug = 'Y') THEN