DBA Data[Home] [Help]

APPS.GMD_QM_CONC_REPLACE_PKG dependencies on FND_CONCURRENT

Line 1464: l_retval := fnd_concurrent.set_completion_status ('WARNING', l_error_text);

1460: , p_msg_index_out => l_dummy_cnt
1461: );
1462: --ret_code := 2;
1463: --err_buf := NULL;
1464: l_retval := fnd_concurrent.set_completion_status ('WARNING', l_error_text);
1465:
1466: IF (l_debug = 'Y') THEN
1467: gmd_debug.put_line ( g_pkg_name
1468: || '.'

Line 1482: l_retval := fnd_concurrent.set_completion_status ('WARNING', SQLERRM);

1478: -- Mass updates (or within LOOP above)
1479: WHEN OTHERS THEN
1480: --ret_code := 2;
1481: --err_buf := NULL;
1482: l_retval := fnd_concurrent.set_completion_status ('WARNING', SQLERRM);
1483: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1484: fnd_message.set_name ('GMD', 'GMD_CONC_UPDATE_OBJECT_FAILED');
1485: fnd_message.set_token ('REPLACE_TYPE', preplace_type);
1486: