DBA Data[Home] [Help]

APPS.GMD_RESULTS_PUB dependencies on GMD_SPEC_RESULTS_PVT

Line 637: IF NOT GMD_SPEC_RESULTS_PVT.lock_row

633: /* Bug # 3848483 Update the spec results even if eval_ind is NULL - Commenting the condition */
634: -- IF NVL(l_validate_res.evaluation_ind, p_results_rec.eval_ind) is NOT NULL THEN
635:
636:
637: IF NOT GMD_SPEC_RESULTS_PVT.lock_row
638: ( p_event_spec_disp_id => l_event_spec_disp_id,
639: p_result_id => l_results_row.result_id
640: ) THEN
641: RAISE FND_API.G_EXC_ERROR;

Line 663: IF NOT GMD_SPEC_RESULTS_PVT.fetch_row

659:
660: l_spec_results_row_in.event_spec_disp_id := l_event_spec_disp_id;
661: l_spec_results_row_in.result_id := l_results_row.result_id;
662:
663: IF NOT GMD_SPEC_RESULTS_PVT.fetch_row
664: ( p_spec_results => l_spec_results_row_in,
665: x_spec_results => l_spec_results_row
666: ) THEN
667: