Oracle Forum - The Knowledge Center for Oracle Professionals - Looking Beyond the Possibilities
Raw Material and Finished Goods Items - Printable Version

+- Oracle Forum - The Knowledge Center for Oracle Professionals - Looking Beyond the Possibilities (http://www.oraerp.com)
+-- Forum: Oracle Applications (http://www.oraerp.com/forum-39.html)
+--- Forum: Oracle E-Business Suite (EBS) (http://www.oraerp.com/forum-1.html)
+---- Forum: Manufacturing and Projects (http://www.oraerp.com/forum-7.html)
+---- Thread: Raw Material and Finished Goods Items (/thread-2.html)



Raw Material and Finished Goods Items - admin - 10-05-2010

I need to write a query which gives me the Raw Material Item and the Finished Goods Items.

Which table contains this kind of data. Raw Material Item is Processed and a Finished Goods Item is produced, so i need all raw materials items which went into the resulting Finished Good.

Our Company is not using BOM module, rather it is using OPM. So the query should use OPM tables.


RE: Raw Material and Finished Goods Items - orajeo.dba - 10-05-2010

(10-05-2010, 05:04 PM)admin Wrote: I need to write a query which gives me the Raw Material Item and the Finished Goods Items.

Which table contains this kind of data. Raw Material Item is Processed and a Finished Goods Item is produced, so i need all raw materials items which went into the resulting Finished Good.

Our Company is not using BOM module, rather it is using OPM. So the query should use OPM tables.

From table FM_FORM_MST




RE: Raw Material and Finished Goods Items - inayat_md - 05-06-2012

Hi,
From FM_FORM_MST, you can query by line_type "-1" means Raw material and line_type "1" means Finished Goods.
Regards,
Inayat