Connect by nocycle prior bic.Component_Item_Id = bom.Assembly_Item_Id
Have been at this for about a day... reaching out for some help please.
The below qry returns components (siblings) that are not in the Indented BOM. It is returning components from a different Inventory Organization that have the same Parent/Assembly item number. (unable to discriminate by Organization_id)
The following qry returns 3 rows .... but consider.... the return is false as there are no components for this item in the 109 Org_Code.
Select /*+ hash (msi bic bom msil) */ unique
msi.Organization_Id as Org_id , msil.Organization_id , msi.Inventory_Item_Id as Par_id
, sys_connect_by_path (msil.Segment1, ' | ') as Component_Path