DBA Data[Home] [Help]

APPS.CSD_PROCESS_UTIL dependencies on WIP_DISCRETE_JOBS

Line 203: from wip_discrete_jobs

199: BEGIN
200:
201: select 'X'
202: into l_dummy
203: from wip_discrete_jobs
204: where wip_entity_id = p_wip_entity_id;
205:
206: RETURN TRUE;
207: EXCEPTION