DBA Data[Home] [Help]

APPS.JA_CN_AB_EXP_PKG dependencies on FND_CONCURRENT

Line 870: IF FND_CONCURRENT.Wait_For_Request(request_id => l_na_req_id,

866: COMMIT;
867:
868: --Waiting for the 'Generating Natural Account Export Exception Report' completed.
869: IF l_na_req_id <> 0 THEN
870: IF FND_CONCURRENT.Wait_For_Request(request_id => l_na_req_id,
871: INTERVAL => 5,
872: max_wait => 0,
873: phase => l_na_req_phase,
874: status => l_na_req_status,

Line 881: END IF; -- FND_CONCURRENT.Wait_For_Request ...

877: message => l_na_req_message) THEN
878: IF l_na_req_phase = 'Completed' THEN
879: NULL;
880: END IF; --l_na_req_phase = 'Completed'
881: END IF; -- FND_CONCURRENT.Wait_For_Request ...
882: END IF; --l_na_req_id<>0
883: --DELETE rows with l_na_curr_req_id in TABLE JA_CN_ERROR_ACCOUNTS;
884: DELETE FROM JA_CN_ERROR_ACCOUNTS WHERE REQUEST_ID = l_na_curr_req_id;
885: retcode := 1;