DBA Data[Home] [Help]

APPS.CSD_PROCESS_UTIL dependencies on WIP_DISCRETE_JOBS

Line 211: from wip_discrete_jobs

207: BEGIN
208:
209: select 'X'
210: into l_dummy
211: from wip_discrete_jobs
212: where wip_entity_id = p_wip_entity_id;
213:
214: RETURN TRUE;
215: EXCEPTION