DBA Data[Home] [Help]

APPS.EGO_ITEM_BULKLOAD_PKG dependencies on FND_CONCURRENT

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

6584: OPEN c_mtl_intf_err_row_exists;
6585: FETCH c_mtl_intf_err_row_exists INTO l_temp_txt;
6586: IF c_mtl_intf_err_row_exists%FOUND THEN
6587: Developer_Debug('Errors exist in MTL_INTERFACE_ERRORS.');
6588: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING', --Status
6589: 'Completed with Warnings' --Message
6590: );
6591: x_retcode := Error_Handler.G_STATUS_WARNING;
6592: ELSE

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

6622: Developer_Debug('error text : '|| SQLERRM);
6623: x_errbuff := 'Error : '||to_char(SQLCODE)||'---'||SQLERRM;
6624: x_retcode := Error_Handler.G_STATUS_ERROR;
6625: Developer_Debug('Returning x_retcode : '|| x_retcode);
6626: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR', --Status
6627: to_char(SQLCODE) --Message
6628: );
6629: Developer_Debug('Setting all the *Unprocessed* rows (PROCESS_STATUS = 1) in EGO_BULKLOAD_INTF to PROCESS_STATUS = 3.');
6630: