Skip to Main Content

E-Business Suite

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Asset BOM and Maintenance BOM: difference(s)

jmolonguaMay 6 2019 — edited Feb 9 2021

Good day all.

I'm relatively new to Oracle eAM. We use Oracle eAM for maintenance in an extractive industry.

Can someone please explain the difference(s) between a Maintenance BOM and an Asset BOM? What are examples of when we would use each?

Right now, we have MIN/MAX set up for each item and this drives the automatic reorder. My present understanding is the maintenance BOM lists all the items (and their quantities) that are needed for the maintenance of any asset. On the other hand, the Asset BOM, if set, shows the sub-assets and items that make up any asset.

Please fill in the gap in my understanding.

Thank you.

Comments

thatJeffSmith-Oracle
Answer

make sure your data dictionary stats are up to date

Marked as Answer by LPNO · Sep 27 2020
LPNO

Thanks, this was the issue.

begin

    dbms_stats.gather_fixed_objects_stats;

    dbms_stats.gather_dictionary_stats;

end;

It helped, I'm going the schedule this.

1 - 2

Post Details

Added on May 6 2019
0 comments
23 views