DBA Data[Home] [Help]

APPS.GMD_RESULTS_PUB dependencies on GMD_SPEC_RESULTS_PVT

Line 774: IF NOT GMD_SPEC_RESULTS_PVT.lock_row

770: /* Bug # 3848483 Update the spec results even if eval_ind is NULL - Commenting the condition */
771: -- IF NVL(l_validate_res.evaluation_ind, p_results_rec.eval_ind) is NOT NULL THEN
772:
773:
774: IF NOT GMD_SPEC_RESULTS_PVT.lock_row
775: ( p_event_spec_disp_id => l_event_spec_disp_id,
776: p_result_id => l_results_row.result_id
777: ) THEN
778: RAISE FND_API.G_EXC_ERROR;

Line 853: IF NOT GMD_SPEC_RESULTS_PVT.fetch_row

849:
850: l_spec_results_row_in.event_spec_disp_id := l_event_spec_disp_id;
851: l_spec_results_row_in.result_id := l_results_row.result_id;
852:
853: IF NOT GMD_SPEC_RESULTS_PVT.fetch_row
854: ( p_spec_results => l_spec_results_row_in,
855: x_spec_results => l_spec_results_row
856: ) THEN
857: