[Home] [Help]
445:
446: WHILE l_completed_batch_count <= x_batch_total LOOP
447: IF l_primary_request_stack(primary_ptr) IS NOT NULL THEN
448: l_call_status :=
449: fnd_concurrent.get_request_status(
450: request_id => l_primary_request_stack(primary_ptr)
451: , phase => l_dummy
452: , status => l_dummy
453: , dev_phase => l_dev_phase
513: WHEN conc_fail THEN
514: update_error(l_temp_phys_batch_id);
515: debugmsg('Loader : Conc_Dispatch : Exception conc_fail');
516: cn_message_pkg.end_batch(x_parent_proc_audit_id);
517: conc_status := fnd_concurrent.set_completion_status(status => 'ERROR', MESSAGE => '');
518: WHEN OTHERS THEN
519: debugmsg('Loader : Conc_Dispatch : Unexpected Exception');
520: RAISE;
521: END conc_dispatch;