DBA Data[Home] [Help]

APPS.JMF_SHIKYU_WIP_PVT dependencies on WIP_DISCRETE_JOBS

Line 451: FROM wip_discrete_jobs

447: l_subcontract_orders_rec.wip_entity_id IS NOT NULL
448: THEN
449: SELECT scheduled_start_date
450: INTO l_orig_start_date
451: FROM wip_discrete_jobs
452: WHERE wip_entity_id = l_subcontract_orders_rec.wip_entity_id;
453: END IF;
454:
455: --Debugging for bug 9315131