DBA Data[Home] [Help]

APPS.AHL_MATERIALS_GRP dependencies on WIP_DISCRETE_JOBS

Line 288: FROM wip_discrete_jobs

284:
285: -- To fetch the Workorder schedule start date for the given wip entity id
286: CURSOR get_scheduled_start_date IS
287: SELECT scheduled_start_date
288: FROM wip_discrete_jobs
289: WHERE wip_entity_id = p_wip_entity_id;
290:
291: -- To get all the scheduled_material_ids for the given wip_entity_id
292: -- for which requested date is not equal to WO scheduled start date