DBA Data[Home] [Help]

APPS.MSD_DEM_SR_UTIL dependencies on BOM_INVENTORY_COMPONENTS

Line 271: bom_inventory_components bic

267: from
268: msd_dem_app_instance_orgs morg,
269: bom_bill_of_materials bbm,
270: mtl_system_items msi, -- Parent
271: bom_inventory_components bic
272: where
273: bic.bill_sequence_id = bbm.bill_sequence_id
274: and bbm.organization_id = morg.organization_id
275: and msi.organization_id = bbm.organization_id

Line 314: bom_inventory_components bic,

310: SELECT
311: count(1)
312: FROM
313: mtl_system_items parent,
314: bom_inventory_components bic,
315: bom_bill_of_materials bom
316: WHERE
317: parent.bom_item_type = 5 and
318: parent.organization_id = bom.organization_id and