DBA Data[Home] [Help]

APPS.WIP_WS_PTPKPI_PK dependencies on FND_CONCURRENT

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

78: if l_concurrent_count > 1 then
79: wip_ws_util.log_for_duplicate_concurrent (
80: p_org_id => p_org_id,
81: p_program_name => 'Production to Plan KPI');
82: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR', 'Errors encountered in calculation program, please check the log file.');
83: return;
84: end if;
85:
86: get_org_ptpkpi_param(p_org_id => p_org_id,