DBA Data[Home] [Help]

APPS.INV_MO_PURGE dependencies on FND_MSG_PUB

Line 377: x_errbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);

373: END IF;
374:
375: l_ret_msg := fnd_concurrent.set_completion_status('ERROR', 'ERROR');
376: x_retcode := retcode_error;
377: x_errbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
378: WHEN fnd_api.g_exc_unexpected_error THEN
379: error := SQLERRM;
380:
381: IF (l_debug = 1) THEN

Line 387: x_errbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);

383: END IF;
384:
385: l_ret_msg := fnd_concurrent.set_completion_status('ERROR', 'ERROR');
386: x_retcode := retcode_error;
387: x_errbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
388: WHEN OTHERS THEN
389: error := SQLERRM;
390:
391: IF (l_debug = 1) THEN

Line 397: x_errbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);

393: END IF;
394:
395: l_ret_msg := fnd_concurrent.set_completion_status('ERROR', 'ERROR');
396: x_retcode := retcode_error;
397: x_errbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
398:
399: IF mo_lines%ISOPEN THEN
400: CLOSE mo_lines;
401: --return failure