DBA Data[Home] [Help]

APPS.AS_IMPORT_SL_PVT dependencies on FND_CONCURRENT

Line 4719: l_status := fnd_concurrent.set_completion_status('ERROR', sqlerrm);

4715: when others then
4716: rollback;
4717: write_log(2, sqlerrm);
4718: write_log(1, sqlerrm);
4719: l_status := fnd_concurrent.set_completion_status('ERROR', sqlerrm);
4720:
4721: end do_lead_import;
4722:
4723:

Line 4936: l_wait_status := FND_CONCURRENT.WAIT_FOR_REQUEST (

4932: FOR child_idx IN 1 .. l_request_id_tbl.count LOOP
4933:
4934: write_log(3, 'Waiting for child#'||to_char(child_idx));
4935:
4936: l_wait_status := FND_CONCURRENT.WAIT_FOR_REQUEST (
4937: request_id => l_request_id_tbl(child_idx),
4938: phase => x_phase,
4939: status => x_status,
4940: dev_phase => x_dev_phase,

Line 4980: l_status := fnd_concurrent.set_completion_status('ERROR', sqlerrm);

4976: when others then
4977: rollback;
4978: write_log(2, sqlerrm);
4979: write_log(1, sqlerrm);
4980: l_status := fnd_concurrent.set_completion_status('ERROR', sqlerrm);
4981:
4982: end main;
4983:
4984: end as_import_sl_pvt;