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

Help with query to pull Spoke System Items for a given item

edited 8:51PM in Reporting and Analytics for ERP 1 comment

Hi,

I need to create a query to pull all "Spoke System" linked to a item.

A have tried the query below, however if won't work because the source_system_id on EGP_ITEM_RELATIONSHIPS_B is NULL.

Looking at the item in Fusion, I can see it has 3 Spoke System.

Would someone please advise?

Code Snippet (add any code snippets that support your topic, if applicable):

SELECT esil.item_number item_num
     , SUBSTR(esil.description, 1, 30) item_descr
     , esil.item_type
     , hos.orig_system AS spoke_system
     , eir.cross_reference AS spoke_system_item
  FROM egp_system_items_vl       esil

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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