DBA Data[Home] [Help]

APPS.FNDCP_TMSRV dependencies on FND_CONCURRENT_PROCESSES

Line 360: from fnd_concurrent_processes

356: begin
357: if (e_code = E_SUCCESS) then
358: select PROCESS_STATUS_CODE
359: into scode
360: from fnd_concurrent_processes
361: where CONCURRENT_PROCESS_ID = procid;
362:
363: if scode = 'D' then
364: e_code := E_EXIT;