DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on GMD_RESULTS_PVT

Line 5118: result := GMD_RESULTS_PVT.fetch_row(

5114: END IF;
5115:
5116: -- Get the results record
5117: l_in_results.result_id := p_result_id;
5118: result := GMD_RESULTS_PVT.fetch_row(
5119: p_results => l_in_results,
5120: x_results => l_results);
5121:
5122: IF (l_debug = 'Y') THEN