DBA Data[Home] [Help]

APPS.WIP_WS_EMBEDDED_ANALYTICS_PK dependencies on FND_CONCURRENT

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

2436: if l_concurrent_count > 1 then
2437: wip_ws_util.log_for_duplicate_concurrent (
2438: p_org_id => p_org_id,
2439: p_program_name => 'First Pass Yield KPI');
2440: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR', 'Errors encountered in calculation program, please check the log file.');
2441: return;
2442: end if;
2443:
2444:

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

2688: if l_concurrent_count > 1 then
2689: wip_ws_util.log_for_duplicate_concurrent (
2690: p_org_id => p_org_id,
2691: p_program_name => 'Parts Per Million Defects KPI');
2692: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR', 'Errors encountered in calculation program, please check the log file.');
2693: return;
2694: end if;
2695:
2696: