DBA Data[Home] [Help]

APPS.EDW_UTIL dependencies on WIP_OPERATIONS

Line 255: from wip_operations wo

251: BEGIN
252: begin
253: select sum(wo.quantity_scrapped) into
254: l_scrapped
255: from wip_operations wo
256: where
257: wo.repetitive_schedule_id=rep_sched_id
258: and wo.organization_id=organization_id;
259: exception when others then