APPS.WIP_COMMON dependencies on BOM_BILL_OF_MATERIALS
Line 291: from bom_bill_of_materials
287: x_bom_rev_exists number := 0;
288: begin
289:
290: select count(*) into x_bom_rev_exists 291: from bom_bill_of_materials 292: where assembly_item_id = p_item_id
293: and organization_id = p_Org_id
294: and alternate_bom_designator is null ;
295: