DBA Data[Home] [Help]

APPS.GME_CLOSE_STEP_PVT dependencies on FND_MSG_PUB

Line 250: fnd_msg_pub.add_exc_msg ('GME_API_CLOSE_STEP', 'CLOSE_STEP');

246: x_return_status := fnd_api.g_ret_sts_error;
247: gme_common_pvt.log_message ('GME_PENDING_TRANS_ERROR');
248: WHEN OTHERS THEN
249: x_return_status := fnd_api.g_ret_sts_unexp_error;
250: fnd_msg_pub.add_exc_msg ('GME_API_CLOSE_STEP', 'CLOSE_STEP');
251: END close_step;
252: END gme_close_step_pvt;