DBA Data[Home] [Help]

APPS.EGO_ITEM_BULKLOAD_PKG dependencies on FND_CONCURRENT

Line 6435: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING', --Status

6431: OPEN c_mtl_intf_err_row_exists;
6432: FETCH c_mtl_intf_err_row_exists INTO l_temp_txt;
6433: IF c_mtl_intf_err_row_exists%FOUND THEN
6434: Developer_Debug('Errors exist in MTL_INTERFACE_ERRORS.');
6435: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING', --Status
6436: 'Completed with Warnings' --Message
6437: );
6438: x_retcode := Error_Handler.G_STATUS_WARNING;
6439: ELSE

Line 6473: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR', --Status

6469: Developer_Debug('error text : '|| SQLERRM);
6470: x_errbuff := 'Error : '||to_char(SQLCODE)||'---'||SQLERRM;
6471: x_retcode := Error_Handler.G_STATUS_ERROR;
6472: Developer_Debug('Returning x_retcode : '|| x_retcode);
6473: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR', --Status
6474: to_char(SQLCODE) --Message
6475: );
6476: Developer_Debug('Setting all the *Unprocessed* rows (PROCESS_STATUS = 1) in EGO_BULKLOAD_INTF to PROCESS_STATUS = 3.');
6477: