Indented Bills of material query in oracle apps
In this post , We will be discuss about the Indented Bills of material query in oracle apps. Indented BOM query , means if we have BOM item , whose components itself as an BOM. Under BOM component , it self we are using the BOM component so if we need to extract the Bill of material details for that item , then We need to extract the components at three level and this is called Indented Bills of material (BOM). Here in this post , I will help to share the sql query to extract the Indented Bills of material in oracle apps.
Detail Level Indented Bills of material query in oracle apps
select
bom.assembly_item_id,
level,
bic.component_quantity
from
0 comments:
Post a Comment