DBA Data[Home] [Help]

APPS.GMD_CONC_REPLACE_PKG dependencies on FND_CONCURRENT

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

1692: );
1693:
1694: ret_code := 2;
1695: err_buf := NULL;
1696: l_retval := fnd_concurrent.set_completion_status('WARNING',l_error_text);
1697:
1698: IF (l_debug = 'Y') THEN
1699: gmd_debug.put_line(g_pkg_name||'.'||l_api_name
1700: ||' : In the No_update_exception section '

Line 1771: l_retval := fnd_concurrent.set_completion_status('WARNING',sqlerrm);

1767: WHEN OTHERS THEN
1768:
1769: ret_code := 2;
1770: err_buf := NULL;
1771: l_retval := fnd_concurrent.set_completion_status('WARNING',sqlerrm);
1772:
1773: fnd_msg_pub.add_exc_msg (G_PKG_NAME, l_api_name);
1774: FND_MESSAGE.SET_NAME('GMD','GMD_CONC_UPDATE_OBJECT_FAILED');
1775:

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

1870: );
1871:
1872: ret_code := 2;
1873: err_buf := NULL;
1874: l_retval := fnd_concurrent.set_completion_status('WARNING',l_error_text);
1875:
1876: IF (l_debug = 'Y') THEN
1877: gmd_debug.put_line(g_pkg_name||'.'||l_api_name
1878: ||' : In the No_replace_exception section '

Line 1890: l_retval := fnd_concurrent.set_completion_status('WARNING',sqlerrm);

1886: WHEN OTHERS THEN
1887:
1888: ret_code := 2;
1889: err_buf := NULL;
1890: l_retval := fnd_concurrent.set_completion_status('WARNING',sqlerrm);
1891:
1892: fnd_msg_pub.add_exc_msg (G_PKG_NAME, l_api_name);
1893: FND_MESSAGE.SET_NAME('GMD','GMD_CONC_UPDATE_OBJECT_FAILED');
1894: FND_MESSAGE.SET_TOKEN('REPLACE_TYPE',pReplace_type);