DBA Data[Home] [Help]

APPS.FII_CCC_SEC_UPL_PKG dependencies on APP_EXCEPTION

Line 529: app_exception.raise_exception;

525: dbg('conc_upload: Unexpected error during concurrent upload process.');
526: retcode := 'E';
527: errbuf := fnd_message.get_string('FII', 'FII_CCC_SEC_CP_OTHERS_ERR');
528: l_ret_status := FND_CONCURRENT.Set_Completion_Status(status => 'ERROR',message => errbuf);
529: app_exception.raise_exception;
530: END conc_upload;
531:
532:
533:

Line 594: app_exception.raise_exception;

590: dbg('purge_interface: Unexpected error during purge process.');
591: retcode := 'E';
592: errbuf := fnd_message.get_string('FII', 'FII_CCC_SEC_CP_PURGE_ERR');
593: l_ret_status := FND_CONCURRENT.Set_Completion_Status(status => 'ERROR',message => errbuf);
594: app_exception.raise_exception;
595: END purge_interface;
596:
597:
598: END FII_CCC_SEC_UPL_PKG;