Agile (MOSC)

MOSC Banner

Help with sql to fetch the latest released Manufacturers tab information for an item.

in Agile (MOSC) 1 commentAnswered

I need help to develop an SQL to fetch the latest released Manufacturers tab information for an item.

Here is one use case where there should be one row returned and it's not returing any rows.

SELECT chg.change_number, it.item_number, mpart.part_number, mfr.name, nt.description AS "Mfr_LC"
FROM manu_by aml
JOIN manu_parts mpart ON mpart.id = aml.manu_part
JOIN manufacturers mfr ON mfr.id = mpart.manu_id
JOIN item it ON aml.agile_part = it.id
JOIN change chg ON chg.id = it.default_change
JOIN nodetable nt ON mfr.status = nt.id

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