DBA Data[Home] [Help]

APPS.AS_IMPORT_SL_PVT dependencies on FND_CONCURRENT

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

4696: when others then
4697: rollback;
4698: write_log(2, sqlerrm);
4699: write_log(1, sqlerrm);
4700: l_status := fnd_concurrent.set_completion_status('ERROR', sqlerrm);
4701:
4702: end do_lead_import;
4703:
4704:

Line 4917: l_wait_status := FND_CONCURRENT.WAIT_FOR_REQUEST (

4913: FOR child_idx IN 1 .. l_request_id_tbl.count LOOP
4914:
4915: write_log(3, 'Waiting for child#'||to_char(child_idx));
4916:
4917: l_wait_status := FND_CONCURRENT.WAIT_FOR_REQUEST (
4918: request_id => l_request_id_tbl(child_idx),
4919: phase => x_phase,
4920: status => x_status,
4921: dev_phase => x_dev_phase,

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

4957: when others then
4958: rollback;
4959: write_log(2, sqlerrm);
4960: write_log(1, sqlerrm);
4961: l_status := fnd_concurrent.set_completion_status('ERROR', sqlerrm);
4962:
4963: end main;
4964:
4965: end as_import_sl_pvt;