DBA Data[Home] [Help]

APPS.WIP_WS_SHORTAGE dependencies on FND_CONCURRENT

Line 2308: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR', 'Errors encountered in calculation program, please check the log file.');

2304: if l_concurrent_count > 1 then
2305: wip_ws_util.log_for_duplicate_concurrent (
2306: p_org_id => p_org_id,
2307: p_program_name => 'Component Shortage');
2308: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR', 'Errors encountered in calculation program, please check the log file.');
2309: return;
2310: end if;
2311:
2312: wip_ws_util.trace_log('WIP_WS_SHORTAGE:calc_shortage:calling get_org_comp_calc_param');