DBA Data[Home] [Help]

APPS.WIP_COMMON dependencies on BOM_BILL_OF_MATERIALS

Line 346: from bom_bill_of_materials

342: x_bom_rev_exists number := 0;
343: begin
344:
345: select count(*) into x_bom_rev_exists
346: from bom_bill_of_materials
347: where assembly_item_id = p_item_id
348: and organization_id = p_Org_id
349: and alternate_bom_designator is null ;
350: