Unable to see the child inventory org in EGP_COMPONENTS_B table — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Unable to see the child inventory org in EGP_COMPONENTS_B table

edited Jun 24, 2025 2:46PM in Product Master Data Management 3 comments

We are not able to fetch the parent items for a child item using EGP_COMPONENTS_B table because it is having Master_Org_Id in PK2_VALUE instead of specific child_org_id. we are using the below query to fetch the details. Is it a data issue or we are following the wrong logic?

 

 

Query:

 

SELECT
ESIB_Parent.ITEM_NUMBER
from

EGP_COMPONENTS_B ECB,
EGP_SYSTEM_ITEMS_B ESIB_child,
EGP_STRUCTURES_B ESB1,
EGP_SYSTEM_ITEMS_B ESIB_Parent

where
ECB.PK1_VALUE = ESIB_child.INVENTORY_ITEM_ID
and ECB.PK2_VALUE = ESIB_child.ORGANIZATION_ID 

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!