DBA Data[Home] [Help]

APPS.INV_HV_TXN_PURGE dependencies on FND_MSG_PUB

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

991: END IF;
992:
993: l_ret_msg := fnd_concurrent.set_completion_status('ERROR', 'ERROR');
994: x_retcode := retcode_error;
995: x_errbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
996:
997: WHEN fnd_api.g_exc_unexpected_error THEN
998: error := SQLERRM;
999: IF (l_debug = 1) THEN

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

1021: END IF;
1022:
1023: l_ret_msg := fnd_concurrent.set_completion_status('ERROR', 'ERROR');
1024: x_retcode := retcode_error;
1025: x_errbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
1026:
1027: WHEN OTHERS THEN
1028: error := SQLERRM;
1029: IF (l_debug = 1) THEN

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

1051: END IF;
1052:
1053: l_ret_msg := fnd_concurrent.set_completion_status('ERROR', 'ERROR');
1054: x_retcode := retcode_error;
1055: x_errbuf := fnd_msg_pub.get(p_encoded => fnd_api.g_false);
1056:
1057: END Txn_Purge;
1058:
1059: END INV_HV_TXN_PURGE;