DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_UTIL_PVT dependencies on WIP_OPERATIONS

Line 181: from bom_departments bd, wip_operations wo

177:
178: begin
179: select bd.location_id
180: into l_location_id
181: from bom_departments bd, wip_operations wo
182: where bd.department_id = wo.department_id
183: and bd.organization_id = wo.organization_id
184: and wo.wip_entity_id = p_wip_entity_id
185: and wo.operation_seq_num = p_operation_seq_num