DBA Data[Home] [Help]

APPS.GMD_RESULTS_GRP dependencies on GMD_SPEC_RESULTS_PVT

Line 648: IF NOT(gmd_spec_results_pvt.Insert_Row(p_spec_results => l_spec_results))

644: l_spec_results.last_updated_by := l_user_id;
645: l_spec_results.last_update_date := l_date;
646:
647: -- We are ready for insert in GMD_SPEC_RESULTS, so then lets do it.
648: IF NOT(gmd_spec_results_pvt.Insert_Row(p_spec_results => l_spec_results))
649: THEN
650: -- Insert Error
651: RAISE e_spec_results_insert_error;
652: END IF;

Line 1665: IF NOT(GMD_SPEC_RESULTS_PVT.Insert_Row(p_spec_results => l_spec_results))

1661: -- Assign the result_id to Spec Result record
1662: l_spec_results.RESULT_ID := l_results.RESULT_ID;
1663:
1664: -- We are ready for insert in GMD_SPEC_RESULTS, so then lets do it.
1665: IF NOT(GMD_SPEC_RESULTS_PVT.Insert_Row(p_spec_results => l_spec_results))
1666: THEN
1667: -- Insert Error
1668: RAISE e_spec_results_insert_error;
1669: END IF;

Line 2492: IF NOT(GMD_SPEC_RESULTS_PVT.Insert_Row(p_spec_results => l_spec_result))

2488: l_spec_result.LAST_UPDATED_BY := l_user_id;
2489: l_spec_result.LAST_UPDATE_DATE := l_date;
2490:
2491: -- We are ready for insert in GMD_SPEC_RESULTS, so then lets do it.
2492: IF NOT(GMD_SPEC_RESULTS_PVT.Insert_Row(p_spec_results => l_spec_result))
2493: THEN
2494: -- Insert Error
2495: RAISE e_spec_results_insert_error;
2496: END IF;