DBA Data[Home] [Help]

APPS.GMD_RESULTS_GRP dependencies on GMD_RESULTS_PVT

Line 678: IF NOT(GMD_RESULTS_PVT.Insert_Row(

674:
675:
676:
677: -- We are ready for insert in GMD_RESULTS, so then lets do it.
678: IF NOT(GMD_RESULTS_PVT.Insert_Row(
679: p_results => l_results,
680: x_results => l_out_results)
681: )
682: THEN

Line 1725: IF NOT(GMD_RESULTS_PVT.Insert_Row(

1721: IF (l_debug = 'Y') THEN
1722: gmd_debug.put_line('Inserting test for replicate: ' || l_results.TEST_REPLICATE_CNT);
1723: END IF;
1724: -- We are ready for insert in GMD_RESULTS, so then lets do it.
1725: IF NOT(GMD_RESULTS_PVT.Insert_Row(
1726: p_results => l_results,
1727: x_results => l_out_results)
1728: )
1729: THEN