DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on FND_CONCURRENT

Line 5206: l_btemp := fnd_concurrent.wait_for_request

5202: ,p_level => C_LEVEL_STATEMENT
5203: ,p_module => l_log_module);
5204: END IF;
5205:
5206: l_btemp := fnd_concurrent.wait_for_request
5207: (request_id => p_array_request_id(i)
5208: ,interval => 30
5209: ,phase => l_phase
5210: ,status => l_status

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

5219: ,p_value_1 => 'SLA'
5220: ,p_entity_id => NULL
5221: ,p_event_id => NULL);
5222:
5223: print_logfile('Technical problem : FND_CONCURRENT.WAIT_FOR_REQUEST returned FALSE '||
5224: 'while executing for request id '||p_array_request_id(i));
5225: ELSE
5226: IF (C_LEVEL_EVENT >= g_log_level) THEN
5227: trace

Line 6501: l_btemp := fnd_concurrent.get_request_status

6497:
6498: ----------------------------------------------------------------------------
6499: -- Waiting for active/pending requests to complete
6500: ----------------------------------------------------------------------------
6501: l_btemp := fnd_concurrent.get_request_status
6502: (request_id => g_parent_request_id
6503: ,phase => l_phase
6504: ,status => l_status
6505: ,dev_phase => l_dphase

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

6508:
6509: IF NOT l_btemp THEN
6510: IF (C_LEVEL_EXCEPTION >= g_log_level) THEN
6511: trace
6512: (p_msg => 'Technical problem : FND_CONCURRENT.GET_REQUEST_STATUS returned FALSE '||
6513: 'while executing for request id '||g_parent_request_id
6514: ,p_level => C_LEVEL_EXCEPTION
6515: ,p_module => l_log_module);
6516: END IF;

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

6520: ,p_msg_name => 'XLA_COMMON_ERROR'
6521: ,p_token_1 => 'LOCATION'
6522: ,p_value_1 => 'xla_accounting_pkg.is_parent_running'
6523: ,p_token_2 => 'ERROR'
6524: ,p_value_2 => 'Technical problem : FND_CONCURRENT.GET_REQUEST_STATUS returned FALSE '||
6525: 'while executing for request id '||g_parent_request_id);
6526: END IF;
6527:
6528: IF (C_LEVEL_STATEMENT >= g_log_level) THEN

Line 6604: l_btemp := fnd_concurrent.get_request_status

6600:
6601: ----------------------------------------------------------------------------
6602: -- Check the child process status
6603: ----------------------------------------------------------------------------
6604: l_btemp := fnd_concurrent.get_request_status
6605: (request_id => g_ep_request_ids(i)
6606: ,phase => l_phase
6607: ,status => l_status
6608: ,dev_phase => l_dphase

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

6611:
6612: IF NOT l_btemp THEN
6613: IF (C_LEVEL_EXCEPTION >= g_log_level) THEN
6614: trace
6615: (p_msg => 'Technical problem : FND_CONCURRENT.GET_REQUEST_STATUS '||
6616: 'returned FALSE '||
6617: 'while executing for request id '||g_ep_request_ids(i)
6618: ,p_level => C_LEVEL_EXCEPTION
6619: ,p_module => l_log_module);

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

6624: ,p_msg_name => 'XLA_COMMON_ERROR'
6625: ,p_token_1 => 'LOCATION'
6626: ,p_value_1 => 'xla_accounting_pkg.is_any_child_running'
6627: ,p_token_2 => 'ERROR'
6628: ,p_value_2 => 'Technical problem : FND_CONCURRENT.GET_REQUEST_STATUS returned FALSE '||
6629: 'while executing for request id '||g_ep_request_ids(i));
6630: END IF;
6631:
6632: IF (C_LEVEL_STATEMENT >= g_log_level) THEN