DBA Data[Home] [Help]

APPS.JMF_SHIKYU_WIP_PVT dependencies on WIP_DISCRETE_JOBS

Line 406: FROM wip_discrete_jobs

402: l_subcontract_orders_rec.wip_entity_id IS NOT NULL
403: THEN
404: SELECT scheduled_start_date
405: INTO l_orig_start_date
406: FROM wip_discrete_jobs
407: WHERE wip_entity_id = l_subcontract_orders_rec.wip_entity_id;
408: END IF;
409:
410: IF g_log_enabled = 'Y' THEN