DBA Data[Home] [Help]

APPS.WIP_WS_SHORTAGE dependencies on FND_CONCURRENT

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

2375: if l_concurrent_count > 1 then
2376: wip_ws_util.log_for_duplicate_concurrent (
2377: p_org_id => p_org_id,
2378: p_program_name => 'Component Shortage');
2379: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR', 'Errors encountered in calculation program, please check the log file.');
2380: return;
2381: end if;
2382:
2383: wip_ws_util.trace_log('WIP_WS_SHORTAGE:calc_shortage:calling get_org_comp_calc_param');