DBA Data[Home] [Help]

APPS.GMD_RESULTS_GRP dependencies on FND_MSG_PUB

Line 5940: -- Above procedure does unconditional FND_MSG_PUB.INITIALIZE;

5936: pvar_name => l_all_ref_test.test_code,
5937: pvar_value => l_all_ref_test.data_num ,
5938: p_exptab => l_exptab,
5939: x_return_status => l_return_status);
5940: -- Above procedure does unconditional FND_MSG_PUB.INITIALIZE;
5941: -- No need to look at return status
5942: -- Do the following for the last iteration
5943: FND_MSG_PUB.INITIALIZE;
5944: END LOOP;

Line 5943: FND_MSG_PUB.INITIALIZE;

5939: x_return_status => l_return_status);
5940: -- Above procedure does unconditional FND_MSG_PUB.INITIALIZE;
5941: -- No need to look at return status
5942: -- Do the following for the last iteration
5943: FND_MSG_PUB.INITIALIZE;
5944: END LOOP;
5945:
5946: -- Expression can only be calculated if all the reference
5947: -- tests have results entered.