DBA Data[Home] [Help]

APPS.GME_LAB_BATCH_LOTS_DBL dependencies on FND_MSG_PUB

Line 679: fnd_msg_pub.add_exc_msg ('GME_LAB_BATCH_LOTS_DBL'

675: WHEN fnd_api.g_exc_error THEN
676: x_return_status := fnd_api.g_ret_sts_error;
677: WHEN OTHERS THEN
678: x_return_status := fnd_api.g_ret_sts_unexp_error;
679: fnd_msg_pub.add_exc_msg ('GME_LAB_BATCH_LOTS_DBL'
680: ,'DELETE_LAB_LOTS');
681:
682: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN
683: gme_debug.put_line ('IN OTHERS ' || SQLERRM);