DBA Data[Home] [Help]

APPS.FLM_EKB_BUSINESS_EVENT_PKG dependencies on BOM_RESOURCES

Line 411: wip_exceptions we, wip_entities wen, bom_resources br, mtl_system_items_vl msi

407: wen.wip_entity_name, we.operation_seq_num, br.resource_code, msi.concatenated_segments
408: into
409: l_job_name, l_op_seq_num, l_res_name, l_comp_name
410: from
411: wip_exceptions we, wip_entities wen, bom_resources br, mtl_system_items_vl msi
412: where
413: we.organization_id = wen.organization_id and
414: we.wip_entity_id = wen.wip_entity_id and
415: we.organization_id = br.organization_id(+) and