DBA Data[Home] [Help]

APPS.GMD_RESULTS_GRP dependencies on FND_MSG_PUB

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

6167: pvar_name => l_all_ref_test.test_code,
6168: pvar_value => l_all_ref_test.data_num ,
6169: p_exptab => l_exptab,
6170: x_return_status => l_return_status);
6171: -- Above procedure does unconditional FND_MSG_PUB.INITIALIZE;
6172: -- No need to look at return status
6173: -- Do the following for the last iteration
6174: FND_MSG_PUB.INITIALIZE;
6175: END LOOP;

Line 6174: FND_MSG_PUB.INITIALIZE;

6170: x_return_status => l_return_status);
6171: -- Above procedure does unconditional FND_MSG_PUB.INITIALIZE;
6172: -- No need to look at return status
6173: -- Do the following for the last iteration
6174: FND_MSG_PUB.INITIALIZE;
6175: END LOOP;
6176:
6177: -- Expression can only be calculated if all the reference
6178: -- tests have results entered.