DBA Data[Home] [Help]

APPS.IBY_DISBURSE_UI_API_PUB_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 11427: UPDATE FND_CONCURRENT_REQUESTS

11423: IF(l_template_type_code = 'RTF' AND l_default_output_type = 'EXCEL') THEN
11424: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
11425: print_debuginfo(l_module_name, 'Updating the output file type to' || l_default_output_type);
11426: END IF;
11427: UPDATE FND_CONCURRENT_REQUESTS
11428: SET output_file_type = 'XLS'
11429: WHERE request_id = l_conc_request_id;
11430: END IF;
11431: