DBA Data[Home] [Help]

APPS.INV_MO_PURGE dependencies on FND_MSG_PUB

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

473: END IF;
474:
475: l_ret_msg := fnd_concurrent.set_completion_status('ERROR', 'ERROR');
476: x_retcode := retcode_error;
477: x_errbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
478: WHEN fnd_api.g_exc_unexpected_error THEN
479: error := SQLERRM;
480:
481: IF (l_debug = 1) THEN

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

483: END IF;
484:
485: l_ret_msg := fnd_concurrent.set_completion_status('ERROR', 'ERROR');
486: x_retcode := retcode_error;
487: x_errbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
488: WHEN OTHERS THEN
489: error := SQLERRM;
490:
491: IF (l_debug = 1) THEN

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

493: END IF;
494:
495: l_ret_msg := fnd_concurrent.set_completion_status('ERROR', 'ERROR');
496: x_retcode := retcode_error;
497: x_errbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
498:
499: IF mo_lines%ISOPEN THEN
500: CLOSE mo_lines;
501: --return failure