[Home] [Help]
215: THEN
216: l_child_conc_id := TO_NUMBER(l_req_data);
217:
218: /* now get the status for this req id */
219: l_conc_req_status := fnd_concurrent.get_request_status(
220: request_id => l_child_conc_id,
221: appl_shortname => NULL,
222: program => NULL,
223: phase => l_conc_phase,
668: THEN
669: FND_LOG.STRING(G_LEVEL_PROCEDURE, G_MODULE_NAME || l_procedure_name, g_log_msg);
670: END IF;
671:
672: l_retval := fnd_concurrent.set_completion_status(p_errstat,p_errmsg);
673:
674: END end_process;
675:
676: /*********************************************************************************************