DBA Data[Home] [Help]

APPS.GMD_QM_CONC_REPLACE_PKG dependencies on FND_CONCURRENT

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

1567: , p_msg_index_out => l_dummy_cnt
1568: );
1569: --ret_code := 2;
1570: --err_buf := NULL;
1571: l_retval := fnd_concurrent.set_completion_status ('WARNING', l_error_text);
1572:
1573: IF (l_debug = 'Y') THEN
1574: gmd_debug.put_line ( g_pkg_name
1575: || '.'

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

1585: -- Mass updates (or within LOOP above)
1586: WHEN OTHERS THEN
1587: --ret_code := 2;
1588: --err_buf := NULL;
1589: l_retval := fnd_concurrent.set_completion_status ('WARNING', SQLERRM);
1590: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1591: fnd_message.set_name ('GMD', 'GMD_CONC_UPDATE_OBJECT_FAILED');
1592: fnd_message.set_token ('REPLACE_TYPE', preplace_type);
1593: