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

SQL query to fetch item structure and component details

Hi,

There is a requirement to fetch item structure and component details from oracle cloud. We're using below SQL query for our requirement, but it is fetching data for current as well as old and disabled components of the structure. We only need current structure data as it appears at fusion front end. Please help us with modifying below query or the new query which can help with the requirement.

SELECT DISTINCT
item.item_number Struct_Item,
item.ORGANIZATION_ID,
structb.ALTERNATE_BOM_DESIGNATOR,
compb.item_num CompSEQ,
complist.item_number Components,
compb.EFFECTIVITY_DATE
FROM
FUSION.EGP_SYSTEM_ITEMS_B item

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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