DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on FND_CONCURRENT

Line 5477: l_btemp := fnd_concurrent.wait_for_request

5473: ,p_level => C_LEVEL_STATEMENT
5474: ,p_module => l_log_module);
5475: END IF;
5476:
5477: l_btemp := fnd_concurrent.wait_for_request
5478: (request_id => p_array_request_id(i)
5479: ,interval => 30
5480: ,phase => l_phase
5481: ,status => l_status

Line 5494: print_logfile('Technical problem : FND_CONCURRENT.WAIT_FOR_REQUEST returned FALSE '||

5490: ,p_value_1 => 'SLA'
5491: ,p_entity_id => NULL
5492: ,p_event_id => NULL);
5493:
5494: print_logfile('Technical problem : FND_CONCURRENT.WAIT_FOR_REQUEST returned FALSE '||
5495: 'while executing for request id '||p_array_request_id(i));
5496: ELSE
5497: IF (C_LEVEL_EVENT >= g_log_level) THEN
5498: trace

Line 5559: l_btemp := fnd_concurrent.wait_for_request

5555: ----------------------------------------------------------------------------
5556: -- Waiting for active/pending requests to complete
5557: ----------------------------------------------------------------------------
5558: IF p_request_id <> 0 THEN
5559: l_btemp := fnd_concurrent.wait_for_request
5560: (request_id => p_request_id
5561: ,interval => 30
5562: ,phase => l_phase
5563: ,status => l_status

Line 5576: print_logfile('Technical problem : FND_CONCURRENT.WAIT_FOR_REQUEST returned FALSE '||

5572: ,p_value_1 => 'SLA'
5573: ,p_entity_id => NULL
5574: ,p_event_id => NULL);
5575:
5576: print_logfile('Technical problem : FND_CONCURRENT.WAIT_FOR_REQUEST returned FALSE '||
5577: 'while executing for request id '||p_request_id);
5578: ELSE
5579: IF (C_LEVEL_EVENT >= g_log_level) THEN
5580: trace

Line 6879: l_btemp := fnd_concurrent.get_request_status

6875:
6876: ----------------------------------------------------------------------------
6877: -- Waiting for active/pending requests to complete
6878: ----------------------------------------------------------------------------
6879: l_btemp := fnd_concurrent.get_request_status
6880: (request_id => g_parent_request_id
6881: ,phase => l_phase
6882: ,status => l_status
6883: ,dev_phase => l_dphase

Line 6890: (p_msg => 'Technical problem : FND_CONCURRENT.GET_REQUEST_STATUS returned FALSE '||

6886:
6887: IF NOT l_btemp THEN
6888: IF (C_LEVEL_EXCEPTION >= g_log_level) THEN
6889: trace
6890: (p_msg => 'Technical problem : FND_CONCURRENT.GET_REQUEST_STATUS returned FALSE '||
6891: 'while executing for request id '||g_parent_request_id
6892: ,p_level => C_LEVEL_EXCEPTION
6893: ,p_module => l_log_module);
6894: END IF;

Line 6902: ,p_value_2 => 'Technical problem : FND_CONCURRENT.GET_REQUEST_STATUS returned FALSE '||

6898: ,p_msg_name => 'XLA_COMMON_ERROR'
6899: ,p_token_1 => 'LOCATION'
6900: ,p_value_1 => 'xla_accounting_pkg.is_parent_running'
6901: ,p_token_2 => 'ERROR'
6902: ,p_value_2 => 'Technical problem : FND_CONCURRENT.GET_REQUEST_STATUS returned FALSE '||
6903: 'while executing for request id '||g_parent_request_id);
6904: END IF;
6905:
6906: IF (C_LEVEL_STATEMENT >= g_log_level) THEN

Line 6982: l_btemp := fnd_concurrent.get_request_status

6978:
6979: ----------------------------------------------------------------------------
6980: -- Check the child process status
6981: ----------------------------------------------------------------------------
6982: l_btemp := fnd_concurrent.get_request_status
6983: (request_id => g_ep_request_ids(i)
6984: ,phase => l_phase
6985: ,status => l_status
6986: ,dev_phase => l_dphase

Line 6993: (p_msg => 'Technical problem : FND_CONCURRENT.GET_REQUEST_STATUS '||

6989:
6990: IF NOT l_btemp THEN
6991: IF (C_LEVEL_EXCEPTION >= g_log_level) THEN
6992: trace
6993: (p_msg => 'Technical problem : FND_CONCURRENT.GET_REQUEST_STATUS '||
6994: 'returned FALSE '||
6995: 'while executing for request id '||g_ep_request_ids(i)
6996: ,p_level => C_LEVEL_EXCEPTION
6997: ,p_module => l_log_module);

Line 7006: ,p_value_2 => 'Technical problem : FND_CONCURRENT.GET_REQUEST_STATUS returned FALSE '||

7002: ,p_msg_name => 'XLA_COMMON_ERROR'
7003: ,p_token_1 => 'LOCATION'
7004: ,p_value_1 => 'xla_accounting_pkg.is_any_child_running'
7005: ,p_token_2 => 'ERROR'
7006: ,p_value_2 => 'Technical problem : FND_CONCURRENT.GET_REQUEST_STATUS returned FALSE '||
7007: 'while executing for request id '||g_ep_request_ids(i));
7008: END IF;
7009:
7010: IF (C_LEVEL_STATEMENT >= g_log_level) THEN