DBA Data[Home] [Help]

APPS.WMS_PLAN_TASKS_PVT dependencies on WIP_ENTITIES

Line 85: FROM wip_entities we ,

81: -- code added to popluate wip Job name for the tasks
82:
83: SELECT we.WIP_ENTITY_NAME , wwtt.transaction_temp_id, wwtt.task_type_id
84: bulk collect INTO l_source_header, l_temp_id, l_task_type_id
85: FROM wip_entities we ,
86: wms_waveplan_tasks_temp wwtt
87: WHERE we.WIP_ENTITY_ID = wwtt.reference_id
88: AND wwtt.reference = 'WIP JOB'
89: AND wwtt.source_header IS NULL