Inventory Items (APC/PLM/PIM) - EBS (MOSC)

MOSC Banner

Connect by nocycle prior bic.Component_Item_Id = bom.Assembly_Item_Id

edited Mar 12, 2016 4:11AM in Inventory Items (APC/PLM/PIM) - EBS (MOSC) 8 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center