DBA Data[Home] [Help]

APPS.ENG_ITEM_PKG dependencies on BOM_COMPONENTS_B

Line 574: from bom_components_b bcb, mtl_system_items_b msib

570:
571:
572: cursor comp_rows(bill_id IN NUMBER) is
573: select msib.bom_item_type, msib.replenish_to_order_flag, bcb.optional
574: from bom_components_b bcb, mtl_system_items_b msib
575: where bcb.bill_sequence_id = bill_id
576: and msib.inventory_item_id = bcb.component_item_id
577: and msib.organization_id = bcb.pk2_value;
578: