DBA Data[Home] [Help]

APPS.GMD_RESULTS_GRP dependencies on GMD_RESULTS_PVT

Line 625: IF NOT(GMD_RESULTS_PVT.Insert_Row(

621:
622:
623:
624: -- We are ready for insert in GMD_RESULTS, so then lets do it.
625: IF NOT(GMD_RESULTS_PVT.Insert_Row(
626: p_results => l_results,
627: x_results => l_out_results)
628: )
629: THEN

Line 1643: IF NOT(GMD_RESULTS_PVT.Insert_Row(

1639: IF (l_debug = 'Y') THEN
1640: gmd_debug.put_line('Inserting test for replicate: ' || l_results.TEST_REPLICATE_CNT);
1641: END IF;
1642: -- We are ready for insert in GMD_RESULTS, so then lets do it.
1643: IF NOT(GMD_RESULTS_PVT.Insert_Row(
1644: p_results => l_results,
1645: x_results => l_out_results)
1646: )
1647: THEN