DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_UTIL_PVT dependencies on WIP_OPERATIONS

Line 269: from bom_departments bd, wip_operations wo

265:
266: begin
267: select bd.location_id
268: into l_location_id
269: from bom_departments bd, wip_operations wo
270: where bd.department_id = wo.department_id
271: and bd.organization_id = wo.organization_id
272: and wo.wip_entity_id = p_wip_entity_id
273: and wo.operation_seq_num = p_operation_seq_num