DBA Data[Home] [Help]

APPS.GMD_CONC_REPLACE_PKG dependencies on FND_CONCURRENT

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

1878: );
1879:
1880: ret_code := 2;
1881: err_buf := NULL;
1882: l_retval := fnd_concurrent.set_completion_status('WARNING',l_error_text);
1883:
1884: IF (l_debug = 'Y') THEN
1885: gmd_debug.put_line(g_pkg_name||'.'||l_api_name
1886: ||' : In the No_update_exception section '

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

1953: WHEN OTHERS THEN
1954:
1955: ret_code := 2;
1956: err_buf := NULL;
1957: l_retval := fnd_concurrent.set_completion_status('WARNING',sqlerrm);
1958:
1959: fnd_msg_pub.add_exc_msg (G_PKG_NAME, l_api_name);
1960: FND_MESSAGE.SET_NAME('GMD','GMD_CONC_UPDATE_OBJECT_FAILED');
1961:

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

2056: );
2057:
2058: ret_code := 2;
2059: err_buf := NULL;
2060: l_retval := fnd_concurrent.set_completion_status('WARNING',l_error_text);
2061:
2062: IF (l_debug = 'Y') THEN
2063: gmd_debug.put_line(g_pkg_name||'.'||l_api_name
2064: ||' : In the No_replace_exception section '

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

2072: WHEN OTHERS THEN
2073:
2074: ret_code := 2;
2075: err_buf := NULL;
2076: l_retval := fnd_concurrent.set_completion_status('WARNING',sqlerrm);
2077:
2078: fnd_msg_pub.add_exc_msg (G_PKG_NAME, l_api_name);
2079: FND_MESSAGE.SET_NAME('GMD','GMD_CONC_UPDATE_OBJECT_FAILED');
2080: FND_MESSAGE.SET_TOKEN('REPLACE_TYPE',pReplace_type);