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

Which table can I pull the Attribute details of an Item Template

edited Jul 15, 2020 5:00PM in Product Master Data Management 6 comments

Summary

I need to know where can I get the Attribute info of Item Template

Content

In R12, I can use this script to pull those information:

select it.template_name,
ita.attribute_name,
ita.attribute_value
from mtl_item_templates it,
mtl_item_templ_attributes ita
where it.template_id=ita.template_id
and ita.attribute_value is not null
order by 1, 2

I need to know what's the corresponding table in Fusion Cloud where I can get those information.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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