DBA Data[Home] [Help]

APPS.IBY_DISBURSE_UI_API_PUB_PKG dependencies on FND_CONCURRENT

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:

Line 13047: v_call_status := FND_CONCURRENT.get_request_status(

13043: BEGIN
13044: IF (x_request_id IS NOT NULL) THEN
13045: v_request_id := x_request_id;
13046: -- call FND API to get request status
13047: v_call_status := FND_CONCURRENT.get_request_status(
13048: v_request_id,
13049: null, null,
13050: v_req_phase_t, v_req_status_t,
13051: v_req_phase_c, v_req_status_c,