DBA Data[Home] [Help]

APPS.WSM_RESERVATIONS_GRP dependencies on WIP_ENTITIES

Line 195: from wip_entities we,

191: into
192: l_scheduled_completion_date,
193: l_net_qty,
194: l_status_type
195: from wip_entities we,
196: wip_discrete_jobs wdj
197: where wdj.wip_entity_id = p_supply_demand_header_id
198: and we.wip_entity_id = wdj.wip_entity_id
199: and wdj.job_type in (1,3)